Metadata-Version: 1.0
Name: collective.portlet.customizablerecent
Version: 1.0.2
Summary: A recent items portlet with parameters
Home-page: http://pypi.python.org/pypi/collective.portlet.customizablerecent
Author: Thomas Desvenain
Author-email: thomasdesvenain@ecreall.com
License: GPL
Description: Introduction
        ============
        
        A portlet based on "Recent items", which you can change the title,
        the portal types to search,
        the time format,
        and the root from where to search elements.
        
        
        Changelog
        =========
        
        1.0.2 (2011-04-27)
        ------------------
        
        - Added option for displaying time in long format.
          [astoroz]
        
        
        1.0.1 (2011-04-19)
        ------------------
        
        - Include explicitly plone.app.portlets zcml file.
          [vincentfretin]
        
        
        1.0.0 (2011-04-06)
        ------------------
        
        - Initial release.
          [thomasdesvenain]
        
        Installation
        ============
        
        * Add ``collective.portlet.customizablerecent`` to the list of eggs to install,
          e.g.::
        
            [buildout]
            ...
            eggs =
                ...
                collective.portlet.customizablerecent
        
        * Re-run buildout, e.g. with::
        
            $ ./bin/buildout
        
        * Restart your Plone instance.
        
        * Install the module through Plone Modules install configuration form.
        
Keywords: portlets
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
