README for WWW::CheckSite 0.016
===============================
This program will spider from the specified url and check the
availability of the links, images and stylesheets on each page. Pages
and stylesheets are also validated with the validators available at
http://validator.w3.org and http://jigsaw.w3.org.

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 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.
