Changeset 3086
- Timestamp:
- 03/24/06 19:25:47 (7 years ago)
- File:
-
- 1 edited
-
trac/plugins/tracnav/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trac/plugins/tracnav/README
r3083 r3086 27 27 28 28 To 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 as29 macro on that page and pass the name of your table of contents as 30 30 argument. 31 32 It is possible to have more than one index page for your toc: Simply 33 list them all separated by a bar like this: 34 35 [[TracNav(MyTOC|AnotherTOC)]] 36 37 The TOCs are appended to each other to form one navigation bar. 31 38 32 39 … … 35 42 36 43 See http://projects.edgewall.com/trac/wiki/TracPlugins. 44 45 Short version for the impatient: run "python ./setup.py bdist_egg" and 46 copy the resulting .egg file from the "dist" directory to the 47 "plugins" directory of your Trac project. Using the WebAdmin plugin, 48 you can even upload and deploy the .egg file to your project using a 49 browser. 50 51 52 Homepage 53 -------- 54 55 See http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav. 56 This page contains a life demo of the plugin, too. 37 57 38 58
Note: See TracChangeset
for help on using the changeset viewer.
