source: products/quintagroup.transmogrify.simpleblog2quills/trunk/quintagroup/transmogrify/simpleblog2quills/import.cfg

Last change on this file was 1490, checked in by koval, 14 years ago

renaming all references of quintagroup.transmogrifier.simpleblog2quills

File size: 1.0 KB
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
[1244]18# don't yield items that are in manifest, but don't exists in import context
19[manifestimporter]
20enable-source-behaviour = false
21
[528]22# this section depends on what blogging product you use - Quills or QuillsEnabled
[293]23[substitution]
24blueprint = quintagroup.transmogrifier.substitution
25key = _type
[528]26
27# next options is for Quills (comment them if you are using QuillsEnabled)
[638]28# Blog = Weblog
29# BlogFolder = Folder
30# BlogEntry = WeblogEntry
[293]31
[528]32# next is for QuillsEnabled (uncomment them if you are using QuillsEnabled)
[638]33Blog = Large Plone Folder
34BlogFolder = Large Plone Folder
35BlogEntry = Document
[528]36
[293]37[xslt]
38blueprint = quintagroup.transmogrifier.xslt
39source = marshall
40from-key = _old_type
41to-key = _type
[554]42
43[activator]
[1490]44blueprint = quintagroup.transmogrify.simpleblog2quills.activator
Note: See TracBrowser for help on using the repository browser.