Metadata-Version: 1.0
Name: quintagroup.transmogrifier
Version: 0.5
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
        =======================================
        
        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.
        
        Links
        -----
        
        Documentation and examples: http://projects.quintagroup.com/products/wiki/quintagroup.transmogrifier
        
        
        Credits
        -------
        
        Design and development
        
            - Bohdan Koval
            - Andriy Mylenkyy
            - Taras Melnychuk
            - Vitaliy Stepanov
            - Vitaliy Podoba
            - Volodymyr Cherepanyak 
            - Myroslav Opyr 
            - Tom Lazar
            - Maurits Van Rees
            - Laurence Rowe
            - Mikko Ohtamaa
            - Tom Gross
        
        
        Changelog
        =========
        
        0.5 (23-08-2013)
        ----------------
        
        - Fixed export of Blobs
          [tom_gross]
        
        - Allow exporting of Plone sites not in ZODB root
          [tom_gross]
        
        - Port xml.minidom to lxml
          [tom_gross]
        
        - Plone 4.3 compatibilty
        
        - Apply patch which fixes import of tarballs not available in Plone 4.2
          [tom_gross]
        
        - Be more failsafe in pathological situations
          [tom_gross]
        
        - Use regex to similarize xml in tesrs on Python 2.6 and 2.7
          [tom_gross]
        
        0.4 (21-04-2011)
        ----------------
        
        - Multiple path export support added to sitewalker
          [chervol]
        
        - Collection criteria export added for catalog source
          [chervol]
        
        - Simple transformation fallback added for straight forward type substitution 
          scenario, correspondent test updated 
          [chervol, kroman0]
        
        - cmfns cleanup, local_roles override due to unicode errors
          [chervol]
        
        - Allowed types acquisition case switch added
          [chervol]
        
        - Yield items in manifest order from manifest importer section.
          [elro]
        
        - Add an OrderedDict implementation.
          [elro]
        
        - Walk the folder structure breadth first (sort of) in reader section.
          [elro]
        
        - Set import context as an annotation on transmogrifier.
          [elro]
        
        - In the marshaller sections, make sure the path is a string, as it
          fails on unicode (and paths should be ascii strings).
          Fixes http://plone.org/products/quintagroup.transmogrifier/issues/1
          [maurits]
        
        - If you only want to export a part of the site, you can specify a
          start-path in the sitewalker section; use 'folder' to only export
          '/plonesite/folder'.
          [maurits]
        
        - Only patch Generic Setup when Python is < 2.6. [elro]
        
        - Add the _export_context to the item always so other section may use it even
          if there is no _files key. [elro]
        
        - Add content type sniffing to the WriterSection. [elro]
        
        - Added z3c.autoinclude entry point so that zcml slug is no longer needed. 
          Unfortunately I have no permissions to update documentation regarding this [miohtama]
        
        - Fix issue of using path index with catalogsource [miohtama] 
        
        0.3 (2010-09-07)
        ----------------
        
         - Plone4 compatibility [tomster, csenger]
        
         - updated tests for Plone4 and Plone3 [fenix, liebster]
        
         - added sections for export/import of portlet assignments [koval]
        
        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: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
