perl/modules/W3C/LogValidator/samples logprocess.conf,1.13,1.14

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

Modified Files:
	logprocess.conf 
Log Message:
typos and minor updates

Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- logprocess.conf	9 Jun 2004 01:43:12 -0000	1.13
+++ logprocess.conf	21 Jun 2004 00:06:56 -0000	1.14
@@ -95,9 +95,9 @@
 ## MaxDocuments : how many documents to process before exiting [NEW version 0.3]
 ##
 ## All Log Validator processing modules will stop after processing this number of documents
-##   Even if the limit set for the number of Invalid
+##   Even if the limit set for the number of invalid documents to find (MaxInvalid) is not reached
 ## For purely statistical modules, this will be the only limit
-## 0 is equivalent to infinite (i.e process all the entries in the log as defined by EntriesPerLogfile
+## 0 is equivalent to infinite (i.e process all the entries in the log as defined by EntriesPerLogfile)
 ## NOTE: this can be fine-tuned by setting the same variable for each module
 ## NOTE: See also MaxDocuments
 ## NOTE: Set it to 0 for "no limit"
@@ -107,8 +107,8 @@
 ## UseValidationModule : chooses between available modules to process the logs
 ##
 ## Below is the list of modules shipped with the Log Validator
-## uncomment the lines for the ones you want to use
-## or add your own
+## comment 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

Received on Sunday, 20 June 2004 20:06:58 UTC