Metadata-Version: 1.1
Name: collective.portlet.contentleadimage
Version: 0.5.1
Summary: Collection portlet that shows contenteleadimages
Home-page: http://github.com/collective/collective.portlet.contentleadimage
Author: Ales Zabala Alava (Shagi)
Author-email: shagi@gisa-elkartea.org
License: GPL
Description: Introduction
        ============
        
        This portlet behaves like collection portlet, but shows the
        contentleadimages and the title of each item. If the item has no lead
        image but has a image field (like News Items, for example) then this field
        is displayed.
        
        This portlet has an extra option to display start dates instead of
        publication dates.
        
        Another extra option can be used to choose the scale of the images.
        
        To install just add collective.portlet.contentleadimage to your buildout's
        eggs and go to the products section of Plone's control panel.
        
        Changelog
        =========
        
        0.5 - 2012-08-15
        -------------------
        
        - New option: choose image scale
        - Update translations
        - Add some tests
        
        
        0.4 - 2012-06-05
        -------------------
        
        - Now object's 'image' field is displayed (if exist) if it has no lead
          image
        
        
        0.3 - 2012-05-27
        -------------------
        
        - New option: show start dates instead of publication dates
        - Fix i18n of portlets.xml
        - Update translations
        
        
        0.2 - 2012-05-20
        -------------------
        
        - Explicit dependency on collective.contentleadimage in metadata.xml
        - Add i18n namespace to portlets.xml
        - Fix renderer test
        - Fix deprecation warning for Products.Five.zcml
        
        
        0.1 - 2011-01-05
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
