perl/modules/W3C/LogValidator MANIFEST,1.24,1.25

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

Modified Files:
	MANIFEST 
Log Message:
first rough version of a LinkReferer module to track top referers for 4xx/5xx problematic resources

Index: MANIFEST
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/MANIFEST,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- MANIFEST	10 Sep 2005 12:22:42 -0000	1.24
+++ MANIFEST	22 Jun 2006 05:03:27 -0000	1.25
@@ -4,6 +4,7 @@
 lib/W3C/LogValidator/CSSValidator.pm	Validates against the W3C CSS validator service 
 lib/W3C/LogValidator/LinkChecker.pm	[new] Checks documents in the logs for broken links
 lib/W3C/LogValidator/Basic.pm		Returns document sorted according to their popularity (hits)
+lib/W3C/LogValidator/LinkReferer.pm	Returns referers for requests generating 404s or other status codes
 lib/W3C/LogValidator/SurveyEngine.pm	[experimental] generic Web quality survey module
 lib/W3C/LogValidator/Output/HTML.pm	HTML output module
 lib/W3C/LogValidator/Output/Raw.pm	Command-line mode output module

Received on Thursday, 22 June 2006 05:03:32 UTC