[Zope3-checkins] CVS: Zope3/src/zope/app/browser - configure.zcml:1.17.14.1
Anthony Baxter
anthony@interlink.com.au
Sat, 12 Jul 2003 02:15:37 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv26101/browser
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/browser/configure.zcml 1.17 => 1.17.14.1 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.17 Thu May 8 13:27:16 2003
+++ Zope3/src/zope/app/browser/configure.zcml Sat Jul 12 02:15:02 2003
@@ -16,6 +16,7 @@
<include package=".index" />
<include package=".rdb" />
<include package=".workflow" />
+<include package=".catalog" />
<include file="onlinehelp.zcml" />
<include file="introspector.zcml" />
<include file="traversal.zcml" />