Metadata-Version: 1.1
Name: redturtle.portlet.collection
Version: 0.4
Summary: A simple collection portlet for Plone, where you manually choose your skins template id
Home-page: http://plone.org/products/redturtle.portlet.collection
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        A collection portlet that use a custom view template to show search results.
        
        User must manually put inside the "*Template Id*" field of the portlet the id of a Zope Page Template,
        commonly available in *portal_skins*.
        
        Seems crappy?
        -------------
        
        Yes, this is not very user friendly, but this product save us from developing a lot of
        collection portlet clones!
        
        Create you own template
        -----------------------
        
        Is simple, but start from the example you find in this product: check the *base_collection_portlet_view.pt* file.
        
        Credits
        =======
        
        Developed with the support of:
        
        * `Camera di Commercio di Ferrara`__
        
          .. image:: http://www.fe.camcom.it/cciaa-logo.png/
             :alt: CCIAA Ferrara - logo
        
        * `Azienda USL Ferrara`__
          
          .. image:: http://www.ausl.fe.it/logo_ausl.gif
             :alt: Azienda USL's logo
          
        * `Regione Emilia Romagna`__
        
        All of them supports the `PloneGov initiative`__.
        
        __ http://www.fe.camcom.it/
        __ http://www.ausl.fe.it/
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Changelog
        =========
        
        0.4 (2013-07-31)
        ----------------
        
        - Added custom permission to add the portlet [cekk]
        
        
        0.3 (2012-09-20)
        ----------------
        
        * reverted changes done in version 0.3a because the often brakes on
          Plone 4.2. Re-fixed for Plone 4.2/Chameleon in the "old way"
          [keul]
        * added a proper uninstall procedure
          [keul]
        * pyflakes cleanup
          [keul]
        
        0.3a (2012/06/13)
        -----------------
        
        * compatibility with Plone 4.2rc2 [amleczko]
        
        0.2.11 (2012/03/19)
        -------------------
        
        * added rss_url method that return the right RSS feed url for the collection [micecchi]
        
        0.2.10 (2011/10/10)
        -------------------
        
        * added control in template for no-more existing collection [micecchi]
        
        0.2.9 (2011/08/31)
        ------------------
        
        * included plone.app.portlets package [micecchi]
        
        0.2.8 (2011/08/30)
        ------------------
        
        * fixed "more..." link also in the header [micecchi]
        
        0.2.7 (2011/08/29)
        ------------------
        
        * Fixed RSS icon field in the example template [keul]
        * Added reference field for "more..." link [micecchi]
        
        0.2.6 (2011-07-21)
        ------------------
        
        * changed edit_permission to "ManagePortlets" [micecchi]
        
        0.2.5 (2011-04-05)
        ------------------
        
        * New egg. The last was corrupted [micecchi]
        
        0.2.4 (2011-04-04)
        ------------------
        
        * Fixed project URL
        * Added CSS style field [micecchi]
        * Added translations [micecchi]
        
        0.2.3 (2010-10-22)
        ------------------
        
        * z3c.autoinclude support [keul]
        * First public release [keul]
        
        0.2.2
        -----
        
        * Some fix to the base skin template and also to the default skins template
        
        0.2.1
        -----
        
        * BUG: The "more..." link was not show if the "no element" text was used
        
        0.2.0
        -----
        
        * You can (must!) now choose a skins template to use with the portlet
        
        0.1.3
        -----
        
        * Modification to get XHTML Strict code
        
        
Keywords: plone portlet plonegov collection
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries :: Python Modules
