source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/import.cfg @ 594

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

fixed collectEntries method

File size: 941 bytes
RevLine 
[293]1[transmogrifier]
2pipeline =
3    reader
4    manifestimporter
5    substitution
6    constructor
7    xslt
8    datacorrector
[468]9    fileimporter
[293]10    demarshaller
11    referencesimporter
12    propertiesimporter
13    commentsimporter
[554]14    activator
[309]15    IMPORTING
[293]16include = quintagroup.transmogrifier:import.cfg
17
[528]18# this section depends on what blogging product you use - Quills or QuillsEnabled
[293]19[substitution]
20blueprint = quintagroup.transmogrifier.substitution
21key = _type
[528]22
23# next options is for Quills (comment them if you are using QuillsEnabled)
[293]24Blog = Weblog
[594]25BlogFolder = Folder
[293]26BlogEntry = WeblogEntry
27
[528]28# next is for QuillsEnabled (uncomment them if you are using QuillsEnabled)
[594]29# Blog = Large Plone Folder
30# BlogFolder = Large Plone Folder
[528]31# BlogEntry = Document
32
[293]33[xslt]
34blueprint = quintagroup.transmogrifier.xslt
35source = marshall
36from-key = _old_type
37to-key = _type
[554]38
39[activator]
40blueprint = quintagroup.transmogrifier.simpleblog2quills.activator
Note: See TracBrowser for help on using the repository browser.