Metadata-Version: 1.1
Name: collective.portlet.discussion
Version: 1.1.0
Summary: A simple portlet to show a list of comments
Home-page: http://plone.org/products/collective.portlet.discussion
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        This is a portlet is a plugin for `plone.app.discussion <http://pypi.python.org/pypi/plone.app.discussion>`_
        that show last comments in the portal.
        
        You can select to filter comments by state (if comments are moderated)
        
        Workflow
        ========
        This product creates two new workflows for comments: **comment_one_state_workflow** and **comment_review_workflow**.
        
        With these workflows, comments inherits security settings from parents. In this way users that can't access to certain contents doesn't see them comments in the portlet.
        
        Installing this product, security settings for old discussions will be updated. Same thing on uninstall step.
        
        Dependencies
        ============
        
        This product has been tested on Plone 3.3.5 and Plone 4.2
        
        Credits
        =======
        
        Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.
        
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.net/
        Changelog
        =========
        
        1.1.0 (2012-11-23)
        ------------------
        
        * Added new workflows for Discussion Items [micecchi]
        * Plone 4 compatibility [micecchi]
        
        1.0.1 (2011-07-10)
        ------------------
        
        * Fixed filtered results [micecchi]
        
        1.0.0 (2011-01-20)
        ------------------
        
        * Initial release [micecchi]
        
Keywords: discussion portlet comments
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
