Changes between Version 16 and Version 17 of TocMacro


Ignore:
Timestamp:
May 30, 2006, 11:05:51 AM (18 years ago)
Author:
pdecat
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TocMacro

    v16 v17  
    4646TocMacro requires that AnchorPatch be applied to [wiki:0.8] Trac. Trac [wiki:0.9] already includes this patch.
    4747
     48== Install on Trac 0.9 ==
     49
     50 * Download the [download:tocmacro source archive] and extract it in $HOME:
     51{{{
     52cd $HOME
     53unzip tocmacro-r792.zip
     54}}}
     55 * Download the [http://peak.telecommunity.com/dist/ez_setup.py eazy_setup bootstrap module] and place it into $HOME/tocmacro/0.9
     56 * Run:
     57{{{
     58python setup.py install
     59}}}
     60 * Enable the new component in your trac.ini:
     61{{{
     62[components]
     63tractoc.* = enabled
     64}}}
     65
    4866== Source ==
    4967