[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.560.4.5 INSTALL.txt:1.34.10.1

Andreas Jung andreas@andreas-jung.com
Sat, 16 Nov 2002 11:36:45 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv24822

Modified Files:
      Tag: ajung-restructuredtext-integration-branch
	CHANGES.txt INSTALL.txt 
Log Message:
merge from trunk

=== Zope/doc/CHANGES.txt 1.560.4.4 => 1.560.4.5 ===
--- Zope/doc/CHANGES.txt:1.560.4.4	Sat Nov 16 11:01:36 2002
+++ Zope/doc/CHANGES.txt	Sat Nov 16 11:36:44 2002
@@ -38,7 +38,6 @@
       - Integration of reStructuredText (reST). 
         See doc/RESTRUCTUREDTEXT.txt for details.
 
-
     Bugs Fixed
 
       - Collector #651: WebDAV Lock Manager was broken.


=== Zope/doc/INSTALL.txt 1.34 => 1.34.10.1 ===
--- Zope/doc/INSTALL.txt:1.34	Sun Oct  6 07:41:08 2002
+++ Zope/doc/INSTALL.txt	Sat Nov 16 11:36:44 2002
@@ -7,7 +7,7 @@
 
 Important notes
 
-   Starting with Zope 2.7, Zope *REQUIRES* Python 2.2.1 or later.
+   Starting with Zope 2.7, Zope *REQUIRES* Python 2.2.2 or later.
    This is done to ease code sharing with Zope 3.
 
    See CHANGES.txt for important notes on this version of Zope.
@@ -18,7 +18,7 @@
   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 2.2.1 or later
+    python w_pcgi.py  # Note, this must be Python 2.2.2 or later
     ./start
 
   The first command builds and adjusts Zope.  Take note of the user
@@ -47,17 +47,17 @@
   screen which is divided into two frames. On the left you can navigate
   between Zope object and on the right you can edit them by selecting
   different management functions with the tabs at the top of the frame.
-  
+
   If you haven't used Zope before, you should head to the Zope web site
   and read some documentation. The Zope Manager's Guide is a good place
   to start. You can access the Zope site at:
-  
+
     'http://www.zope.org/'
-  
+
   Have fun!
 
 Building Zope
-  
+
   There are some python scripts in the top-level directory that should
   help you get started. You must run these scripts from the top-level
   directory.
@@ -72,8 +72,8 @@
     python w_pcgi.py
 
   Notes
-  
-    * You should be using Python 2.2.1 or later to run the build scripts.
+
+    * You should be using Python 2.2.2 or later to run the build scripts.
 
     * The python you run Zope with *must* have threads compiled in,
       which is the case for a vanilla build.  Warning: Zope will not
@@ -112,9 +112,9 @@
         allows you to use FTP-enabled publishing systems with Zope.
 
       o PCGI -- PCGI is a lightweight protocol for forwarding
-	requests from other web servers, like Apache or Netscape, to
-	Zope. This makes it possible to use web server features like
-	connection encryption or logging with Zope.
+        requests from other web servers, like Apache or Netscape, to
+        Zope. This makes it possible to use web server features like
+        connection encryption or logging with Zope.
 
       o monitor -- ZServer has the capability to allow you to access
         the Python interpreter directly over a network channel.  If
@@ -134,5 +134,3 @@
 
   If you wish to enable Zope logging you must specify options on the
   command line.  See LOGGING.txt in the doc directory.
-
-