README for WWW::CheckSite 0.013 =============================== This program will spider 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 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: * WWW::Mechanize (and LWP) * HTML::Template 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.