Lines Matching +full:working +full:- +full:directory
2 ----------
9 This is a CGI program that maintains a user-editable FAQ. It uses RCS
16 importable module. The actual script in cgi-bin is minimal.
20 faqw.py executable script to be edited and installed in cgi-bin
21 faqwiz.py main module, lives in same directory as FAQ entry files
24 move-faqwiz.sh Script to move faqwiz entries.
28 -----------
30 Version 1.0 corrects some minor bugs and uses tab-agnostic
41 -----------------
48 will live (the directory where you unpacked it is an obvious choice).
49 This will be called the SRCDIR. This directory should not be writable
53 Create a dedicated working directory, preferably one that's not
55 FAQDIR. Create a subdirectory named RCS. Make both the working
56 directory and the RCS subdirectory wrld-writable. (This is essential,
71 install faqw.py in your cgi-bin directory. Make sure that it is
72 world-executable. You should now be able to connect to the FAQ wizard
75 specifying a different directory for "cgi-bin" if local conventions so
78 http://your.web.server/cgi-bin/faqw.py
80 If you are unable to get this working, check your server's error_log
89 faq01.001.htp in your working directory and an RCS revision history
96 -------------------------
107 The best way is probably to have a directory that is only writable by
109 and have a world-writable subdirectory DATA for the data. You then
110 set FAQDIR to point to the DATA directory and change the faqw.py
114 --Guido van Rossum (home page: http://www.python.org/~guido/)