cpython/Tools/webchecker
Fred Drake d34a9c98a9 Added more link attributes based on additonal information from Chris
McCafferty <christopher.mccafferty@csg.ch>, and a bit of experimentation
with Navigator 4.7.

HTML-as-deployed is evil!
2001-04-05 18:14:50 +00:00
..
README Complete the integration of Sam Bayer's fixes. 1999-11-17 15:41:47 +00:00
tktools.py
wcgui.py
wcmac.py
webchecker.py Added more link attributes based on additonal information from Chris 2001-04-05 18:14:50 +00:00
websucker.py Patch inspired by Just van Rossum: on the Mac, in savefilename(), make 2000-04-25 21:13:24 +00:00
wsgui.py

README

Webchecker
----------

This is a simple web tree checker, useful to find bad links in a web
tree.  It currently checks links pointing within the same subweb for
validity.  The main program is "webchecker.py".  See its doc string
(or invoke it with the option "-?") for more defails.

History:

- Jan 1997.  First release.  The module robotparser.py was written by
Skip Montanaro; the rest is original work by Guido van Rossum.

- May 1999.  Sam Bayer contributed a new version, wcnew.py, which
supports checking internal links (#spam fragments in URLs) and some
other options.

- Nov 1999.  Sam Bayer contributed patches to reintegrate wcnew.py
into webchecker.py, and corresponding mods to wcgui.py and
websucker.py.