loops/wiki/configure.zcml
helmutm 94b9143b30 ignore wiki linking at the moment; needs change in order to use new link and link manager implementations
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3681 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-01-13 16:31:08 +00:00

25 lines
728 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="loops">
<zope:utility factory="cybertools.wiki.base.config.WikiConfiguration" />
<zope:utility factory="cybertools.wiki.dcu.html.Writer"
name="docutils.html" />
<zope:utility factory="cybertools.wiki.dcu.rstx.Parser"
name="docutils.rstx" />
<!--<zope:adapter factory="loops.wiki.link.LoopsLinkProcessor"
name="loops" />-->
<zope:adapter factory="cybertools.wiki.dcu.process.Reference"
name="default" />
<zope:adapter factory="loops.wiki.setup.SetupManager"
name="wiki" />
</configure>