Metadata-Version: 1.0
Name: quintagroup.transmogrifier
Version: 0.2
Summary: Plone blueprints for collective.transmogrifier pipelines.
Home-page: http://quintagroup.com
Author: Quintagroup
Author-email: info@quintagroup.com
License: GPL
Description: ***************************************
        Export/import transmogrifier blueprints
        ***************************************
        
        .. contents::
        
        This package contains blueprints for collective.transmogrifier
        pipelines, that may be used to export/import Plone site content.
        It also overrides GenericSetup ``Content`` step so this package
        can be used out-the-box to migrate site content.
        
        Running test
        ************
        
        In current state before running all test you need to go to
        collective.transmogrifier package and edit configure.zcml file, replacing
        
        ::
        
        <adapter factory=".transmogrifier.Transmogrifier" />
        
        line with
        
        ::
        <adapter
        factory=".transmogrifier.Transmogrifier"
        provides=".interfaces.ITransmogrifier"
        />
        
        Credits
        *******
        
        Design and development
        Bohdan Koval _ at Quintagroup_
        Andriy Mylenkyy _ at Quintagroup_
        Vitaliy Podoba
        Volodymyr Cherepanyak _ at Quintagroup_
        Myroslav Opyr _ at Quintagroup_
        
        
        .. _Quintagroup: http://www.quintagroup.com/
        
        Changelog
        =========
        
        
        0.2 (2010-01-04)
        ----------------
        
        - the "quintagroup.transmogrifier" namespace removed [koval]
        
        - added interface import/export steps [mylan]
        
        - merged plone21 branch [piv]
        
        - various fixes [piv, mylan, koval]
        
        - history update, release [chervol]
        
        
        0.1 (2009-11-19)
        ----------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
