[z3-checkins] r26715 - z3/hurry/trunk
faassen at codespeak.net
faassen at codespeak.net
Wed May 3 11:42:23 CEST 2006
Author: faassen
Date: Wed May 3 11:42:22 2006
New Revision: 26715
Modified:
z3/hurry/trunk/INSTALL.txt
Log:
Update a bit.
Modified: z3/hurry/trunk/INSTALL.txt
==============================================================================
--- z3/hurry/trunk/INSTALL.txt (original)
+++ z3/hurry/trunk/INSTALL.txt Wed May 3 11:42:22 2006
@@ -1,13 +1,14 @@
Installation
------------
-Hurry needs Zope 3.1. It can work with Zope 3.2 too. Make sure hurry's
-src directory is on the Python path somehow, and then copy
-hurry-configure.zcml into your Zope's `etc/package-includes`
+Hurry needs Zope 3.1 or Zope 3.2.
+
+Make sure hurry's src directory is on the Python path somehow, and
+then copy hurry-configure.zcml into your Zope's `etc/package-includes`
directory.
hurry.query also has support for zc.catalog SetIndexes in
-hurry.query.set. zc.catalog can be found here in the Zope 3 SVN
-repository, in Sandbox/zc/catalog/. You also need to copy
-`zc.catalog-configure.zcml` into your Zope's `etc/package-includes`
-directory.
+hurry.query.set. If you want to use this extension, you need to
+install zc.catalog. It can be found in Zope's SVN repository. You
+then also need to copy `zc.catalog-configure.zcml` into your Zope's
+`etc/package-includes` directory.
More information about the z3-checkins
mailing list