[Checkins] SVN: zope2docs/trunk/zdgbook/GettingStarted.rst Update to Zope 2.13

Baiju M baiju.m.mail at gmail.com
Wed Jun 15 07:27:47 EDT 2011


Log message for revision 121946:
  Update to Zope 2.13
  

Changed:
  U   zope2docs/trunk/zdgbook/GettingStarted.rst

-=-
Modified: zope2docs/trunk/zdgbook/GettingStarted.rst
===================================================================
--- zope2docs/trunk/zdgbook/GettingStarted.rst	2011-06-15 11:20:51 UTC (rev 121945)
+++ zope2docs/trunk/zdgbook/GettingStarted.rst	2011-06-15 11:27:46 UTC (rev 121946)
@@ -33,7 +33,7 @@
 Bootstrapping the Build
 =======================
 
-You should have Python 2.5 or 2.6 installed in your system.  To start
+You should have Python 2.6 or 2.7 installed in your system.  To start
 the build process, download and run `bootstrap.py`.  The
 `bootstrap.py` will download and install `setuptools` and
 `zc.buildout` packages.  Also it will create the directory structure
@@ -49,17 +49,16 @@
 Installing Zope 2
 =================
 
-From Zope 2.12 onwards Zope 2 is distributed in egg format.  To
-install Zope 2 egg and create an instance, update buildout
-configuration file (``buildout.cfg``) with appropriate parts and
-recipes.
+Zope 2 is distributed in egg format.  To install Zope 2 egg
+and create an instance, update buildout configuration file
+(``buildout.cfg``) with appropriate parts and recipes.
 
 ::
 
   [buildout]
   parts = zope2
           instance
-  extends = http://download.zope.org/Zope2/index/2.12.0/versions.cfg
+  extends = http://download.zope.org/Zope2/index/2.13.7/versions.cfg
 
   [zope2]
   recipe = zc.recipe.egg



More information about the checkins mailing list