source: products/quintagroup.canonicalurl/trunk/quintagroup/canonicalurl/configure.zcml @ 494

Last change on this file since 494 was 494, checked in by crchemist, 18 years ago

Added templates for appropriate mails

File size: 727 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup">
5
6    <adapter factory=".adapters.DomainsMapExtractor" />
7
8    <subscriber
9        for="Products.CMFPlone.interfaces.IPloneSiteRoot
10             zope.app.publication.interfaces.IBeforeTraverseEvent"
11        handler=".subscribers.add_domains_map"
12        />
13
14    <genericsetup:registerProfile
15        name="default"
16        title="Canonical URL product registration"
17        directory="profiles/default"
18        description="Registers a quintagroup.canonicalurl product"
19        provides="Products.GenericSetup.interfaces.EXTENSION"
20        />
21
22
23</configure>
Note: See TracBrowser for help on using the repository browser.