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.
+The actual script in cgi-bin is minimal.
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/)