source: products/qPloneComments/tags/3.1/configure.zcml @ 1591

Last change on this file since 1591 was 123, checked in by piv, 18 years ago

diminished page load time for IE

File size: 750 bytes
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    i18n_domain="plonecomments">
7
8  <include package="plone.browserlayer" />
9
10  <five:registerPackage package="." />
11
12  <cmf:registerDirectory name="skins" directory="skins" recursive="True" />
13
14  <gs:registerProfile
15      name="default"
16      title="qPloneComments"
17      directory="profiles/default"
18      provides="Products.GenericSetup.interfaces.EXTENSION"
19      description="Extension profile for the Plone Comments product."
20      />
21
22  <permission
23      id="moderate.discussion"
24      title="Moderate Discussion"
25      />
26
27</configure>
Note: See TracBrowser for help on using the repository browser.