source: products/quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/import.cfg @ 280

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

fixes for ecto

File size: 1.1 KB
Line 
1[transmogrifier]
2pipeline =
3    reader
4    manifestimport
5#    substitution
6    constructor
7#    xslt
8    datacorrector
9    demarshaller
10    propertiesimporter
11    commentsimporter
12
13[reader]
14blueprint = quintagroup.transmogrifier.reader
15prefix = structure
16
17[manifestimport]
18blueprint = quintagroup.transmogrifier.manifestimport
19
20# standart import pipiline configuration doesn't need this section
21# this would go to more specific package
22[substitution]
23blueprint = collective.transmogrifier.substitution
24key = _type
25Blog = Weblog
26BlogFolder = Folder
27BlogEntry = WeblogEntry
28PloneFormMailer = FormFolder
29
30[constructor]
31blueprint = collective.transmogrifier.sections.constructor
32
33# this too
34[xslt]
35blueprint = quintagroup.transmogrifier.xslt
36from-key = _old_type
37to-key = _type
38
39[datacorrector]
40blueprint = quintagroup.transmogrifier.datacorrector
41type = import
42sources =
43    marshall
44
45[demarshaller]
46blueprint = quintagroup.transmogrifier.demarshaller
47
48[propertiesimporter]
49blueprint = quintagroup.transmogrifier.propertiesimporter
50
51[commentsimporter]
52blueprint = quintagroup.transmogrifier.commentsimporter
Note: See TracBrowser for help on using the repository browser.