[Zope-Checkins] CVS: Zope2 - DEBUGGING.txt:1.4 INSTALL.txt:1.30 LOGGING.txt:1.5 WEBSERVER.txt:1.16

Brian Lloyd brian@digicool.com
Fri, 1 Jun 2001 15:45:35 -0400 (EDT)


Update of /cvs-repository/Zope2/doc
In directory korak.digicool.com:/home/brian/temp/mainline/doc

Modified Files:
	DEBUGGING.txt INSTALL.txt LOGGING.txt WEBSERVER.txt 
Log Message:
Changed references to Python 1.5.2 to Python 2.1



--- Updated File DEBUGGING.txt in package Zope2 --
--- DEBUGGING.txt	1999/08/16 15:51:01	1.3
+++ DEBUGGING.txt	2001/06/01 19:45:34	1.4
@@ -27,7 +27,7 @@
      file) must be plain text, not encrypted.
 
   To use the monitor, start it from the shell prompt like so (as if
-  from the Zope root; must be python 1.5.2 or later):
+  from the Zope root):
 
   python ZServer/medusa/monitor_client.py localhost 8099
 

--- Updated File INSTALL.txt in package Zope2 --
--- INSTALL.txt	2001/04/30 16:05:39	1.29
+++ INSTALL.txt	2001/06/01 19:45:34	1.30
@@ -7,16 +7,16 @@
 
 Important notes
 
-   ZOPE 2.0 REQUIRES PYTHON 1.5.2!
+   ZOPE 2.4 REQUIRES PYTHON 2.1!
 
-   See CHANGES.txt for important notes on Zope 2.0.
+   See CHANGES.txt for important notes on Zope 2.4.
 
 Quick Start
 
   If you are impatient, the following commands should get you up and
   running with Zope 2 using ZServer and ZODB 3 on Unix::
 
-    python w_pcgi.py  # Note, this must be Python 1.5.2
+    python w_pcgi.py  # Note, this must be Python 2.1
     ./start
 
   The first command builds and adjusts Zope.  Take note of the user

--- Updated File LOGGING.txt in package Zope2 --
--- LOGGING.txt	2001/03/08 19:17:57	1.4
+++ LOGGING.txt	2001/06/01 19:45:34	1.5
@@ -10,7 +10,7 @@
  most easily by providing the settings on the z2.py command line.  For
  example::
 
-  $ python1.5.2 z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
+  $ python2.1 z2.py ZSYSLOG_SERVER="syslog.mydomain.com:514" \
      STUPID_LOG_FILE=var/Zope.log"
 
  Currently, the following environment variables can be set:

--- Updated File WEBSERVER.txt in package Zope2 --
--- WEBSERVER.txt	2001/01/10 19:10:33	1.15
+++ WEBSERVER.txt	2001/06/01 19:45:34	1.16
@@ -49,7 +49,7 @@
   'z2.py' startup script.  From the top level Zope directory, you
   can::
 
-    bash% python1.5.2 z2.py -p
+    bash% python2.1 z2.py -p
 
   Note, you must have gone through the directions in 'INSTALL.txt' for
   this to work.
@@ -60,7 +60,7 @@
   is not named 'Zope.cgi' and is not in the same directory as 'z2.py',
   then you can specify the file name after the '-p', like::
 
-    bash% python.1.5.2 z2.py -p /path/to/PCGI/resource/file
+    bash% python2.1 z2.py -p /path/to/PCGI/resource/file
 
   Now the Zope long running process is started up, and the PCGI
   component is loaded and ready to receive CGI requests from your