]> granicus.if.org Git - python/commitdiff
Added faqwiz and webchecker.
authorGuido van Rossum <guido@python.org>
Thu, 28 Aug 1997 02:41:33 +0000 (02:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 Aug 1997 02:41:33 +0000 (02:41 +0000)
Tools/README

index acf755af8e1135539fcd76c678897e9ca2d2b1b4..f0b9bf9d91f5c5c9bdd6c0c171949ad5ed66d438 100644 (file)
@@ -4,6 +4,10 @@ while building or extending Python.
 bgen           Generate complete extension modules from a
                description.  Still under development!
 
+faqwiz         FAQ Wizard.
+               See http://grail.cnri.reston.va.us/cgi-bin/faqw.py
+               for a live example.
+
 freeze         Create a stand-alone executable from a Python program.
 
 modulator      Interactively generate boiler plate for an extension
@@ -12,3 +16,5 @@ modulator     Interactively generate boiler plate for an extension
 scripts                A number of useful single-file programs, e.g. for
                converting old Python sources to the current language
                definition.
+
+webchecker     A link checker for web sites.