source: products/qg.canonicalurl/trunk/qg/canonicalurl/configure.zcml @ 2539

Last change on this file since 2539 was 487, checked in by piv, 18 years ago

visibility functionality, updated js libraries, remade js base httprequests, url processing on adding...

File size: 718 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 qg.canonicalurl product"
19        provides="Products.GenericSetup.interfaces.EXTENSION"
20        />
21
22
23</configure>
Note: See TracBrowser for help on using the repository browser.