From: Eric Wong Date: Tue, 27 Oct 2020 07:54:02 +0000 (+0000) Subject: doc/standards: add RFCs for URL schemes X-Git-Tag: v1.7.0~1699 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=96d088a4e09d52223fe58a7f1d0a5558739e389c;p=public-inbox.git 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. --- 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',