diff options
author | Guido van Rossum <guido@python.org> | 1997-12-09 16:04:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-09 16:04:46 (GMT) |
commit | b1823ad83f4dad74eb13b470f2878d23b9fa7f3b (patch) | |
tree | 41599b9bedb6a4c261447df9ffecaa18ae64ea18 /Tools/faqwiz/README | |
parent | fc5d8b198aa6e406102e06067fa0e86b2d600a49 (diff) | |
download | cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.zip cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.tar.gz cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.tar.bz2 |
v 0.8.3 -- add an option to suppress URL processing inside <PRE>,
by Scott <scott@chronis.icgroup.com>
Diffstat (limited to 'Tools/faqwiz/README')
-rw-r--r-- | Tools/faqwiz/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/faqwiz/README b/Tools/faqwiz/README index 0f494aa..4266e08 100644 --- a/Tools/faqwiz/README +++ b/Tools/faqwiz/README @@ -2,8 +2,8 @@ FAQ Wizard ---------- Author: Guido van Rossum <guido@python.org> -Version: 0.8 -Date: 27 August 1997 +Version: 0.8.3 +Date: 8 December 1997 This is a CGI program that maintains a user-editable FAQ. It uses RCS @@ -18,7 +18,7 @@ importable module. The actual script in cgi-bin is minimal. Files: faqw.py executable script to be edited and installed in cgi-bin -faqwin.py main module, lives in same directory as FAQ entry files +faqwiz.py main module, lives in same directory as FAQ entry files faqconf.py main configuration module faqcust.py additional local customization module (optional) |