Metadata-Version: 1.0
Name: collective.portlets.lineage
Version: 1.2.1
Summary: A collection of collective.lineage aware portlets
Home-page: https://svn.plone.org/collective/collective.portlets.lineage
Author: Andy Leeb
Author-email: ableeb@gmail.com
License: GPL
Description: Introduction
        ============
        Portlets which can optionally include or exclude content from subsites, as provided by collective.lineages Child Folder. 
        
        The portlets filter out subsite paths via the use of Products.AdvancedQuery, which ships with Plone 3.x
        
        These portlets require that collective.lineages be installed in your Plone site.
        
        Currently, the following portlets are included in this package:
         - Recent Items
         - News
         - Events
         - Search
         - Review
        
        Usage
        ========
        Add the following to your buildout:
        
            eggs = 
                ...
                collective.lineage
                collective.portlets.lineage
        
        Install via quickinstaller, Add Ons control panel. 
        
        TODO: include Calendar portlet
        
        
        Changelog
        =========
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: plone portlets collective.lineage
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
