Metadata-Version: 1.0
Name: collective.contentrules.yearmonth
Version: 1.1
Summary: Moves contents to a choosen directory/YEAR/MONTH
Home-page: http://redomino.com
Author: Davide Moro
Author-email: davide.moro@redomino.com
License: GPL
Description: collective.contentrules.yearmonth
        =================================
        
        This package defines a content rules action similar to the the standard move one provided by Plone.
        You are able to choose a root destination target folder and once applied the element will be moved into a dynamic target destination/YYYY/MM folder.
        Year and month folders depend on the rule execution date and they are automatically added if not existent.
        You can provide a different target folder writing your own adapter and move contents in different dynamic target folders.
        
        
        Credits and contributions
        =========================
        
        * `Redomino <http://redomino.com/en>`_
        * `Makina Corpus <http://www.makina-corpus.com>`_
        
        Contributors
        ============
        
        * JeanMichel FRANCOIS [toutpt]
        * Davide Moro [davideilmoro]
        
        Changelog
        =========
        
        1.1 (2013-01-07)
        ----------------
        
        - Add transitions and folderish_type options to the add/edit form.
          [toutpt]
        - Fix issue with year/month when month < 10 should be 2013/01 and not 2013/1
          [toutpt]
        
        1.0 (2012-12-04)
        ----------------
        
        - Initial release
        
Keywords: plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
