Metadata-Version: 1.0
Name: collective.local.userlisting
Version: 1.0
Summary: Provides a view on contents that displays the list of users having a role on it.
Home-page: http://svn.plone.org/svn/collective/
Author: UNKNOWN
Author-email: UNKNOWN
License: GPL
Description: Introduction
        ============
        
        Provides a "Members" tab on selected content types.
        The view a the list of members having a role on the content,
        sorted by role.
        
        Content types have just to implement IUserListingAvailable.
        
        Add to the configure.zcml on your policy product ::
        
          <include package="collective.local.userlisting" />
          <class class="my.package.content.MyContent.MyContent">
             <implements interface="collective.local.userlisting.interfaces.IUserListingAvailable" />
          </class>
        
        Changelog
        =========
        
        1.0 (2011-04-06)
        ----------------
        
        - Initial release.
          [thomasdesvenain]
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
