source: products/quintagroup.transmogrifier/branches/dictionary/README.txt

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

contributors markup fix

File size: 1010 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
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/
Note: See TracBrowser for help on using the repository browser.