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

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

Modified Files:
	logprocess.conf 
Log Message:
adding CheckExtensionlessURIs and AuthorizedExtensions * capability for css validator module

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- logprocess.conf	7 Sep 2007 06:15:28 -0000	1.28
+++ logprocess.conf	4 Dec 2007 07:15:34 -0000	1.29
@@ -308,9 +308,19 @@
 # ValidatorHost jigsaw.w3.org
 # ValidatorPort 80
 # ValidatorString /css-validator/validator
+
 # AuthorizedExtensions : what kind of extensions the module should claim responsibility for
 # for this module, you may want to choose either only CSS or any kind of document that can have embedded CSS
 # default is the former
 #AuthorizedExtensions .css 
 #AuthorizedExtensions .html .xhtml .phtml .htm .css .svg /
+## Alternatively, if you want to check everything
+# AuthorizedExtensions *
+
+## 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
+
 </Module>

Received on Tuesday, 4 December 2007 07:15:43 UTC