Metadata-Version: 1.0
Name: collective.localrolespanel
Version: 0.2
Summary: Adds a controlpanel to the site to edit local role settings using csv
Home-page: https://github.com/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.2 (2012-03-07)
        ----------------
        
        - made compatible with Plone 4.1.x
          [hplocher]
        
        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)
