Metadata-Version: 1.0
Name: collective.portlet.itemview
Version: 1.4
Summary: A portlet where you can select one item, and render it with a view
Home-page: https://github.com/collective/collective.portlet.itemview
Author: JeanMichel FRANCOIS aka toutpt
Author-email: jeanmichel.francois@makina-corpus.com
License: GPL
Description: Introduction
        ============
        
        This portlet is close to collective.portlet.content. It let you choose a content
        item and display it in a portlet through a selected view. By default there is
        only one view, the default one: @@itemview_portlet.
        
        Other add-ons can now provide a portlet just by adding a utility and a browser view.
        The utility is to register a new kind of view and make it available through the portlet
        add form. You can check collective.gallery and nmd.plonelinkasvideoembed.
        
        Community addons
        ================
        
        Other addons can add support for itemview. Here are some of them.
        
        collective.gallery
        ------------------
        
        viewname: Gallery
        view: portlet_itemview_gallery
        types: topic, folder, link
        
        collective.dewplayer
        --------------------
        
        viewname: Dewplayer
        view: portlet_itemview_dewplayer
        types: topic, folder, file
        
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        
        Authors
        -------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        
        Changelog
        =========
        
        1.3 (unreleased)
        ----------------
        
        - Fix default profile description
        
        - Add portlet specific permission
        
        1.2 (2011-06-23)
        ----------------
        
        - Add title on portlets using target.Title() in manage-portlets view
          [toutpt]
        
        1.1 (2011-02-10)
        ----------------
        
        - Fix assignement at creation, args were not assigned
        
        - Add specific default views for event, file, image, topic and folder
        
        1.0 (2011-02-08)
        ----------------
        
        - Initial release
        
Keywords: plone portlet
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
