Metadata-Version: 1.0
Name: plone.contentrules
Version: 2.0b1
Summary: Plone ContentRules Engine
Home-page: http://pypi.python.org/pypi/plone.contentrules
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Overview
        ========
        
        plone.contentrules provides a "pure Zope" implementation of a a rules engine
        which allows arbitrary conditions and actions to be combined into rules, and
        rules to be executed dependent on events.
        
        You can think of this as somewhat similar to user-assembled mail filtering rules
        or something like Apple's Automator. It is used by plone.app.contentrules to
        provide such functionality for Plone.
        
        Changelog
        =========
        
        2.0b1 - 2010-06-13
        ------------------
        
        - Cleaned up package metadata.
          [hannosch]
        
        - Use ``zope.container`` instead of its older ``zope.app`` variant.
          [hannosch]
        
        - Cleaned up tests to rely on a minimal amount of packages.
          [hannosch]
        
        - Clarified license and copyright.
          [hannosch]
        
        - Specify package dependencies.
          [hannosch]
        
        1.1.0 - 2008-04-20
        ------------------
        
        - Unchanged from 1.1.0a1
        
        1.1.0a1
        -------
        
        - Merge PLIP 204 - GenericSetup support. A contentrules.xml file can now
          be used to import and export rule definitions and assignments.
          [optilude]
        
        1.0.5
        -----
        
        - Use the plone i18n domain for text found in metadirectives.py.
          [hannosch]
        
        - Added i18n markup to the IRuleConfiguration schema, which is used in a
          user-visible configuration. This closes
          http://dev.plone.org/plone/ticket/6886.
          [hannosch]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
