]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc/standards: add RFCs for URL schemes
authorEric Wong <e@80x24.org>
Tue, 27 Oct 2020 07:54:02 +0000 (07:54 +0000)
committerEric Wong <e@80x24.org>
Thu, 5 Nov 2020 07:41:33 +0000 (07:41 +0000)
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

index 1c56830e9b976c8d4aae1952a0a5c4820317e51e..3ae64ddfaf206123d22b388688fe76991c646e3e 100755 (executable)
@@ -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',