[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 mod_xhtml_neg.html,1.1.1.1,1.2
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-01 09:51:24
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv524 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-2.0/mod_xhtml_neg.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mod_xhtml_neg.html 13 Mar 2004 07:07:50 -0000 1.1.1.1 --- mod_xhtml_neg.html 1 Apr 2004 09:39:20 -0000 1.2 *************** *** 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> |