source: products/quintagroup.transmogrifier/trunk/README.txt @ 1499

Last change on this file since 1499 was 415, checked in by chervol, 18 years ago

rm

File size: 909 bytes
Line 
1***************************************
2Export/import transmogrifier blueprints
3***************************************
4
5.. contents::
6
7This package contains blueprints for collective.transmogrifier
8pipelines, that may be used to export/import Plone site content.
9It also overrides GenericSetup ``Content`` step so this package
10can be used out-the-box to migrate site content.
11
12Running test
13************
14
15In current state before running all test you need to go to
16collective.transmogrifier package and edit configure.zcml file, replacing
17
18::
19
20    <adapter factory=".transmogrifier.Transmogrifier" />
21
22line with
23
24::
25    <adapter
26        factory=".transmogrifier.Transmogrifier"
27        provides=".interfaces.ITransmogrifier"
28        />
29
30Credits
31*******
32
33Design and development
34    `Bohdan Koval`_ at Quintagroup_
35
36.. _Bohdan Koval: mailto:koval@quintagroup.com
37.. _Quintagroup: http://www.quintagroup.com/
Note: See TracBrowser for help on using the repository browser.