source: products/quintagroup.transmogrifier/tags/0.2/README.txt

Last change on this file was 1500, checked in by chervol, 14 years ago

preparing release 0.2; added MANIFEST.in

File size: 999 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    Andriy Mylenkyy _ at Quintagroup_
36    Vitaliy Podoba
37    Volodymyr Cherepanyak _ at Quintagroup_
38    Myroslav Opyr _ at Quintagroup_
39
40
41.. _Quintagroup: http://www.quintagroup.com/
Note: See TracBrowser for help on using the repository browser.