Metadata-Version: 1.0
Name: collective.portlet.itemview
Version: 1.1
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: UNKNOWN
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 throw a selected view. By default there is
        only one view, the default one: @@itemview_portlet.
        
        A screenshot: http://awesomescreenshot.com/0ae794be9
        
        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 throw the portlet
        add form. You can check collective.gallery and nmd.plonelinkasvideoembed.
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
          * `Planet Makina Corpus <http://www.makina-corpus.org>`_
          * `Contact us <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.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
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
