Changeset 1320

Show
Ignore:
Timestamp:
10/10/08 10:38:34
Author:
koval
Message:

added TODO.txt, changed import.cfg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/import.cfg

    r1319 r1320  
    33    reader 
    44    manifestimport 
    5 #    substitution 
    65    constructor 
    7 #    xslt 
    86    datacorrector 
    97    demarshaller 
     
    1816blueprint = quintagroup.transmogrifier.manifestimport 
    1917 
    20 # standart import pipiline configuration doesn't need this section 
    21 # this would go to more specific package 
    22 [substitution] 
    23 blueprint = collective.transmogrifier.substitution 
    24 key = _type 
    25 Blog = Weblog 
    26 BlogFolder = Folder 
    27 BlogEntry = WeblogEntry 
    28 PloneFormMailer = FormFolder 
    29  
    3018[constructor] 
    3119blueprint = collective.transmogrifier.sections.constructor 
    32  
    33 # this too 
    34 [xslt] 
    35 blueprint = quintagroup.transmogrifier.xslt 
    36 from-key = _old_type 
    37 to-key = _type 
    3820 
    3921[datacorrector] 
  • quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/patches.py

    r1314 r1320  
    7171            continue 
    7272        # directories have trailing '/' character and we need to remove it 
    73         names.rstrip('/') 
     73        name.rstrip('/') 
    7474        names.append(name) 
    7575