Metadata-Version: 1.0
Name: collective.interfaces
Version: 1.1
Summary: Adds interfaces tab to Plone's content where Manager's can manage marker interfaces.
Home-page: http://svn.plone.org/svn/collective/collective.interfaces
Author: Lukas Zdych
Author-email: lukas.zdych@gmail.com
License: GPL
Description: About
        ============
        
        Extension for Plone which adds new content view tab to all common content where Manager
        can manage marker interfaces on instance level. Yep, in general this is just Plone UI
        for "Interfaces" tab available in the ZMI.
        
        Installing
        ============
        
        This package requires Plone 3.x or later.
        
        To install the package just add collective.interfaces into your eggs option of your
        buildout main or instance section.
        
        After updating the configuration you need to run the ''bin/buildout'', which
        will take care of updating your system.
        
        .. _buildout: http://pypi.python.org/pypi/zc.buildout
        
        Usage
        ============
        
        There is new tab in the content views named "Interfaces" where you can see which
        interfaces are provided by content's class and assign other available marker interfaces
        to the object's instance.
        
        Licence
        ============
        
        collective.interfaces is licensed under the GPL. See LICENSE.txt for details.
        
        
        Changelog
        =========
        
        1.1 (2010-10-25)
        -------------------
        
        - fixed broken interfaces view in Plone 4 [lzdych]
        
        1.0 (2010-01-31)
        -------------------
        
        - Initial release
        
Keywords: plone interface ui
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
