source: products/quintagroup.pingtool/trunk/quintagroup/pingtool/configure.zcml @ 3665

Last change on this file since 3665 was 626, checked in by crchemist, 17 years ago

Modified tests.

File size: 660 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:i18n="http://namespaces.zope.org/i18n"
5    i18n_domain="quintagroup.pingtool">
6
7   <include package="archetypes.schemaextender" />
8   <include package=".browser" />
9   <include file="profiles.zcml" />
10
11   <five:registerPackage package="." initialize=".initialize" />
12   <i18n:registerTranslations directory="locales" />
13
14   <subscriber
15       for="Products.Archetypes.interfaces.IBaseObject
16            zope.app.container.interfaces.IObjectModifiedEvent"
17       handler="quintagroup.pingtool.subscribers.mark_syndication"
18       />
19
20</configure>
Note: See TracBrowser for help on using the repository browser.