]> granicus.if.org Git - apache/commitdiff
it's not the MIME RFC, but the HTTP RFC ;-)
authorAndre Malo <nd@apache.org>
Sun, 15 Dec 2002 16:12:34 +0000 (16:12 +0000)
committerAndre Malo <nd@apache.org>
Sun, 15 Dec 2002 16:12:34 +0000 (16:12 +0000)
updated the quotation to be quoted from RFC 2616

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97922 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index 108db445bf74610f54af7199bbde026e53aa73c0..7595b41f32512104fcef9100154f76c267080d2e 100644 (file)
     designed for transmitting a binary file in an ASCII (text)
     format.</p>
 
-    <p>The <cite>MIME RFC</cite> puts it this way:</p>
-
-    <blockquote>
-      <p>The Content-Encoding entity-header field is used as a
-      modifier to the media-type. When present, its value indicates
-      what additional content coding has been applied to the
-      resource, and thus what decoding mechanism must be applied in
-      order to obtain the media-type referenced by the Content-Type
-      header field. The Content-Encoding is primarily used to allow
-      a document to be compressed without losing the identity of
-      its underlying media type.</p>
+    <p>The <a href="http://www.ietf.org/rfc/rfc2616.txt">HTTP/1.1
+    RFC</a>, section 14.11 puts it this way:</p>
+
+    <blockquote cite="http://www.ietf.org/rfc/rfc2616.txt">
+      <p>The Content-Encoding entity-header field is used as a modifier to
+      the media-type. When present, its value indicates what additional
+      content codings have been applied to the entity-body, and thus what
+      decoding mechanisms must be applied in order to obtain the media-type
+      referenced by the Content-Type header field. Content-Encoding is
+      primarily used to allow a document to be compressed without losing
+      the identity of its underlying media type.</p>
     </blockquote>
 
     <p>By using more than one file extension (see <a href="#multipleext">section above about multiple file
index ba1a1d4c474250cc55182bf4ac84331b084626b9..f24a41d262231b088d7fe14346dbab8e9f371bf6 100644 (file)
@@ -115,17 +115,17 @@ module="mod_mime_magic">MimeMagicFile</directive></seealso>
     designed for transmitting a binary file in an ASCII (text)
     format.</p>
 
-    <p>The <cite>MIME RFC</cite> puts it this way:</p>
-
-    <blockquote>
-      <p>The Content-Encoding entity-header field is used as a
-      modifier to the media-type. When present, its value indicates
-      what additional content coding has been applied to the
-      resource, and thus what decoding mechanism must be applied in
-      order to obtain the media-type referenced by the Content-Type
-      header field. The Content-Encoding is primarily used to allow
-      a document to be compressed without losing the identity of
-      its underlying media type.</p>
+    <p>The <a href="http://www.ietf.org/rfc/rfc2616.txt">HTTP/1.1
+    RFC</a>, section 14.11 puts it this way:</p>
+
+    <blockquote cite="http://www.ietf.org/rfc/rfc2616.txt">
+      <p>The Content-Encoding entity-header field is used as a modifier to
+      the media-type. When present, its value indicates what additional
+      content codings have been applied to the entity-body, and thus what
+      decoding mechanisms must be applied in order to obtain the media-type
+      referenced by the Content-Type header field. Content-Encoding is
+      primarily used to allow a document to be compressed without losing
+      the identity of its underlying media type.</p>
     </blockquote>
 
     <p>By using more than one file extension (see <a