[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

FileIn process

Robots access the index of this swiki by title, and select pages with the tags of interest. Some robots collect all tags of a category to let the user select wich tags to process.

The pages are sorted this way:
  1. The page with "prologue" command, w/o ClassName (if present)
  2. The page with "home" command, w/o ClassName (if present)
  3. The page with "index" command (if present)
  4. The page with "definitions" (or "definition") command (if present)
  5. The pages sorted by ClassName (commands)
  6. The page with "methods" command (if present)
  7. The page with "code" command (if present)
  8. The page with "doIt" command (if present)
  9. The page with "epilogue" command (if present)
Note:This euristics is defined as an intent. Can change in development process.

After sorting the pages a massive fileIn process is started, reading(and processing) each page contents.
Output sent via #print: are shown to the user.

Next page: Pages with code