From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BD76A1F453 for ; Tue, 5 Feb 2019 11:32:24 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] TODO: add item for "scraper" importers Date: Tue, 5 Feb 2019 11:32:24 +0000 Message-Id: <20190205113224.13587-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The git-users mailing list is on Google Groups with obfuscated addresses and censored archives. We should allow users to import them soon, as obfuscated/censored archives are better than not having archives at all when Google decides to shut down yet-another-service. There's also some mangling that (most) instances of Mailman do (e.g. cgit), but being able to follow such groups over NNTP and use our search functionality is still useful and better than what typical Mailman installations provide. --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 66e5063..ef77d1c 100644 --- a/TODO +++ b/TODO @@ -95,3 +95,6 @@ all need to be considered for everything we introduce) * code repository integration (with cgit, gitweb, etc...) * migration path to v2 without breaking v1 "git fetch" cronjobs + +* imperfect scraper importers for obfuscated list archives + (e.g. obfuscated Mailman stuff, Google Groups, etc...) -- EW