> HelpOnProcessors

The following 126 words could not be found in the dictionary of 159 words (including 159 LocalSpellingWords) and are highlighted below:

also   Anchor   and   are   arguments   as   bang   Besides   bold   by   call   called   can   canonical   certain   code   Colorize   colors   column   columns   comma   command   concept   considered   construct   contain   contains   Contents   counted   csvprocessor   current   currently   data   Date   display   don   Editing   empty   exact   Example   first   For   from   headers   Help   hide   hilight   History   if   in   index   indices   information   it   known   knows   leave   like   line   lines   long   markup   more   now   Of   of   On   on   output   parser   path   possible   print   process   processor   Processors   program   purpose   python   recognizes   remaining   rendered   Revision   same   script   scripts   see   semicolon   separated   serve   shell   simple   so   sources   specify   start   starting   syntax   table   Table   tells   that   The   the   them   they   though   titles   to   traditional   Unix   using   usually   values   Version   very   want   way   what   when   where   which   work   works   You   you  

Clear message

  1. Processors
    1. Colorize
    2. CSV

Processors

Processors work on the data in a code display. You specify which processor to call by using a bang path-like construct in the first line. A bang path is a concept known from Unix command line scripts, where they serve the exact same purpose: the first line tells the shell what program to start to process the remaining lines of the script.

For more information on the possible markup, see HelpOnEditing.

Colorize

The Colorize processor currently knows of Python sources, and can syntax-hilight them. Besides the canonical way to call that processor, MoinMoin also recognizes a traditional bang path on the first line of the script, as long as it contains "python".

Example:

  1 
  2 
if lines[0].contains("python"):
    print "colors!"

CSV

The CSV processor works on so-called comma separated values, though the comma is now usually a semicolon. The first line is considered to contain column titles that are rendered in bold, so when you don't want table headers, leave the first line empty.

The bang path can contain "-index" arguments, to hide certain columns from the output; column indices are counted starting from 1.

MoinMoin Version History:
Version Date
0.11 2002-03-11
0.10 2001-10-28
0.9 2001-05-07
0.8 2001-01-23
0.7 2000-12-06
0.6 2000-12-04
0.5 2000-11-17
0.4 2000-11-01
0.3 2000-10-25
0.2 2000-08-26
0.1 2000-07-29