Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a342f commit d7918fbCopy full SHA for d7918fb
1 file changed
Tools/faqwiz/README
@@ -13,7 +13,7 @@ program to maintain some other FAQ than the Python FAQ is contained in
13
the configuration module, faqconf.py.
14
15
Note that this is not an executable script; it's an importable module.
16
-The actual script in cgi-bin minimal.
+The actual script in cgi-bin is minimal.
17
18
Files:
19
@@ -22,4 +22,8 @@ faqwin.py main module, lives in same directory as FAQ entry files
22
faqconf.py main configuration module
23
faqcust.py additional local customization module (optional)
24
25
+The most important setup consideration is that the directory and the
26
+RCS subdirectory must be world-writable, since the CGI script runs as
27
+nobody!
28
+
29
--Guido van Rossum (home page: http://www.python.org/~guido/)
0 commit comments