Metadata-Version: 1.0
Name: collective.membercriterion
Version: 1.0b1
Summary: An ATContentTypes 'Collection' (aka ATTopic) criterion for comparing content to member properties
Home-page: http://pypi.python.org/pypi/collective.membercriterion
Author: Martin Aspeli
Author-email: optilude@gmail.com
License: GPL
Description: Introduction
        ============
        
        This package adds a new criteria type for the Collection type (aka Topic). By
        default, the crtieria is available for the 'Categories' (aka Subject) index,
        but it could be enabled for most index types.
        
        When added to a collection, the criteria is configured with a member property
        that will be used to find content. The member property is based on the
        properties of the current user, although it is unlikely that other users
        will have different properties.
        
        When the collection is viewed, this criteria will search for content where
        the index matches the value of the member property for the current user.
        
        The original use case for this functionality was to find content the user may
        be interested in: the user specifies a list of "interesting" keywords in his
        profile. The collection is used to show content matching his interests.
        Changelog
        =========
        
        1.0b1 - 2009-03-20
        ------------------
        
        * Initial release
        
        
Keywords: Plone collection topic criterion member property
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
