Changes between Version 20 and Version 21 of TocMacro


Ignore:
Timestamp:
Sep 13, 2006, 6:30:18 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Please see the normal install insturctions

Legend:

Unmodified
Added
Removed
Modified
  • TocMacro

    v20 v21  
    4646TocMacro requires that AnchorPatch be applied to [wiki:0.8] Trac. Trac [wiki:0.9] already includes this patch.
    4747
    48 == Install ==
    49 
    50 Installing on trac 0.9+:
    51 {{{
    52  $ unzip <file>
    53  $ cd tocmacro/09
    54  $ python setup.py install
    55 }}}
    56 The plugin is then installed globally. Edit trac.ini for your site. Add/Edit the [component] section:
    57 {{{
    58 [components]
    59 tractoc.* = enabled
    60 }}}
    61 and reload tracd.
    62 
    6348== Source ==
    6449