source: products/qPloneComments/branches/plone-3.0/configure.zcml @ 117

Last change on this file since 117 was 117, checked in by chervol, 18 years ago

fix meta and index display methods

File size: 765 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 profile"
17      directory="profiles/default"
18      provides="Products.GenericSetup.interfaces.EXTENSION"
19      description=""
20      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
21      />
22
23  <permission
24      id="moderate.discussion"
25      title="Moderate Discussion"
26      />
27
28</configure>
Note: See TracBrowser for help on using the repository browser.