summaryrefslogtreecommitdiffstats
path: root/Tools/webchecker/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-11-17 15:41:47 (GMT)
committerGuido van Rossum <guido@python.org>1999-11-17 15:41:47 (GMT)
commit4755ee567d7b0af3089e5149b03bf36a640a8fe4 (patch)
treec8242bf98ec54096bb0e64dcab831c2d649f8f29 /Tools/webchecker/README
parent497a19879db2d171d7765161c637968ec58717aa (diff)
downloadcpython-4755ee567d7b0af3089e5149b03bf36a640a8fe4.zip
cpython-4755ee567d7b0af3089e5149b03bf36a640a8fe4.tar.gz
cpython-4755ee567d7b0af3089e5149b03bf36a640a8fe4.tar.bz2
Complete the integration of Sam Bayer's fixes.
Diffstat (limited to 'Tools/webchecker/README')
-rw-r--r--Tools/webchecker/README14
1 files changed, 10 insertions, 4 deletions
diff --git a/Tools/webchecker/README b/Tools/webchecker/README
index ac723ea..9ef5b47 100644
--- a/Tools/webchecker/README
+++ b/Tools/webchecker/README
@@ -6,9 +6,15 @@ 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.
-The module robotparser.py was written by Skip Montanaro; the rest is
-original work.
+History:
-Jan 29, 1997.
+- Jan 1997. First release. The module robotparser.py was written by
+Skip Montanaro; the rest is original work by Guido van Rossum.
---Guido van Rossum (home page: http://www.python.org/~guido/)
+- 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.