Forum OpenACS Development: Response to Edit This Page 2.0 project

Collapse
Posted by Dave Bauer on
Adding another level of permissions to ETP 2.

I am thinking this might be useful enough to add as an ETP 2 feature.

Right now there is an admin template, item-list template, and item-display template.

I am thinking of adding an editor/moderator role in there. So that you can assign some authority to a user to edit and approve content, but not to administer the entire package.

To accomplish this I want to add a editor/ or publish/ directory under edit-this-page/www to hold all the templates for applications that support this level of permissions. It would be optional, but I think it is useful enough to add.

To make this work, I will add a priviliege etp-publish that will be given to users who can edit and approve content.

Does anyone have and ideas about this? Is this the right way to go about it? Or is there a better way?