source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/configure.zcml @ 1623

Last change on this file since 1623 was 1613, checked in by mylan, 14 years ago

Fix skins directory registration

File size: 959 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    xmlns:cmf="http://namespaces.zope.org/cmf"
6    i18n_domain="quintagroup.plonegooglesitemaps">
7
8    <five:registerPackage package="." initialize=".initialize" />
9
10    <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
11
12
13    <!-- Include the sub-packages that use their own configure.zcml files. -->
14    <include package=".browser" />
15    <include package=".content" />
16
17    <!-- Register the installation GenericSetup extension profile -->
18    <genericsetup:registerProfile
19      name="default"
20      title="Plone Google Sitemaps"
21      directory="profiles/default"
22      description=""
23      provides="Products.GenericSetup.interfaces.EXTENSION"
24      />
25
26    <!-- -*- extra stuff goes here -*- -->
27
28    <subscriber handler=".handlers.pingGoogle"/>
29
30</configure>
Note: See TracBrowser for help on using the repository browser.