- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Aug 2005 05:11:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv5421
Modified Files:
MANIFEST Makefile.PL
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: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Makefile.PL 10 Nov 2004 00:16:46 -0000 1.14
+++ Makefile.PL 1 Aug 2005 05:11:19 -0000 1.15
@@ -22,7 +22,8 @@
'File::Temp' => 0,
'DB_File' => 0,
'Mail::Sendmail' => 0,
- 'WebService::Validator::CSS::W3C' => 0
+ 'WebService::Validator::CSS::W3C' => 0,
+# 'W3C::LinkChecker' => 0
},
'EXE_FILES' => [ 'bin/logprocess.pl' ],
'dist' => { COMPRESS => 'gzip -9f', SUFFIX => '.gz' },
Index: MANIFEST
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/MANIFEST,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- MANIFEST 12 Aug 2004 09:10:27 -0000 1.17
+++ MANIFEST 1 Aug 2005 05:11:19 -0000 1.18
@@ -1,7 +1,8 @@
lib/W3C/LogValidator.pm Main module for the LogValidator
lib/W3C/LogValidator/Config.pm Config parser module
lib/W3C/LogValidator/HTMLValidator.pm Validates the logs against the W3C Markup (HTML) validator service
-lib/W3C/LogValidator/CSSValidator.pm [new] Validates the logs against the W3C CSS validator service
+lib/W3C/LogValidator/CSSValidator.pm Validates the logs 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/SurveyEngine.pm [experimental] generic Web quality survey module
lib/W3C/LogValidator/Output/HTML.pm HTML output module
Received on Monday, 1 August 2005 05:11:24 UTC