source: products/quintagroup.transmogrify.pfm2pfg/trunk/README.txt @ 1498

Last change on this file since 1498 was 1498, checked in by koval, 14 years ago

replaced all references of quintagroup.transmogrifier.pfm2pfg

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