Contents
WikiNavMap
Description
WikiNavMap visualises the Tickets, Wiki Pages and Milestones in the Trac environment. You can configure the appearance and what will be displayed by using the configuration interface. WikiNavMap aims to be a quick way for you to get both an overall picture of what is happening in the Trac environment and specific information about what individual users have been working on.
Bugs/Feature Requests
Existing bugs and feature requests for WikiNavMapPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out WikiNavMapPlugin from here using Subversion, or browse the source with Trac.
Installation
Currently WikiNavMap is only supported on Trac 0.9.
First install GraphvizPlugin.
Download or checkout the source code.
python setup.py bdist_egg
Then copy the .egg file to the plugins directory of your environment. See TracPlugins for more details.
Then enable the plugin in your trac.ini the usual way.
[components] ... wikinavmap.* = enabled ...
Configuration
[wikinavmap] #Default Colour for nodes red|green|blue|black|purple|yellow|aqua default_base_colour= red #Default number of node colour gradients (1-5) default_colour_no= 5 #Default whether to show tickets default_show_tickets= on #Default tickets to show all|active|mine|myactive|user|useractive default_ticket_filter= myactive #If default_ticket_filter is user or useractive then this is the username to use default_t_username= #Default whether to show wiki pages default_show_wik = on #Default wiki pages to show all|mine|others|user default_wiki_filter= all #If default_wiki_filter is user then this is the username to use default_w_username=
Recent Changes
- [7310] by adamu on 2009-12-30 01:40:51
-
Committing the first version of WikiNavMap
- [7308] by adamu on 2009-12-30 01:28:56
-
New hack WikiNavMapPlugin, created by adamu

