Changes between Version 3 and Version 4 of Hacking/TracTitleIndexImproved


Ignore:
Timestamp:
06/09/09 10:41:56 (12 months ago)
Author:
tj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hacking/TracTitleIndexImproved

    v3 v4  
    1111Reported to Trac as ticket: [http://trac.edgewall.org/ticket/7124 Improved TitleIndex macro: optionally ignores pages shipped with Trac] 
    1212 
    13 Apply it to an existing install (patch saved in /tmp/): 
     13Apply the patch to an existing install (patch saved in /tmp/). 
     14 
     15First change to the directory where Trac is installed. If it is installed from my Debian package that is: 
     16{{{ 
     17cd /usr/share/python-support/trac/trac 
     18}}} 
     19If it is installed directly into Python it will be something like: 
    1420{{{ 
    1521cd /usr/lib/python2.5/site-packages/trac 
     22}}} 
     23Now apply the patch: 
     24{{{ 
    1625sudo patch -p1 < /tmp/trac-0.11b-wiki-macros.diff  
    1726patching file wiki/macros.py