Changes between Version 11 and Version 12 of EntityMacro


Ignore:
Timestamp:
Aug 7, 2013, 3:34:13 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Fixed download link.

Legend:

Unmodified
Added
Removed
Modified
  • EntityMacro

    v11 v12  
    2121== Installation ==
    2222
    23 Download the zipped [raw-attachment:entitymacro.zip source].
     23Download the zipped [download:/entitymacro/0.11 source].
    2424Unzip the archive to a temporary location, visit the 0.11 directory and run:
    2525
    26 {{{
    27 #!sh
     26{{{#!sh
    2827python setup.py bdist_egg
    2928cp dist/*.egg /trac/env/Project/plugins
     
    3231== Configuration ==
    3332
    34 Enable the macro in:
     33Enable the macro in: `/trac/env/Project/conf/trac.ini:`
    3534
    36 /trac/env/Project/conf/trac.ini:
    37 
    38 {{{
    39 #!ini
     35{{{#!ini
    4036[components]
    4137entity.* = enabled
     
    5753 * Browse the source at: [http://github.com/dwclifton/tracentitymacro/tree/master GitHub]
    5854 * Public clone URL:
    59 {{{
    60 #!sh
     55{{{#!sh
    6156git clone git://github.com/dwclifton/tracentitymacro.git
    6257}}}