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

Last change on this file since 1244 was 1244, checked in by koval, 15 years ago

changed behaviour of manifest importer and maked more descriptive product name

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