Metadata-Version: 1.0
Name: collective.contentrules.parentchild
Version: 1.0b1
Summary: Content rules conditions and actions for expressing parent/child object relationships
Home-page: http://pypi.python.org/pypi/collective.contentrules.parentchild
Author: Martin Aspeli
Author-email: optilude@gmail.com
License: GPL
Description: Introduction
        ============
        
        This package provides new conditions and actions for the Plone content rules
        system:
        
        * A condition to check whether a child object of a given type and/or
        workflow state exists.
        * An action to trigger automatic workflow transitions on the current
        object or the nearest parent object of a given type.
        * An action to invoke a particular workflow transition on the nearest parent
        object of a given type.
        
        Changelog
        =========
        
        1.0b1 (2009-03-25)
        ------------------
        
        * Initial release
        
Keywords: plone content rules
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
