source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/README.txt @ 1489

Last change on this file since 1489 was 594, checked in by piv, 17 years ago

fixed collectEntries method

File size: 2.0 KB
RevLine 
[586]1quintagroup.transmogrifier.simpleblog2quills
2============================================
[293]3
4Overview
5--------
6
[586]7Configuration of collective.transmogrifier pipeline for migrating blog from
8SimpleBlog to Quills/QuillsEnabled.
[359]9
10Installation
11------------
12
13See docs/INSTALL.txt for installation instructions.
14
[586]15Supported Plone versions and migration instructions
16---------------------------------------------------
[359]17
18This package was designed to work and tested on next Plone versions:
19
[554]20 - Plone 2.1
[359]21
[586]22    SimpleBlog_ plone product is required. To migrate SimbleBlog to Quills this
23    package must move all images and files, that were added somewhere in the
24    blog to one centralized folder. That's why modifications of links to those
25    images/files are needed and these are done automatically. There is only
26    problem with absolute links, because site URL isn't known. To make it possible
27    to fix absolute links please edit export configuration file 'export.cfg',
28    which is located in 'quintagroup/transmogrifier/simpleblog2quills' folder.
29    Find in that file line that starts with "site-urls = " and change values
30    that come after it to your site URL.
[359]31
[554]32 - Plone 3
[359]33
[586]34    Quills_ or QuillsEnabled_ plone product is required. When migrating blog to
35    QuillsEnabled please edit import configuration file 'import.cfg' located in
36    'quintagroup/transmogrifier/simpleblog2quills' folder (comments in that file
[594]37    will guide you through necessary modifications) and install this product in
38    QuickInstaller (this will enable 'Large Folder' content type and change
39    workflow settings for content types).
[554]40
[359]41Running tests
42-------------
43
[586]44 - Plone 3
45
[359]46    Run next command:
47
48    bin/instance test -s quintagroup.transmogrifier.simpleblog2quills \
49        -m test_import
50
51Credits
52-------
53
[586]54Design and development `Bohdan Koval`_ at Quintagroup_
[359]55
[586]56.. _SimpleBlog: http://plone.org/products/simpleblog
[554]57.. _Quills: http://plone.org/products/quills
[586]58.. _QuillsEnabled: http://plone.org/products/quills
[359]59.. _Bohdan Koval: mailto:koval@quintagroup.com
[586]60.. _Quintagroup: http://quintagroup.com/
Note: See TracBrowser for help on using the repository browser.