loops/knowledge/glossary/configure.zcml
helmutm 4b239e150a Glossary and glossary item views
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2183 fd906abe-77d9-0310-91a1-e0d9ade77398
2007-11-18 18:33:59 +00:00

27 lines
739 B
XML
Executable file

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
i18n_domain="zope"
>
<zope:adapter
name="glossary.html"
for="loops.interfaces.IConcept
zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.interface.Interface"
factory="loops.knowledge.glossary.browser.GlossaryView"
permission="zope.View"
/>
<zope:adapter
name="glossaryitem.html"
for="loops.interfaces.IConcept
zope.publisher.interfaces.browser.IBrowserRequest"
provides="zope.interface.Interface"
factory="loops.knowledge.glossary.browser.GlossaryItemView"
permission="zope.View"
/>
</configure>