README for WWW::CheckSite 0.020
===============================
This program will spider from the specified url and check the
availability of the links, images and stylesheets on each page. Pages
and stylesheets can also be validated with the validators made
available by W3C.

*INCOMPATIBLE CHANGE*: As of 0.020 validation is no longer the
 default, and you should not use the old defaults as they do not allow
 robots! Please install your own copies of the W3C HTML validator and
 CSS validator .

When all pages are checked two 'kwalitee' reports in HTML-format are
generated. The "full.html" report contains all the information for all
pages and the "summ.html" report contains only the pages with errors
and their errors.

PREREQUISITES
=============
This package needs:

    * Storable
    * WWW::Mechanize (and LWP, URI, WWW::RobotRules)
    * HTML::Template or Template (TT2)

INSTALLATION
============
To install this module, run the following commands:

    perl Makefile.PL
    make test
    make install

COPYRIGHT & LICENSE
===================
Copyright MMV, MMVII Abe Timmerman, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
