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

Last change on this file since 1241 was 638, checked in by crchemist, 17 years ago

Fixed skin deletion.

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