usefor-usefor-02 November 2004
[< Prev]
[TOC] [ Next >]
3.2.11 Archive
The Archive header provides an indication of the poster's intent
regarding preservation of the article in publicly accessible
long-term or permanent storage.
archive = "Archive:" SP [CFWS] ("no" / "yes")
*( [CFWS] ";" archive-param ) CRLF
archive-param = "filename=" value
The presence of an "Archive: no" header in an article indicates that
the poster does not permit redistribution from publicly accessible
long-term or permanent archives. The absence of this header, or an
explicit "Archive: yes", indicates that the poster is willing for
such redistribution to take place. The optional "filename" parameter
can then be used to suggest a filename under which the article should
be stored. Further extensions to this standard may provide
additional parameters for administration of the archiving process.
[< Prev]
[TOC] [ Next >]
#Diff to first older
--- ../usefor-usefor-01/Archive.out September 2004
+++ ../usefor-usefor-02/Archive.out November 2004
@@ -3,9 +3,18 @@
The Archive header provides an indication of the poster's intent
regarding preservation of the article in publicly accessible
long-term or permanent storage.
+
archive = "Archive:" SP [CFWS] ("no" / "yes")
*( [CFWS] ";" archive-param ) CRLF
- archive-param = <a parameter with attribute "filename"
- and any value>
+ archive-param = "filename=" value
+
+ The presence of an "Archive: no" header in an article indicates that
+ the poster does not permit redistribution from publicly accessible
+ long-term or permanent archives. The absence of this header, or an
+ explicit "Archive: yes", indicates that the poster is willing for
+ such redistribution to take place. The optional "filename" parameter
+ can then be used to suggest a filename under which the article should
+ be stored. Further extensions to this standard may provide
+ additional parameters for administration of the archiving process.