loops/search/browser/configure.zcml
helmutm 89ae9aeab0 added loops.search package
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1283 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-08-04 12:14:13 +00:00

26 lines
638 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">
<!-- named templates -->
<zope:adapter
factory="loops.search.browser.base.search_macros"
for="loops.browser.common.BaseView"
name="loops.search_macros" />
<!-- the real view -->
<zope:adapter
name="search"
for="loops.interfaces.IConcept
zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.interface.Interface"
factory="loops.search.browser.base.Search"
permission="zope.View"
/>
</configure>