X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fstandards.perl;h=34ab829e2e32bc6f238bc397465a433af55f2b7e;hb=1dfaa3badaa01992f1b8713c18ebb5a3556cd79d;hp=f75c412202314f8ce5860a8a50d8b3584e38f01e;hpb=6f45318494c67a9ec332d567c3c17ed11ceed7b6;p=public-inbox.git diff --git a/Documentation/standards.perl b/Documentation/standards.perl index f75c4122..34ab829e 100755 --- a/Documentation/standards.perl +++ b/Documentation/standards.perl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w use strict; -# Copyright 2019 all contributors +# Copyright 2019-2020 all contributors # License: AGPL-3.0+ print < 'NNTP', 977 => 'NNTP (old)', 6048 => 'NNTP additions to LIST command (TODO)', - 8054 => 'NNTP compression (TODO)', - 4642 => 'NNTP TLS (TODO)', - 8143 => 'NNTP TLS (TODO)', + 8054 => 'NNTP compression', + 4642 => 'NNTP TLS', + 8143 => 'NNTP TLS', 2980 => 'NNTP extensions (obsolete, but NOT irrelevant)', 4287 => 'Atom syndication', 4685 => 'Atom threading extensions', @@ -39,7 +39,9 @@ my $rfcs = [ 2616 => 'HTTP/1.1 (newer updates should apply, too)', 7230 => 'HTTP/1.1 message syntax and routing', 7231 => 'HTTP/1.1 semantics and content', - 2822 => 'Internet message format', + 822 => 'Internet message format (1982)', + 2822 => 'Internet message format (2001)', + 5322 => 'Internet message format (2008)', # TODO: flesh this out ]; @@ -72,6 +74,6 @@ Other relevant documentation Copyright --------- -Copyright 2019 all contributors +Copyright (C) 2019-2020 all contributors License: AGPL-3.0+ EOF