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

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

Modified Files:
	logprocess.conf 
Log Message:
porting the ShowInvalid, ShowAborted and ShowValid options to CSS Validator module


Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- logprocess.conf	4 Sep 2007 05:38:12 -0000	1.25
+++ logprocess.conf	6 Sep 2007 06:20:36 -0000	1.26
@@ -276,6 +276,18 @@
 ## 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
 
 ## verbose: amount of output when running Log Validator
 ##

Received on Thursday, 6 September 2007 06:34:19 UTC