source: products/qPloneComments/branches/jcbrand-abuseFeature/configure.zcml @ 1591

Last change on this file since 1591 was 926, checked in by crchemist, 17 years ago

Version increment.

File size: 1.1 KB
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:cmf="http://namespaces.zope.org/cmf"
4    xmlns:gs="http://namespaces.zope.org/genericsetup"
5    xmlns:five="http://namespaces.zope.org/five"
6    xmlns:i18n="http://namespaces.zope.org/i18n"
7    i18n_domain="plonecomments">
8
9    <include package="plone.browserlayer" />
10    <include package=".browser" />
11    <i18n:registerTranslations directory="locales" />
12
13    <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
14
15    <gs:registerProfile
16        name="default"
17        title="qPloneComments"
18        directory="profiles/default"
19        provides="Products.GenericSetup.interfaces.EXTENSION"
20        description="Extension profile for the Plone Comments product."
21        />
22
23    <gs:registerProfile
24        name="uninstall"
25        title="qPloneComments uninstall"
26        directory="profiles/uninstall"
27        provides="Products.GenericSetup.interfaces.EXTENSION"
28        description="Extension profile for the Plone Comments product."
29        />
30
31    <permission
32        id="moderate.discussion"
33        title="Moderate Discussion"
34        />
35
36</configure>
Note: See TracBrowser for help on using the repository browser.