Current version: 1.02. Download the source
webcheck automatically checks links on a web page for validity, and reports errors in a format that Gnu Emacs (and other IDEs) can use to bring up the source html files to be fixed.
webcheck can operate on a web page via the http protocol, or on a local file system, using a root URI with the file: scheme.
The command line for webcheck is:
webcheck {root-uri} {output-root}
[options]
webcheck retrieves the root-uri, and scans it for
html links. Some html syntax errors are detected during the scan, but
not all. If the link uri has the same root as root-uri, it is
recursively retrieved and scanned. If it has a different root, it is
just checked for existence.
The options are:
webcheck was inspired by finder written by Tom Moran, but is a totally new implementation. It uses OpenToken to parse html, and SAL data structures.
my home page
Author : Stephen Leake
Last modified: Mon Jul 20 05:22:57 EDT 2009