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
RevLine 
[94]1<configure
2    xmlns="http://namespaces.zope.org/zope"
[98]3    xmlns:cmf="http://namespaces.zope.org/cmf"
[94]4    xmlns:gs="http://namespaces.zope.org/genericsetup"
[101]5    xmlns:five="http://namespaces.zope.org/five"
[331]6    xmlns:i18n="http://namespaces.zope.org/i18n"
[101]7    i18n_domain="plonecomments">
[1]8
[926]9    <include package="plone.browserlayer" />
10    <include package=".browser" />
11    <i18n:registerTranslations directory="locales" />
[103]12
[926]13    <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
[98]14
[926]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        />
[94]22
[926]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        />
[656]30
[926]31    <permission
32        id="moderate.discussion"
33        title="Moderate Discussion"
34        />
[117]35
[1]36</configure>
Note: See TracBrowser for help on using the repository browser.