Initial revision

This commit is contained in:
Guido van Rossum 1997-05-26 20:15:09 +00:00
parent 7a241071d4
commit 132e1892e1
1 changed files with 25 additions and 0 deletions

25
Tools/faqwiz/README Normal file
View File

@ -0,0 +1,25 @@
FAQ Wizard
----------
Author: Guido van Rossum <guido@python.org>
Version: 0.4
Date: 26 May 1997
This is a CGI program that maintains a user-editable FAQ. It uses RCS
to keep track of changes to individual FAQ entries. It is fully
configurable; everything you might want to change when using this
program to maintain some other FAQ than the Python FAQ is contained in
the configuration module, faqconf.py.
Note that this is not an executable script; it's an importable module.
The actual script in cgi-bin 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
faqconf.py main configuration module
faqcust.py additional local customization module (optional)
--Guido van Rossum (home page: http://www.python.org/~guido/)