source: products/quintagroup.transmogrifier.pfm2pfg/trunk/README.txt @ 359

Last change on this file since 359 was 350, checked in by piv, 18 years ago

added tags folder

File size: 1.3 KB
Line 
1quintagroup.transmogrifier.pfm2pfg Package Readme
2=================================================
3
4Overview
5--------
6
7Configuration of collective.transmogrifier pipeline for migrating PloneFormMailer content to PloneFormGen content
8
9Installation
10------------
11
12See docs/INSTALL.txt for installation instructions.
13
14Supported Plone versions
15------------------------
16
17This package was designed to work and tested with next Plone versions:
18
19 - Plone 2.1.5
20
21    To run it you need to comment registration in ``configure.zcml`` of PloneFormGen
22    dependent components. That is because Plone 2.1.5 runs on Zope 2.8, which includes
23    Zope X3.0 and that version of zope don't support 'zcml:condition' attribute in
24    ZCML configuration files.
25 
26 - Plone 3.1.5
27
28Running tests
29-------------
30
31 - Plone 2.1.5
32
33    Remove or rename ``test_import.py`` in package's tests directory because this
34    test module depends on Plone 3.1. And run next:
35
36    bin/instance test --libdir path/to/quintagroup.transmogrifier.pfm2pfg
37
38 - Plone 3.1.5
39
40    Run next command:
41
42    bin/instance test -s quintagroup.transmogrifier.pfm2pfg -t test_import
43
44Credits
45-------
46
47Design and development
48   `Bohdan Koval`_ at Quintagroup_
49
50.. _Bohdan Koval: mailto:koval@quintagroup.com
51.. _Quintagroup: http://www.quintagroup.com/
Note: See TracBrowser for help on using the repository browser.