Metadata-Version: 1.1
Name: collective.portlet.contentleadimage
Version: 0.4
Summary: Collection portlet that shows contenteleadimages
Home-page: http://lagunak.gisa-elkartea.org/projects/plone-leadimage/
Author: Ales Zabala Alava (Shagi)
Author-email: shagi@gisa-elkartea.org
License: GPL
Download-URL: https://svn.plone.org/svn/collective/collective.portlet.contentleadimage/trunk/
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.
        
        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.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)
