perl/modules/W3C/LogValidator/samples logprocess.conf,1.24,1.25

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

Modified Files:
	logprocess.conf 
Log Message:
Adding options for the HTMLValidator module, to list valid, invalid or non-validable
documents in the final report, providing more flexibility on what is reported



Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- logprocess.conf	24 Jul 2007 06:08:11 -0000	1.24
+++ logprocess.conf	4 Sep 2007 05:38:12 -0000	1.25
@@ -210,6 +210,22 @@
 ## ExcludeAreas : areas that should not be processed ##
 ## NOTE: see equivalent section in general config for more info
 
+## ShowInvalid : whether the report should list invalid documents
+## DEFAULT = Yes
+# ShowInvalid Yes
+
+## ShowAborted : whether the report should list documents which could not
+## be validated (fatal errors, 404s, etc)
+## DEFAULT = No
+# ShowAborted No
+
+## ShowValid : whether the report should list valid documents
+## DEFAULT = No
+# ShowValid No
+
+
+
+
 ## Other variables you may change *WARNING* at your own risks *WARNING*
 ## NOTE: default should be fine, don't change this unless you know what you're doing
 ## Below are the default values, uncomment and modify if necessary

Received on Tuesday, 4 September 2007 05:38:39 UTC