perl/modules/W3C/LogValidator/samples logprocess.conf,1.19,1.20

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

Modified Files:
	logprocess.conf 
Log Message:
Adding a link checker module (not very robust since the link checker is not yet 
modularized, but nevertheless working) for automatic discovery of the most important
documents with broken links.



Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- logprocess.conf	29 Jul 2005 01:39:23 -0000	1.19
+++ logprocess.conf	1 Aug 2005 05:11:19 -0000	1.20
@@ -135,6 +135,7 @@
 UseValidationModule W3C::LogValidator::SurveyEngine
 UseValidationModule W3C::LogValidator::HTMLValidator
 UseValidationModule W3C::LogValidator::CSSValidator
+UseValidationModule W3C::LogValidator::LinkChecker
 
 
 #####################################
@@ -156,6 +157,24 @@
 ## NOTE: see equivalent section in general config for more info
 
 </Module>
+<Module W3C::LogValidator::LinkChecker>
+## MaxDocuments and MaxInvalid
+##
+## how many documents should be processed and/or how many broken documents need to be found
+##   before this particular module stops processing the longs
+## DEFAULT = global values of MaxInValid and MaxDocuments
+##
+## MaxInvalid 5
+## MaxDocuments 0
+
+#LinkChecker - path to 'checklink', the link checker script.
+# you only need to set this up if your script is not in a "usual" location
+# (/usr/bin, /usr/local/bin...)
+# In the future, this will not be needed
+#checklink /usr/bin/checklink
+</Module>
+
+
 
 <Module W3C::LogValidator::HTMLValidator>
 ## MaxDocuments and MaxInvalid 

Received on Monday, 1 August 2005 05:11:26 UTC