Metadata-Version: 1.0
Name: collective.portlet.relateditems
Version: 0.2
Summary: A Plone portlet to display similar items to context
Home-page: http://www.sixfeetup.com
Author: Rui Guerra
Author-email: lucie@sixfeetup.com
License: GPL
Description: collective.portlet.relateditems
        =================================
        
        Overview
        --------
        
        This is a simple portlet that displays content similar to the present context.
        Related items are compiled based on the context title and keywords.
        In case of a folderish context related items are computed based on the contents of the folder and the folder information.
        
        Options
        -------
        
        The portlet has the following options available to it on the Add screen.
        
        count
        This is the number of recent items that will be shown in the portlet.
        
        states
        The workflow states the items must be in to be shown in the portlet.
        
        allowed_types
        The allowed types to be shown in the portlet and the 'more...' link search
        
        show_all_types
        Choose whether or not all types should be available for the 'more...' link.  This will search for all content types when clicking on 'more...'
        
        Change History
        ==============
        
        0.2 Unreleased
        --------------
        
        - Related items for folderish items (folder, collection, etc)
        
        0.1 2009-03-23
        --------------
        
        - Initial package structure.
        [zopeskel]
        
        
Keywords: related,categories,keywords
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
