Metadata-Version: 1.0
Name: collective.portlet.keywordmatches
Version: 1.1
Summary: A Plone portlet to display items with similar keywords
Home-page: http://www.sixfeetup.com
Author: Lucie Lejard
Author-email: lucie@sixfeetup.com
License: GPL
Description: collective.portlet.keywordmatches
        =================================
        
        Overview
        --------
        
        This is a simple portlet that will display content that has keywords similar to the piece of content you are on.
        
        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
        ==============
        
        1.1 (2008-10-02)
        ----------------
        
        - Fixed up i18n and added Czech localization
        [naro]
        
        - Fixed "more..." link portal_type list
        [naro]
        
        1.0
        ---
        
        - initial release to the cheeseshop
        
        - fix up the portlet so that it follows the plone convention
        [claytron]
        
        0.6 unreleased
        --------------
        
        - added portaltype icons based on portlet news
        hpeter at agitator dot com
        
        - ill named variable (portal_types) caused edit screen to crash
        [claytron]
        
        0.5 unreleased
        --------------
        
        - A dash of PEP 8
        [claytron]
        
        - Added more options to the portlet
        [claytron]
        
        0.3 Unreleased
        --------------
        
        - Initial code creation
        [lucielejard]
        
        0.1 Unreleased
        --------------
        
        - Initial package structure.
        [zopeskel]
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
