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

Last change on this file since 532 was 528, checked in by chervol, 18 years ago

new version tagged

File size: 802 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    IMPORTING
15include = quintagroup.transmogrifier:import.cfg
16
17# this section depends on what blogging product you use - Quills or QuillsEnabled
18[substitution]
19blueprint = quintagroup.transmogrifier.substitution
20key = _type
21
22BlogFolder = Folder
23
24# next options is for Quills (comment them if you are using QuillsEnabled)
25Blog = Weblog
26BlogEntry = WeblogEntry
27
28# next is for QuillsEnabled (uncomment them if you are using QuillsEnabled)
29# Blog = Folder
30# BlogEntry = Document
31
32[xslt]
33blueprint = quintagroup.transmogrifier.xslt
34source = marshall
35from-key = _old_type
36to-key = _type
Note: See TracBrowser for help on using the repository browser.