source: products/qPloneGoogleSitemaps/tags/0.8.4/configure.zcml

Last change on this file was 458, checked in by fenix, 18 years ago

qPloneResolveUID import

File size: 763 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    i18n_domain="Products.qPloneGoogleSitemaps">
6
7    <!-- Include the sub-packages that use their own configure.zcml files. -->
8    <include package=".browser" />
9    <include package=".content" />
10
11    <!-- Register the installation GenericSetup extension profile -->
12    <genericsetup:registerProfile
13      name="default"
14      title="Plone Google Sitemaps"
15      directory="profiles/default"
16      description=""
17      provides="Products.GenericSetup.interfaces.EXTENSION"
18      />
19
20    <!-- -*- extra stuff goes here -*- -->
21
22    <subscriber handler=".handlers.pingGoogle"/>
23
24</configure>
Note: See TracBrowser for help on using the repository browser.