Metadata-Version: 1.1
Name: redturtle.portlet.content
Version: 1.4.0
Summary: A generic portlet that allows to show various parts of an object, like the title, description, text, image and comments.
Home-page: http://plone.org/products/redturtle.portlet.content
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: Introduction
        ============
        A portlet that allows to show various parts of a given object, like the title, description, text, image, comments and social sharing links.
        
        Usage
        =====
        After installed the product, a new portlet will be available: *Generic content portlet*.
        
        In his configuration you can choose wich parts of a content to show:
        
        .. image:: http://blog.redturtle.it/pypi-images/generic-content-portlet-form/image
           :alt: Generic content portlet form
           :target: http://blog.redturtle.it/pypi-images/generic-content-portlet-form/image
        
        Social sharing
        ==============
        If `sc.social.bookmarks`__ is installed, "*Show social links*" field will appears in portlet edit form, and allows to show or not sharing links in the portlet.
        
        __ http://pypi.python.org/pypi/sc.social.bookmarks
        
        Dependencies
        ============
        This product has been tested on Plone 3.3.5 and Plone 4.
        
        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 team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Site
           :target: http://www.redturtle.net/
        
        
        Changelog
        =========
        
        1.4.0 (2013-07-08)
        ------------------
        
        - fixed discussion count method [micecchi]
        - fixed translations [micecchi]
        - added new field that allows to select image size [micecchi]
        
        1.3.0 (2012-07-23)
        ------------------
        
        * added social sharing field (if installed sc.social.bookmarks) [micecchi]
        * added z3c.autoinclude support [micecchi]
        * fixed Plone4 compatibility [micecchi]
        
        1.2.7 (2011/10/24)
        ------------------
        
        * fix fields control check [micecchi]
        
        1.2.6 (2011/03/14)
        ------------------
        
        * changed portlet edit permission [micecchi]
        * translated portlet name [micecchi]
        
        1.2.5 (2010/10/18)
        ------------------
        
        * fix check for comments [micecchi]
        
        1.2.4 (2010/10/07)
        ------------------
        
        * fix check for comments [micecchi]
        
        1.2.3 (2010/09/27)
        ------------------
        
        * fixed translation [micecchi]
        
        1.2.2 (2010/09/20)
        ------------------
        
        * new feature: added number of comments field [micecchi]
        
        1.2.1 (2010/02/03)
        ------------------
        
        * fixed bug for new fields in old version [micecchi]
        * fixed portlet template to allows to show formatted description [micecchi]
        
        1.2.0 (2010/01/13)
        ------------------
        
        * added portletClass field to portlet config. This can allow add some CSS classed for the portlet [fdelia]
        
        1.1.1 (2009/11/13)
        ------------------
        
        * fixed problem with anonymous users [micecchi]
        
        1.1.0(2009/11/12)
        -----------------
        
        * added portlet title divided from document title [micecchi]
        
        1.0.0 (2009/10/22)
        ------------------
        
        * Initial release
        
Keywords: portlet content generic
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
