You are here: Home Plone products collective.sharingroles

collective.sharingroles (1.0)

1
by Olha Pelishok last modified 2009-06-26
0.0
0.0
0.0
0.0
Released on 2009-06-25 by Martin Aspeli for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: beta
Makes it easier to manage the roles that show up on the 'sharing' page in Plone 3

This package provides services for managing the roles shown on the 'Sharing' page in Plone.

Specifically, it provides a GenericSetup handler to export/import the available roles. The file should be called sharing.xml, and have the following format:

<sharing xmlns:i18n="http://xml.zope.org/namespaces/i18n"
i18n:domain="plone">
<role
id="CopyEditor"
title="Can edit copy"
permission="Manage portal"
i18n:attributes="title"
/>
</sharing>

The id must match a role already installed (e.g. with rolemap.xml). The title is the name to be shown on the sharing page. The required_permission is optional. If given, the user must have this permission to be allowed to manage the particular role.

Document Actions
Powered by Plone