source: products/qPloneSkinDump/branches/plone_3.0/skin_template/profiles.zcml @ 1591

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

qSEOptimizer 0.3.0 release

File size: 1018 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4    i18n_domain="%(product_name_lowercase)s">
5
6  <genericsetup:registerProfile
7      name="default"
8      title="%(product_name)s"
9      directory="profiles/default"
10      description="Extension profile for %(product_name)s."
11      provides="Products.GenericSetup.interfaces.EXTENSION"
12      />
13
14  <genericsetup:registerProfile
15      name="installafter"
16      title="%(product_name)s:afterinstall"
17      directory="profiles/afterinstall"
18      description="Extension profile for install zexps and other dependent objects of %(product_name)s."
19      provides="Products.GenericSetup.interfaces.EXTENSION"
20      />
21
22  <genericsetup:registerProfile
23      name="uninstall"
24      title="%(product_name)s:uninstall"
25      directory="profiles/uninstall"
26      description="Extension profile for UNINSTALL %(product_name)s."
27      provides="Products.GenericSetup.interfaces.EXTENSION"
28      />
29
30</configure>
Note: See TracBrowser for help on using the repository browser.