[Checkins] SVN: zopetoolkit/trunk/index.rst Added notes on how to use the KGS

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 26 08:07:41 EDT 2010


Log message for revision 113893:
  Added notes on how to use the KGS
  

Changed:
  U   zopetoolkit/trunk/index.rst

-=-
Modified: zopetoolkit/trunk/index.rst
===================================================================
--- zopetoolkit/trunk/index.rst	2010-06-26 11:58:45 UTC (rev 113892)
+++ zopetoolkit/trunk/index.rst	2010-06-26 12:07:41 UTC (rev 113893)
@@ -13,11 +13,30 @@
 each library for updates. Here we note larger changes, especially ones
 that affect multiple libraries.
 
+Installation
+------------
+
 The Zope Toolkit cannot be installed directly except as individual
 libraries (such as ``zope.component``). To install it you typically
-would install a toolkit or application that makes use of these
+would install a framework or application that makes use of these
 libraries. Examples of such projects are BlueBream, Grok and Zope 2.
 
+If you want to use the Zope Toolkit KGS, you can either use the buildout
+extends mechanism (replace 1.0a1 by the desired version)::
+
+  [buildout]
+  extends = http://download.zope.org/zopetoolkit/index/1.0a1/ztk-versions.cfg
+
+or you can install one of the libraries of the Toolkit directly::
+
+  easy_install -i http://download.zope.org/zopetoolkit/index/1.0a1 zope.component
+
+Frameworks and applications have their own set of install instructions. You
+should follow these in most cases.
+
+News
+----
+
 The 1.0 release of the Zope Toolkit contains a number of
 refactorings that are aimed to clean up dependencies between pieces of
 code. Many packages in ``zope.app`` have had their code moved to



More information about the checkins mailing list