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

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

new version tagged

File size: 802 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
[309]14    IMPORTING
[293]15include = quintagroup.transmogrifier:import.cfg
16
[528]17# this section depends on what blogging product you use - Quills or QuillsEnabled
[293]18[substitution]
19blueprint = quintagroup.transmogrifier.substitution
20key = _type
[528]21
22BlogFolder = Folder
23
24# next options is for Quills (comment them if you are using QuillsEnabled)
[293]25Blog = Weblog
26BlogEntry = WeblogEntry
27
[528]28# next is for QuillsEnabled (uncomment them if you are using QuillsEnabled)
29# Blog = Folder
30# BlogEntry = Document
31
[293]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.