[mod-xhtml-neg-cvs] mod_xhtml_neg mod_xhtml_neg.html,1.2,1.3
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-01 09:51:53
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv608 Modified Files: mod_xhtml_neg.html Log Message: Minor fixes to the HTML file. Index: mod_xhtml_neg.html =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mod_xhtml_neg.html 7 Mar 2004 09:57:22 -0000 1.2 --- mod_xhtml_neg.html 1 Apr 2004 09:39:57 -0000 1.3 *************** *** 108,114 **** <li>When a "q" parameter is not specified, 1.0 is assumed. Values for "q" should be between 0.0 and 1.0.</li> ! <li>If a "charset" parameter is not specified, "iso-8859-1" is assumed ! unless the content type is "text/xml" or "text/xml-external-parsed-entity", ! where "us-ascii" is assumed.</li> <li>If a "profile" is not specified, none is assumed.</li> </ul> --- 108,115 ---- <li>When a "q" parameter is not specified, 1.0 is assumed. Values for "q" should be between 0.0 and 1.0.</li> ! <li>If a "charset" parameter is not specified, the character set is taken ! from the <code>AddDefaultCharset</code> directive. If this is not ! specified, "iso-8859-1" is assumed unless the content type is "text/xml" ! or "text/xml-external-parsed-entity", where "us-ascii" is assumed.</li> <li>If a "profile" is not specified, none is assumed.</li> </ul> *************** *** 116,119 **** --- 117,124 ---- <p>If no match is found using content-negotiation, the default content type is used.</p> + + <p>Note that setting the <code>AddDefaultCharset</code> directive for the + Apache core is recommended regardless of whether the "charset" parameter + is specified.</p> <h2><a id="starsignore" *************** *** 161,164 **** --- 166,171 ---- correctly negotiated content to user-agents.</p> <hr /> + + <p>Back <a href="./">home</a>.</p> </body> </html> |