Ignore:
Timestamp:
Jan 12, 2011 10:48:33 AM (13 years ago)
Author:
olha
Message:

README.txt file extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.transmogrifier/trunk/README.txt

    r1504 r3062  
    1 *************************************** 
    2 Export/import transmogrifier blueprints 
    3 *************************************** 
     1Introduction 
     2============ 
    43 
    5 .. contents:: 
     4Plone Migration Tool for migrating content between two Plone websites that allows to export content 
     5from one Plone website and import it into another one. 
    66 
    7 This package contains blueprints for collective.transmogrifier 
    8 pipelines, that may be used to export/import Plone site content. 
    9 It also overrides GenericSetup ``Content`` step so this package 
    10 can be used out-the-box to migrate site content. 
     7quintagroup.transmogrifier package includes Plone blueprints for collective.transmogrifier pipelines 
     8that are used for exporting/importing Plone site content. So, quintagroup.transmogrifier package can  
     9be used as independent Plone Migration Tool by providing ways for handling content migration from one  
     10Plone site to another. This package overrides GenericSetup 'Content' step - so this package can be used 
     11 out-the-box to migrate site content. 
    1112 
    12 Running test 
    13 ************ 
     13The included blueprints allow to: 
    1414 
    15 In current state before running all test you need to go to 
    16 collective.transmogrifier package and edit configure.zcml file, replacing 
     15 * quintagroup.transmogrifierreturn queried items from the catalog 
     16 * create pipeline items from contents of Plone site folders 
     17 * walk through different GenericSetup import contexts and yield items for every folder 
     18 * generate and parse manifest files - listings of objects contained in some foldere in XML format 
     19 * migrate properties for objects that inherit from OFS.PropertyManager.PropertyManager mixin class 
     20 * use context sensitive components (adapters) to do needed corrections in data generated in previous sections 
     21 * set references for content objects 
     22 * migrate comments for site content 
     23 * extract data from Archetypes file fields 
     24 * apply stylesheet to some XML data stored on item.  
    1725 
    18 :: 
     26You can manage import/export procedure by configuring pipeline and appropriate blueprints in quintagroup.transmogrifier 
     27configlet that appears after products installation. 
    1928 
    20     <adapter factory=".transmogrifier.Transmogrifier" />  
    21  
    22 line with 
    23  
    24 :: 
    25     <adapter  
    26         factory=".transmogrifier.Transmogrifier"  
    27         provides=".interfaces.ITransmogrifier"  
    28         /> 
     29Apart from standard Plone content types migration, quintagroup.transmogrifier allows to carry out migration of  
     30additional Plone content types. There are special packages used for such cases: these are  
     31quintagroup.transmogrifier.simpleblog2quills (allows blog migration from SimpleBlog to Quills) and  
     32quintagroup.transmogrifier.pfm2pfg (allows forms migration from PloneFromMailer to PloneFormGen). 
    2933 
    3034Credits 
    31 ******* 
     35------- 
    3236 
    33 Design and development 
     37Design and development by: 
    3438 
    35     - Bohdan Koval _ at Quintagroup_ 
    36     - Andriy Mylenkyy _ at Quintagroup_ 
    37     - Vitaliy Podoba 
    38     - Volodymyr Cherepanyak _ at Quintagroup_ 
    39     - Myroslav Opyr _ at Quintagroup_ 
    40  
    41  
    42 .. _Quintagroup: http://www.quintagroup.com/ 
     39* Bohdan Koval 
     40* Andriy Mylenkyy 
     41* Vitaliy Podoba 
     42* Volodymyr Cherepanyak 
     43* Myroslav Opyr 
Note: See TracChangeset for help on using the changeset viewer.