Metadata-Version: 1.0
Name: quintagroup.transmogrifier
Version: 0.1
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_
        
        .. _Bohdan Koval: mailto:koval@quintagroup.com
        .. _Quintagroup: http://www.quintagroup.com/
        
        Changelog
        =========
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
