cpython/Tools/faqwiz
Guido van Rossum d7918fb758 Added hint about permissions. 1997-05-30 12:01:24 +00:00
..
README Added hint about permissions. 1997-05-30 12:01:24 +00:00
faqconf.py Set version to 0.4; get rid of '(' in column 1 in triple-queted string. 1997-05-26 20:15:44 +00:00
faqcust.py Oops, checked in the wrong SHORTNAME value. 1997-05-26 06:14:02 +00:00
faqmain.py Final touch -- bottom link points to FAQ Wizard home. 1997-05-23 23:07:44 +00:00
faqw.py Inclide the imports and chdir in the try/except. 1997-05-30 11:50:36 +00:00
faqwiz.py Protect roulette against empty FAQ. 1997-05-30 11:58:21 +00:00

README

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 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
faqconf.py	main configuration module
faqcust.py	additional local customization module (optional)

The most important setup consideration is that the directory and the
RCS subdirectory must be world-writable, since the CGI script runs as
nobody!

--Guido van Rossum (home page: http://www.python.org/~guido/)