perl/modules/W3C/LogValidator/samples logprocess.conf,1.27,1.28

Update of /sources/public/perl/modules/W3C/LogValidator/samples
In directory hutz:/tmp/cvs-serv32347/samples

Modified Files:
	logprocess.conf 
Log Message:
reordering algorithm of URI filtering for HTML validator, if CheckExtensionlessURIs is ON, the mime type checking over the wire is unnecessary

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- logprocess.conf	7 Sep 2007 05:43:07 -0000	1.27
+++ logprocess.conf	7 Sep 2007 06:15:28 -0000	1.28
@@ -229,7 +229,9 @@
 ## Alternatively, if you want to check everything
 # AuthorizedExtensions *
 
-## CheckExtensionlessURIs: set this to Yes if your HTML documents are sometimes presented without extension
+## CheckExtensionlessURIs: set this to Yes if your HTML documents are often presented without extension
+## extensionless URIs will first be checked for their mime type through the web. Setting to Yes
+## is not necessary but will speed up the process.
 ## DEFAULT = No
 # CheckExtensionlessURIs No
 

Received on Friday, 7 September 2007 06:15:33 UTC