NAME

check-page - check the links in a single HTML page and report problems


DESCRIPTION

This program reads an HTML page, from the command line arguments and reports errors in it. It gives the line number of the error. One useful feature is that the output is in the same format as various other utilities (such as the gnu ones) which means that your editor may well be able to understand it and move you to the correct line.

In emacs, you can use this by using the following sequence

   M-x compile RET check-page [filename] RET

Which will check the page and record the errors. You can then use

   M-`

from within the file you are trying to get to the next error. For more information about this see the emacs help on compiling.


SEE ALSO

the verify-link-control manpage; the extract-links manpage; the build-schedule manpage the link-report manpage; the fix-link manpage; the link-report.cgi manpage; the fix-link.cgi manpage the suggest manpage; the link-report.cgi manpage; the configure-link-control manpage

The LinkController manual in the distribution in HTML, info, or postscript formats, included in the distribution.

http://scotclimb.org.uk/software/linkcont/ - the LinkController homepage.