[Zope3-checkins] CVS: Zope3/src/zope/app - configure.zcml:1.24.2.1
Anthony Baxter
anthony@interlink.com.au
Sat, 12 Jul 2003 02:15:34 -0400
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv26101
Modified Files:
Tag: melb-2003-content-catalog-branch
configure.zcml
Log Message:
first cut at catalogs. There are both content-space catalogs and utility-space
catalogs - in zope/app/catalog/catalog.txt is an example of creating the
latter.
Next up is to re-work the Catalog<->Index interface. If you create
catalogs now, you'll need to throw them away when those changes land
(soon). Note also that the search interface at the moment is a little
bit primitive - you call 'searchResults(key=value, key2=value2)'.
=== Zope3/src/zope/app/configure.zcml 1.24 => 1.24.2.1 ===
--- Zope3/src/zope/app/configure.zcml:1.24 Mon Jul 7 14:06:00 2003
+++ Zope3/src/zope/app/configure.zcml Sat Jul 12 02:14:58 2003
@@ -128,4 +128,6 @@
<include package="zope.app.rdb" file="service.zcml" />
+ <include package="zope.app.catalog"/>
+
</zopeConfigure>