[mod-xhtml-neg-cvs] mod_xhtml_neg mod_xhtml_neg.c,1.22,1.23
Brought to you by:
run2000
From: <ru...@us...> - 2004-03-24 11:17:51
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31291 Modified Files: mod_xhtml_neg.c Log Message: Minor updates at the file and main page level. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** mod_xhtml_neg.c 24 Mar 2004 10:33:40 -0000 1.22 --- mod_xhtml_neg.c 24 Mar 2004 11:07:14 -0000 1.23 *************** *** 77,80 **** --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 + * @version 0.9 * * @history *************** *** 85,88 **** --- 86,94 ---- * 0.9 ETag handled correctly for different content types. \n * + * @todo + * Pick up the AddDefaultCharset directive from the Apache core and use that + * where appropriate instead of defaulting to ISO-8859-1. If this is not set, + * then we fallback on existing methods. + * * @directive * @c XhtmlNegActive Is this module enabled? Defaults to no. \n *************** *** 98,102 **** /** * @file ! * The main source file for the mod_xhtml_neg module. */ --- 104,109 ---- /** * @file ! * The main source file for the mod_xhtml_neg module. This file implements ! * the module for Apache 1.3.x servers. */ *************** *** 727,731 **** * basic structure of a list of items of the format: * ! * name; q=N; charset=TEXT; profile="URL" * * Since this header is very similar in structure to the Accept-Charset --- 734,738 ---- * basic structure of a list of items of the format: * ! * name; q=N; charset=TEXT; profile="URI" * * Since this header is very similar in structure to the Accept-Charset |