Ignore:
Timestamp:
21 Mar 2012, 13:42:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename importers to processors.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/utils
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.py

    r7907 r7933  
    4444
    4545    # Name used in pages and forms...
    46     name = u'Non-registered base importer'
     46    name = u'Non-registered base processor'
    4747
    4848    # Internal name...
    49     util_name = 'baseimporter'
     49    util_name = 'baseprocessor'
    5050
    5151    # Items for this processor need an interface with zope.schema fields.
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/batching.txt

    r7811 r7933  
    1010mass-remove, or mass-update data.
    1111
    12 So you can feed CSV files to importers or processors, that are part of
     12So you can feed CSV files to processors, that are part of
    1313the batch-processing mechanism.
    1414
    15 Importers/Processors
    16 --------------------
     15Processors
     16----------
    1717
    1818Each CSV file processor
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py

    r7819 r7933  
    152152
    153153    In :mod:`waeup.kofa` we use factories extensively for
    154     batching. While processing a batch some importer looks up a
     154    batching. While processing a batch some processors looks up a
    155155    factory to create real-world instances that then get filled with
    156156    data from imported CSV files.
     
    192192       True
    193193
    194     After grokking we (and importers) can create objects without
     194    After grokking we (and processors) can create objects without
    195195    knowing about the location of the real class definition, just by
    196196    the factory name:
Note: See TracChangeset for help on using the changeset viewer.