/Tools/webchecker/README

http://unladen-swallow.googlecode.com/ · #! · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · ef8f03281a137f7875f4ece51de46019 MD5 · raw file

  1. Webchecker
  2. ----------
  3. This is a simple web tree checker, useful to find bad links in a web
  4. tree. It currently checks links pointing within the same subweb for
  5. validity. The main program is "webchecker.py". See its doc string
  6. (or invoke it with the option "-?") for more defails.
  7. History:
  8. - Jan 1997. First release. The module robotparser.py was written by
  9. Skip Montanaro; the rest is original work by Guido van Rossum.
  10. - May 1999. Sam Bayer contributed a new version, wcnew.py, which
  11. supports checking internal links (#spam fragments in URLs) and some
  12. other options.
  13. - Nov 1999. Sam Bayer contributed patches to reintegrate wcnew.py
  14. into webchecker.py, and corresponding mods to wcgui.py and
  15. websucker.py.
  16. - Mar 2004. Chris Herborth contributed a patch to let webchecker.py
  17. handle XHTML's 'id' attribute.