source: products/qPloneComments/trunk/configure.zcml @ 864

Last change on this file since 864 was 800, checked in by crchemist, 17 years ago

Deleted mistakable folder.

File size: 1.0 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
[103]9  <include package="plone.browserlayer" />
[331]10  <i18n:registerTranslations directory="locales" />
[103]11
[98]12  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
13
[94]14  <gs:registerProfile
15      name="default"
[123]16      title="qPloneComments"
[94]17      directory="profiles/default"
18      provides="Products.GenericSetup.interfaces.EXTENSION"
[123]19      description="Extension profile for the Plone Comments product."
[94]20      />
21
[656]22  <gs:registerProfile
23      name="uninstall"
[800]24      title="qPloneComments uninstall"
[656]25      directory="profiles/uninstall"
26      provides="Products.GenericSetup.interfaces.EXTENSION"
27      description="Extension profile for the Plone Comments product."
28      />
29
[117]30  <permission
31      id="moderate.discussion"
32      title="Moderate Discussion"
33      />
34
[1]35</configure>
Note: See TracBrowser for help on using the repository browser.