checklinks ..

coded up a small tool in tcl this evening to check links from a page or list of pages. basically i needed to verify that the links from a page were valid. it works like the following:
$ checklinks.tcl http://monkey.org/~jose/software/
==> checking http://monkey.org/~jose/software/
==> checking http://www.monkey.org/~jose/software/extract/
==> checking http://www.monkey.org/~jose/software/tracepath/
==> checking http://www.monkey.org/~jose/software/picpages/
==> checking http://www.monkey.org/~jose/software/cligoogle/
==> checking http://www.monkey.org/~jose/software/fw-mon-0.0a.tar.gz
==> checking http://www.monkey.org/~jose/myscanssh/
==> checking http://www.monkey.org/~jose/pdfsearch/
==> checking http://www.monkey.org/~jose/software/cli/
==> checking http://www.monkey.org/~jose/software/failgen/
linkcheck ending
some problems with it:

uses the Tnm package from scotty and tcllib.

the code is available: http://www.monkey.org/~jose/software/checklinks/checklinks.tcl

     [link]     Wednesday, Dec 10, 2003 @ 10:29pm