Difference between revisions of "Overview"
From DocDataFlow
(Created page with "Internally, Crawler is designed along principles that are similar to the ones found in the Data Flow Programming paradigm.") |
|||
Line 1: | Line 1: | ||
− | Internally, Crawler is designed along principles that are similar to the ones found in the [[http://en.wikipedia.org/wiki/Dataflow_programming | + | Internally, Crawler is designed along principles that are similar to the ones found in the [[http://en.wikipedia.org/wiki/Dataflow_programming Data Flow Programming]] paradigm. |
+ | |||
+ | One of the basic units in Crawler is called a 'Personality'. A Personality is a Crawler construct which will take some form of input, and will process it into some other form. | ||
+ | |||
+ | Sample Personalities are: InDesign-to-XHTML/CSS, InDesign-to-EPUB... | ||
+ | |||
+ | Personalities are built from simpler elements: a personality is a composite of interconnected processing units called 'Adapters', a set of configuration files, a set of template files... |
Revision as of 04:03, 26 December 2013
Internally, Crawler is designed along principles that are similar to the ones found in the [Data Flow Programming] paradigm.
One of the basic units in Crawler is called a 'Personality'. A Personality is a Crawler construct which will take some form of input, and will process it into some other form.
Sample Personalities are: InDesign-to-XHTML/CSS, InDesign-to-EPUB...
Personalities are built from simpler elements: a personality is a composite of interconnected processing units called 'Adapters', a set of configuration files, a set of template files...