Changes between Version 33 and Version 34 of FootNoteMacro


Ignore:
Timestamp:
May 23, 2015, 8:29:36 AM (9 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • FootNoteMacro

    v33 v34  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Add footnotes to wiki =
    32
    4 == Description ==
     3= Add footnotes to wiki
     4
     5== Description
    56
    67The FootNoteMacro automatically collates[[FootNote(Arranges in numerical order)]] and generates footnotes.
     
    89 Note:: There is an open ticket for integrating this feature to the Trac core, t:#9037.
    910
    10 == Usage ==
     11== Bugs/Feature Requests
     12
     13Existing bugs and feature requests for FootNoteMacro are
     14[report:9?COMPONENT=FootNoteMacro here].
     15
     16If you have any issues, create a
     17[/newticket?component=FootNoteMacro new ticket].
     18
     19[[TicketQuery(component=FootNoteMacro&group=type,format=progress)]]
     20
     21== Download
     22
     23Download the zipped source from [download:footnotemacro here].
     24
     25== Source
     26
     27You can check out !FootNoteMacro from [http://trac-hacks.org/svn/footnotemacro here] using Subversion, or [source:footnotemacro browse the source] with Trac.
     28
     29== Install/Configuration
     30 
     31The plugin follows the standard installation procedures described in t:TracPlugins. Here are some specifics and highlights:
     32
     33 1. **Install** globally with:
     34{{{#!sh
     35$ [sudo] easy_install http://trac-hacks.org/svn/footnotemacro/
     36}}}
     37 1. **Enable** by updating TracIni file (`..../trac.ini`) as follows:
     38 {{{#!ini
     39[components]
     40footnotemacro.macro.* = enabled
     41}}}
     42 1. **Restart** web server on command line:
     43 {{{#!sh
     44$ [sudo] /etc/init.d/apache2 restart
     45}}}
     46 1. **Test** if is it working properly (all your environments).
     47
     48== Usage
    1149
    1250To 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:
     
    4078Once 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.
    4179
    42 == Install/Configuration ==
    43  
    44 The 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** by updating TracIni file (..../trac.ini) as follows:
    51  {{{#!ini
    52 [components]
    53 footnotemacro.macro.* = enabled
    54 }}}
    55  1. **Restart** web server on command line:
    56  {{{#!sh
    57 $ [sudo] /etc/init.d/apache2 restart
    58 }}}
    59  1. **Test** if is it working properly (all your environments).
    60 
    61 == Bugs/Feature Requests ==
    62 
    63 Existing bugs and feature requests for FootNoteMacro are
    64 [report:9?COMPONENT=FootNoteMacro here].
    65 
    66 If you have any issues, create a
    67 [/newticket?component=FootNoteMacro new ticket].
    68 
    69 == Source & Download ==
    70 
    71 You can check out !FootNoteMacro from [http://trac-hacks.org/svn/footnotemacro here] using Subversion, or [source:footnotemacro browse the source] with Trac.
    72 
    73 Download the zipped source from [download:footnotemacro here].
    74 
    75 == Example ==
     80== Example
    7681
    7782Here are the footnotes assembled from this page by using `[[FootNote]]`:
     
    120125[[FootNote]]
    121126
    122 == Recent Changes ==
     127== Recent Changes
    123128
    124129[[ChangeLog(footnotemacro, 3)]]
    125130
    126 == Author/Contributors ==
     131== Author/Contributors
    127132
    128133'''Authors:''' [wiki:athomas athomas], [wiki:coderanger coderanger] [[BR]]