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

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

Modified Files:
	logprocess.conf 
Log Message:
documenting recent additional options:

- new module LinkReferer
- new option RefererMatch



Index: logprocess.conf
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/samples/logprocess.conf,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- logprocess.conf	13 Jan 2006 08:02:00 -0000	1.21
+++ logprocess.conf	22 Jun 2006 05:30:21 -0000	1.22
@@ -126,16 +126,29 @@
 # ExcludeAreas  test/ignore* favicon\.ico /rootarea
 
 
+## RefererMatch : limit referer storage to some sites
+## A (new) logvalidator feature draws referer information from logs that hold it
+## It can be used with the LinkReferer module
+## regexp-like syntax - but giving the name of a site should just work
+## DEFAULT = .*
+# RefererMatch http://www.example.com
+
 ## UseValidationModule : chooses between available modules to process the logs
 ##
 ## Below is the list of modules shipped with the Log Validator
 ## 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)
+##
+## "Popular modules" 
 UseValidationModule W3C::LogValidator::Basic
-UseValidationModule W3C::LogValidator::SurveyEngine
 UseValidationModule W3C::LogValidator::HTMLValidator
 UseValidationModule W3C::LogValidator::CSSValidator
-# Link Checker Module - needs the link checker installed on your system
+## "Optional modules"
+## LinkReferer - [experimental]  lists top referers for problematic (404 etc) resources
+# UseValidationModule W3C::LogValidator::LinkReferer
+## SurveyEngine - [experimental] generates statistics about quality of documents
+# UseValidationModule W3C::LogValidator::SurveyEngine
+## 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 Thursday, 22 June 2006 05:30:39 UTC