Changes between Version 4 and Version 5 of MacroChainMacro


Ignore:
Timestamp:
Apr 30, 2010, 1:42:11 PM (14 years ago)
Author:
roadrunner
Comment:

Updated for 0.11

Legend:

Unmodified
Added
Removed
Modified
  • MacroChainMacro

    v4 v5  
    2121
    2222This macro must be installed as a plugin. To do so, change the
    23 directory to `macrochainmacro/0.9`, run `python setup.py bdist_egg`,
     23directory to `macrochainmacro/0.11`, run `python setup.py bdist_egg`,
    2424and copy the resulting dist/macrochain-0.1-pyX.Y.egg to your plugins
    2525directory.
     
    3333The following mimicks the [http://trac.edgewall.org/wiki/MacroBazaar#MimeInclude MimeInclude] macro:
    3434{{{
    35 [[MacroChain(Include(http://www.example.com/, None), text/html)]]
     35[[MacroChain(Include(http://www.example.com/), text/html)]]
    3636}}}
    3737This uses the CsvMacro to display a csv file from the repository as a table:
    3838{{{
    39 [[MacroChain(Include(trunk/foo/bar.csv, None), CsvMacro)]]
     39[[MacroChain(Include(trunk/foo/bar.csv), CsvMacro)]]
    4040}}}
    4141The following uses the XsltMacro and GraphvizPlugin to create a graph of some xml data: