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

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

Modified Files:
	logprocess.conf 
Log Message:
documenting the dependency problem for the link checker module in the sample configuration file

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- logprocess.conf	1 Aug 2005 05:11:19 -0000	1.20
+++ logprocess.conf	13 Jan 2006 08:02:00 -0000	1.21
@@ -129,13 +129,15 @@
 ## UseValidationModule : chooses between available modules to process the logs
 ##
 ## Below is the list of modules shipped with the Log Validator
-## comment the lines for the ones you do not want to use
+## comment out the lines for the ones you do not want to use
 ## or add your own (see http://www.w3.org/QA/Tools/LogValidator/Manual-Modules to create new modules)
 UseValidationModule W3C::LogValidator::Basic
 UseValidationModule W3C::LogValidator::SurveyEngine
 UseValidationModule W3C::LogValidator::HTMLValidator
 UseValidationModule W3C::LogValidator::CSSValidator
-UseValidationModule W3C::LogValidator::LinkChecker
+# Link Checker Module - needs the link checker installed on your system
+# get it at http://search.cpan.org/dist/W3C-LinkChecker/ 
+# UseValidationModule W3C::LogValidator::LinkChecker
 
 
 #####################################

Received on Friday, 13 January 2006 08:02:10 UTC