Metadata-Version: 1.1
Name: collective.portlet.shelf
Version: 1.2
Summary: UNKNOWN
Home-page: https://github.com/collective/collective.portlet.shelf
Author: Quintagroup
Author-email: support@quintagroup.com
License: GPL
Description: Introduction
        ============
        
        collective.portlet.shelf is a portlet for Plone 4 that allows to display 
        Collection's results in a carousel portlet browsing them by subcollections.
        
        Usage
        -----
        
        To create such a portlet you have to:
        
         * create a Collection (with subcollections) that returns results for showing
         in the portlet;
         * add shelf portlet on a page where you want to add a carousel - click 'Manage 
         portlets' in one of the columns of your site;
         * choose *collective.portlet.shelf* from 'Add portlet...' menu;
         * collective.portlet.shelf portlet is based on the standard collection portlet 
         in Plone, so the same fields are available for this type of portlet as for the 
         standard Collection portlet. Fill in the fields in the portlet edit form, 
         specifying a collection that will provide content for the portlet. 
         * you can specify the number of visible tiles per page
         
        Development
        -----------
        
        This product was developed by Quintagroup for Plone collective, sponsored by 
        Headnet company http://headnet.dk/.
        
        Supported Plone Version
        -----------------------
        
        Plone 4.0
        
        Links
        -----
        
        * SVN Repository -  http://svn.plone.org/svn/collective/collective.portlet.shelf
        * Documentation -  http://projects.quintagroup.com/products/wiki/collective.portlet.shelf
        
        
        Changelog
        =========
        
        1.2 (2013-03-18)
        ----------------
        
        * fixed compatibility with Plone 4.2+ [kroman0]
        * moved the link "More ..." at the end of the portlet [gvizdyk]
        * updated styles [gvizdyk]
        * added new template for the 'News' content type [gvizdyk]
        * removed CMFPlone.Batch [kroman0]
        * added pager [kroman0]
        
        1.1 (2010-12-15)
        ----------------
        
        * added page size parameter for the portlet
        * all features of plone.portlet.collection are supported
        
        1.0 (xxxx-xx-xx)
        ----------------
        
        * Initial release
        
Keywords: plone portlet shelf
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
