Changes between Version 8 and Version 9 of MacroChainMacro


Ignore:
Timestamp:
Nov 10, 2015, 9:23:58 AM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • MacroChainMacro

    v8 v9  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=MacroChainMacro&owner=roadrunner new ticket].
     15[/newticket?component=MacroChainMacro new ticket].
    1616
    1717[[TicketQuery(component=MacroChainMacro&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:macrochainmacro here].
     21Download the zipped source from [export:macrochainmacro here].
    2222
    2323== Source
    2424
    25 You can check out MacroChainMacro from [http://trac-hacks.org/svn/macrochainmacro here] using Subversion, or [source:macrochainmacro browse the source] with Trac.
     25You can check out MacroChainMacro from [/svn/macrochainmacro here] using Subversion, or [source:macrochainmacro browse the source] with Trac.
    2626
    2727== Installation
     
    3636[[MacroChain(Include(http://www.example.com/), text/html)]]
    3737}}}
     38
    3839This uses the CsvMacro to display a csv file from the repository as a table:
    3940{{{
    4041[[MacroChain(Include(trunk/foo/bar.csv), CsvMacro)]]
    4142}}}
     43
    4244The following uses the XsltMacro and GraphvizPlugin to create a graph of some xml data:
    4345{{{