| lib/W3C/LogValidator.pm [pod] | Main module for the LogValidator |
| lib/W3C/LogValidator/Config.pm [pod] | Config parser module |
| lib/W3C/LogValidator/HTMLValidator.pm [pod] | Validates against the W3C Markup (HTML) validator service |
| lib/W3C/LogValidator/CSSValidator.pm [pod] | Validates against the W3C CSS validator service |
| lib/W3C/LogValidator/LinkChecker.pm [pod] | [new] Checks documents in the logs for broken links |
| lib/W3C/LogValidator/Basic.pm [pod] | 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 [pod] | [experimental] generic Web quality survey module |
| lib/W3C/LogValidator/Output/HTML.pm [pod] | HTML output module |
| lib/W3C/LogValidator/Output/Raw.pm [pod] | Command-line mode output module |
| lib/W3C/LogValidator/Output/Mail.pm [pod] | E-mail output module |
| samples/NewModule.pm [pod] | Template for a new LogValidator validation module |
| samples/NewOutputModule.pm [pod] | Template for a new LogValidator output module |
| samples/logprocess.conf | Sample config file |
| bin/logprocess.pl | |
| MANIFEST | This file |
| README | Do it! Read this file. |
| Changes | History of this package |
| t/base.t | test core modules |
| t/module-basic.t | test Basic.pm |
| t/module-htmlval.t | test HTMLValidator.pm |
| t/module-css.t | test CSSValidator.pm |
| t/module-linkcheck.t | test LinkChecker.pm |
| t/module-survey.t | test SurveyEngine.pm |
| META.yml | Module meta-data |
| Makefile.PL | Module build meta-data |