Changes between Version 17 and Version 18 of TocMacro


Ignore:
Timestamp:
May 30, 2006, 12:36:49 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

The install instructions for all plugins can be found at projects.edgewall.com

Legend:

Unmodified
Added
Removed
Modified
  • TocMacro

    v17 v18  
    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 {{{
    52 cd $HOME
    53 unzip 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 {{{
    58 python setup.py install
    59 }}}
    60  * Enable the new component in your trac.ini:
    61 {{{
    62 [components]
    63 tractoc.* = enabled
    64 }}}
    65 
    6648== Source ==
    6749