Metadata-Version: 1.0
Name: collective.contentrules.linguatarget
Version: 0.4
Summary: This package adds a custom content rule that takes the target folder's translations into account
Home-page: http://plone.org/products/collective.contentrules.linguatarget
Author: JC Brand, Syslab.com GmbH
Author-email: brand@syslab.com
License: GPL
Description: Introduction
        ============
        
        The normal Plone 'move' and 'copy' content rules do not take translations of
        the specified target folder into account. Instead, all objects, regardless of
        their language, are moved/copied to the single specified folder.
        
        This product provides two custom Plone Content Rules.
        
        - LinguaMove
        - LinguaCopy
        
        The purpose of which is to move or copy objects to the correct language version
        (translation) of the specified target folder.
        
        
        Changelog
        =========
        
        0.3 (2009-10-09)
        ----------------
        
        * Fixed a bug with objects added that have no language set (jcbrand)
        
        0.3 (2009-10-06)
        ----------------
        
        * Fixed a bug where non-lingua actions also invoke the Lingua Executioner (jcbrand)
        * Use the UberSelectionWidget (jcbrand)
        
        0.1 (unreleased)
        ----------------
        
        * Initial release
        
Keywords: syslab linguaplone linguatarget plone contentrules
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
