Metadata-Version: 1.0
Name: collective.localrolespanel
Version: 0.1
Summary: Adds a controlpanel to the site to edit local role settings using csv
Home-page: http://svn.plone.org/svn/collective/collective.localrolespanel
Author: Hans-Peter Locher
Author-email: hans-peter.locher@inquant.de
License: GPL
Description: /@@localroles-controlpanel
        **************************
        **Info**
        requires Plone4
        
        Add or Remove local roles for objects using csv.
        The format of the csv file should be::
        
        path,user-/group-id,role
        
        The data gets processed line by line.
        At the end, you'll get a notification on the number of
        successfully processed lines as well as
        verbose error notifications for each unsuccessful line.
        **Be patient!** The duration of the process depends on
        the number of lines of your csv and may take up to
        several minutes.
        
        Example csv:
        
        /plone/front-page,Reviewers,Editor
        /plone/front-page,usera,Contributor
        /plone/news,userb,Reviewer
        /plone/news,userb,Editor
        
        Change history
        **************
        
        Changelog
        =========
        
        0.1 (2010-08-02)
        ----------------
        
        - Initial release
        
        Contributors
        ************
        
        Hans-Peter Locher, Author
        Ramon Bartl
        
        
        Download
        ********
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
