[[PageOutline(2-5,Contents,pullout)]] = 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. [http://trac.edfac.usyd.edu.au/demo/navmap?helpmenu=active More details...] == Bugs/Feature Requests == Existing bugs and feature requests for WikiNavMapPlugin are [report:9?COMPONENT=WikiNavMapPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiNavMapPlugin&owner=adamu new ticket]. == Download == Download the zipped source from [download:wikinavmapplugin here]. == Source == You can check out WikiNavMapPlugin from [http://trac-hacks.org/svn/wikinavmapplugin here] using Subversion, or [source:wikinavmapplugin browse the source] with Trac. == Installation == Currently WikiNavMap is only supported on Trac 0.9. First install GraphvizPlugin. Download or checkout the source code. {{{ #!sh python setup.py bdist_egg }}} Then copy the .egg file to the plugins directory of your environment. See [http://trac.edgewall.org/wiki/TracPlugins TracPlugins] for more details. Then enable the plugin in your trac.ini the usual way. {{{ #!ini [components] ... wikinavmap.* = enabled ... }}} == Configuration == {{{ #!ini [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 == [[ChangeLog(wikinavmapplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:adamu] [[BR]] '''Maintainer:''' [wiki:adamu] [[BR]] '''Contributors:'''