1 | quintagroup.transmogrifier.simpleblog2quills |
---|
2 | ============================================ |
---|
3 | |
---|
4 | Overview |
---|
5 | -------- |
---|
6 | |
---|
7 | Configuration of collective.transmogrifier pipeline for migrating blog from |
---|
8 | SimpleBlog to Quills/QuillsEnabled. |
---|
9 | |
---|
10 | Installation |
---|
11 | ------------ |
---|
12 | |
---|
13 | See docs/INSTALL.txt for installation instructions. |
---|
14 | |
---|
15 | Supported Plone versions and migration instructions |
---|
16 | --------------------------------------------------- |
---|
17 | |
---|
18 | This package was designed to work and tested on next Plone versions: |
---|
19 | |
---|
20 | - Plone 2.1 |
---|
21 | |
---|
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. |
---|
31 | |
---|
32 | - Plone 3 |
---|
33 | |
---|
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 |
---|
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). |
---|
40 | |
---|
41 | Running tests |
---|
42 | ------------- |
---|
43 | |
---|
44 | - Plone 3 |
---|
45 | |
---|
46 | Run next command: |
---|
47 | |
---|
48 | bin/instance test -s quintagroup.transmogrifier.simpleblog2quills \ |
---|
49 | -m test_import |
---|
50 | |
---|
51 | Credits |
---|
52 | ------- |
---|
53 | |
---|
54 | Design and development `Bohdan Koval`_ at Quintagroup_ |
---|
55 | |
---|
56 | .. _SimpleBlog: http://plone.org/products/simpleblog |
---|
57 | .. _Quills: http://plone.org/products/quills |
---|
58 | .. _QuillsEnabled: http://plone.org/products/quills |
---|
59 | .. _Bohdan Koval: mailto:koval@quintagroup.com |
---|
60 | .. _Quintagroup: http://quintagroup.com/ |
---|