Changes between Version 8 and Version 9 of FlatTableMacro


Ignore:
Timestamp:
Nov 10, 2015, 5:08:38 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • FlatTableMacro

    v8 v9  
    1717
    1818Alternatively, one can also create a macro alias via configuration in your `trac.ini` file:
    19 {{{
     19{{{#!ini
    2020[flat-table]
    2121dbdoc = Name: key, Relation: relation, Comment: comment notes
     
    3333See also: TablePlugin.
    3434
    35 == Markup
     35=== Markup
    3636
    3737The markup is loosely based on a very simplified YAML/JSON-like syntax. At least one column is always assumed to be mandatory per table, which is the '''key''' column. The order and name of the generated columns is controlled by the metadata line, as shown above. For each column, one can define one or more '''aliases''' which can be used in the markup to define the column data.
     
    4545
    4646If you have any issues, create a
    47 [http://trac-hacks.org/newticket?component=FlatTableMacro&owner=ashkulz&release=0.11 new ticket].
     47[/newticket?component=FlatTableMacro new ticket].
    4848
    4949[[TicketQuery(component=FlatTableMacro&group=type,format=progress)]]
     
    5151== Download
    5252
    53 Download the zipped source from [download:flattablemacro here].
     53Download the zipped source from [export:flattablemacro here].
    5454
    5555== Source
    5656
    57 You can check out FlatTableMacro from [http://trac-hacks.org/svn/flattablemacro here] using Subversion, or [source:flattablemacro browse the source] with Trac.
     57You can check out FlatTableMacro from [/svn/flattablemacro here] using Subversion, or [source:flattablemacro browse the source] with Trac.
    5858
    5959== Example