openbsd-ports/www/tracnav/pkg/MESSAGE
sthen 35160c1857 import www/tracnav;
The TracNav macro implements a fully customizable navigation bar
for the Trac wiki engine.

The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page through the web interface. The
navigation bar supports hierarchical ordering of topics.

The design of TracNav mimics the design of the TracGuideToc that
was originally supplied with Trac. The drawback of TracGuideToc is
that it is not customizable without editing its source code and
that it does not support hierarchical ordering.
2009-10-23 17:24:19 +00:00

5 lines
142 B
Plaintext

To enable TracNav for your project, add the following to your
project's /path/to/projenv/conf/trac.ini file:
[components]
tracnav.* = enabled