perl/modules/W3C/LogValidator/samples logprocess.conf,1.8,1.9

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

Modified Files:
	logprocess.conf 
Log Message:
new option for the HTMLValidator module, adding options for new CSSValidator module

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- logprocess.conf	5 Apr 2004 04:25:07 -0000	1.8
+++ logprocess.conf	2 Jun 2004 07:50:54 -0000	1.9
@@ -56,6 +56,7 @@
 ## UseValidationModule : chooses between available modules to process the logs
 ## multiple entries allowed
 UseValidationModule W3C::LogValidator::HTMLValidator
+UseValidationModule W3C::LogValidator::CSSValidator
 UseValidationModule W3C::LogValidator::Basic
 
 ## specific/overriden variables for the HTMLValidator module
@@ -73,5 +74,24 @@
 # ValidatorPort 80
 # ValidatorString /check?uri=
 # ValidatorPostString \;output=xml
+# AuthorizedExtensions : what kind of extensions the module should claim responsibility for
+# AuthorizedExtensions .html .xhtml .phtml .htm /
 </Module>
 
+
+## specific/overriden variables for the CSSValidator module
+<Module W3C::LogValidator::CSSValidator>
+## you can change the maxinvalid number
+## MaxInvalid 5
+
+## verbosity - you can overrride the setting given at the commandline
+# verbose 0
+
+## other variables you may change *WARNING* at your own risks *WARNING*
+# 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 latter
+#AuthorizedExtensions .css 
+#AuthorizedExtensions .html .xhtml .phtml .htm .css .svg /
+
+</Module>

Received on Wednesday, 2 June 2004 03:50:56 UTC