From: Guido van Rossum Date: Thu, 28 Aug 1997 02:41:33 +0000 (+0000) Subject: Added faqwiz and webchecker. X-Git-Tag: v1.5a4~292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a11b0415379012d6f47fcd7324325f575bbe90de;p=python Added faqwiz and webchecker. --- diff --git a/Tools/README b/Tools/README index acf755af8e..f0b9bf9d91 100644 --- a/Tools/README +++ b/Tools/README @@ -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.