Metadata-Version: 1.0
Name: collective.contentrules.template
Version: 1.0
Summary: A Plone content rule for creating content based on templates
Home-page: http://pypi.python.org/pypi/collective.contentrules.template
Author: Luciano Pacheco
Author-email: lucmult@gmail.com
License: GPL
Description: Introduction
        ============
        
        This package provides a new action for the Plone content rules system that
        can create content based on a template. The content rule is set up with a
        template content item that will be copied into the context folder when the
        rule is executed.
        
        Changelog
        =========
        
        unreleased
        ----------
        
        * Added support to copy children objects of source folder  [lucmult]
        
        1.0b1 (2009-03-24)
        ------------------
        
        * Initial release [optilude]
        
Keywords: plone content rules template
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
