Changes between Version 27 and Version 28 of FootNoteMacro


Ignore:
Timestamp:
Apr 23, 2014, 4:35:55 PM (10 years ago)
Author:
Adrian Fritz
Comment:

Page refactor. Install details. Tested as per [13654]

Legend:

Unmodified
Added
Removed
Modified
  • FootNoteMacro

    v27 v28  
     1= Add footnotes to wiki =
    12[[PageOutline(2-5,Contents,pullout)]]
    2 = Add footnotes to wiki =
    33
    44== Description ==
     
    66The FootNoteMacro automatically collates[[FootNote(Arranges in numerical order)]] and generates footnotes.
    77
    8 Note: There is an open ticket for integrating this feature to the Trac core, t:#9037.
     8 Note:: There is an open ticket for integrating this feature to the Trac core, t:#9037.
    99
    10 == Example ==
     10== Usage ==
    1111
    1212To use it, simply call the FootNoteMacro with the footnote content[[FootNote(Any WikiFormatting can be used as content)]] as the only argument to the macro:
     
    3838}}}
    3939
    40 Once a set of footnotes has been displayed, a complete new set of footnotes can be created. This allows multiple sets of footnotes per page.
     40Once a set of footnotes has been displayed (by the use of `[[FootNote]]` macro), a complete new set of footnotes can be created. This allows multiple sets of footnotes per page.
     41
     42== Install/Configuration ==
     43 
     44The plugin follows the standard installation procedures described in t:TracPlugins. Here are some specifics and highlights.
     45
     46 1. '''Install''' globally with:
     47{{{#!sh
     48$ [sudo] easy_install http://trac-hacks.org/svn/footnotemacro/
     49}}}
     50 1. '''Enable''' the plugin (globally or per environment) by updating TracIni file (..../trac.ini) as follows:
     51 {{{#!ini
     52[components]
     53footnotemacro.macro.* = enabled
     54}}}
     55 1. **Restart** web server on command line:
     56 {{{#!sh
     57$ [sudo] /etc/init.d/apache2 restart
     58}}}
    4159
    4260== Bugs/Feature Requests ==
     
    4866[http://trac-hacks.org/newticket?component=FootNoteMacro&owner=rjollos new ticket].
    4967
    50 == Download ==
     68== Source & Download ==
     69
     70You can check out !FootNoteMacro from [http://trac-hacks.org/svn/footnotemacro here] using Subversion, or [source:footnotemacro browse the source] with Trac.
    5171
    5272Download the zipped source from [download:footnotemacro here].
    53 
    54 == Source ==
    55 
    56 You can check out FootNoteMacro from [http://trac-hacks.org/svn/footnotemacro here] using Subversion, or [source:footnotemacro browse the source] with Trac.
    5773
    5874== Example ==