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-Status: No, score=-3.6 required=3.0 tests=ALL_TRUSTED,AWL,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 E55E21F66F; Thu, 5 Nov 2020 07:54:44 +0000 (UTC) Date: Thu, 5 Nov 2020 07:54:43 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH v2] doc/standards: add RFCs for URL schemes Message-ID: <20201105075443.GA83271@dcvr> References: <20201027075453.19163-1-e@80x24.org> <20201027075453.19163-2-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201027075453.19163-2-e@80x24.org> List-Id: v2 to resolve conflict from 44227c2624e4f954943d632cd5335396351373be ("nntp: delimit Newsgroup: header with commas"). Still extremely unhappy with performance of this series... ------8<------ Subject: [PATCH] doc/standards: add RFCs for URL schemes We linkify these in the WWW UI, and will support them in other places. These URL schemes may end up being stored in external/detached indices for indexing non-git-based mail stores. --- Documentation/standards.perl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/standards.perl b/Documentation/standards.perl index 1c56830e..3ae64ddf 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -28,6 +28,9 @@ my $rfcs = [ 1036 => 'Standard for Interchange of USENET Messages', 5536 => 'Netnews Article Format', 5537 => 'Netnews Architecture and Protocols', + 1738 => 'Uniform resource locators', + 5092 => 'IMAP URL scheme', + 5538 => 'NNTP URI schemes', 6048 => 'NNTP additions to LIST command (TODO)', 8054 => 'NNTP compression', 4642 => 'NNTP TLS',