Changeset 3086


Ignore:
Timestamp:
03/24/06 19:25:47 (7 years ago)
Author:
moschny
Message:
  • Add link to TracNav's homepage.
  • Very short installation instructions.
  • Fix typo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trac/plugins/tracnav/README

    r3083 r3086  
    2727 
    2828To display the navigation bar on a page, you must call the TracNav 
    29 macro on that page an pass the name of your table of contents as 
     29macro on that page and pass the name of your table of contents as 
    3030argument. 
     31 
     32It is possible to have more than one index page for your toc: Simply 
     33list them all separated by a bar like this: 
     34 
     35[[TracNav(MyTOC|AnotherTOC)]] 
     36 
     37The TOCs are appended to each other to form one navigation bar. 
    3138 
    3239 
     
    3542 
    3643See http://projects.edgewall.com/trac/wiki/TracPlugins. 
     44 
     45Short version for the impatient: run "python ./setup.py bdist_egg" and 
     46copy the resulting .egg file from the "dist" directory to the 
     47"plugins" directory of your Trac project. Using the WebAdmin plugin, 
     48you can even upload and deploy the .egg file to your project using a 
     49browser. 
     50 
     51 
     52Homepage 
     53-------- 
     54 
     55See http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav. 
     56This page contains a life demo of the plugin, too. 
    3757 
    3858 
Note: See TracChangeset for help on using the changeset viewer.