|
Revision 1162
(checked in by deo, 6 months ago)
|
Reworded title/description.
|
| 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> |
|---|