]> granicus.if.org Git - python/commitdiff
Added hint about permissions.
authorGuido van Rossum <guido@python.org>
Fri, 30 May 1997 12:01:24 +0000 (12:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 30 May 1997 12:01:24 +0000 (12:01 +0000)
Tools/faqwiz/README

index d03894ede5d0f9632183772f346b6a841b550bc7..186e43dc9b2307de0d57c532f92f79cf705c1123 100644 (file)
@@ -13,7 +13,7 @@ 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.
+The actual script in cgi-bin is minimal.
 
 Files:
 
@@ -22,4 +22,8 @@ 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/)