Changes between Version 11 and Version 12 of AssimilateIntro


Ignore:
Timestamp:
Oct 22, 2014, 6:03:48 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AssimilateIntro

    v11 v12  
    6161
    6262The assimilator '''script_assimilator''' lets you write assimilator logic
    63 in your language of choice (Python, Perl, bash, etc.).
     63in your language of choice (Python, Perl, PHP, bash, etc.).
    6464'''script_assimilator''' takes a command-line argument
    6565
     
    8181The script must be put in your project's bin/ directory.
    8282
     83== Python assimilator framework ==
     84
     85The framework for an all-Python assimilator can be found in '''sched/assimilator.py'''.
     86See the comments.
     87
    8388== The sample assimilator ==
    8489