Changes between Version 19 and Version 20 of TocMacro


Ignore:
Timestamp:
Sep 13, 2006, 1:50:48 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TocMacro

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