= Graphviz Plugin = == Description == The GraphvizPlugin allows for the inline creation of diagrams for abstract graphs and networks using the [http://www.graphviz.org/ Graphviz] programs. == Bugs/Feature Requests == Existing bugs and feature requests for GraphvizPlugin are [query:status!=closed&component=GraphvizPlugin&order=priority here]. If you have any issues, create a [/newticket?component=GraphvizPlugin&owner=pkropf new ticket]. Be sure to mention which version of Trac and which version of the plugin you're using. If the version number ends with '...dev', then please also specify the ''changeset number'' corresponding to the version you're using. == Requirements == The programs from http://www.graphviz.org. == Installation == See source:graphvizplugin/0.10/README.txt for details on installing the plugin on Trac 0.10. See source:graphvizplugin/0.11/README.txt for details on installing the plugin on Trac 0.11. After installing, don't forget to enable the plugin in your trac.ini, the usual way: {{{ [components] ... graphviz.* = enabled ... }}} == Download == Download the zipped source from [source:graphvizplugin here]. Note that this contains everything regarding the Graphviz plugin including tagged releases and branches. The 0.10 directory contains the latest released version of the code for Trac 0.10 and the 0.11 directory contains the latest code for Trac 0.11. - [download:graphvizplugin/0.11-0.7.4 download] latest stable version (0.7.4) for Trac 0.11 - [download:graphvizplugin/0.10 download] latest version for Trac 0.10 == Source == You can check out the source for GraphvizPlugin from Subversion at http://trac-hacks.org/svn/graphvizplugin. == Example == {{{ {{{ #!graphviz digraph G {Hello->World->Graphviz->Rules} }}} }}} would produce an image like: [[Image(15e8018d3d66075049024de6864339724b78c365.png)]] Note that you can insert TracLinks like this: {{{ {{{ #!graphviz digraph G { rankdir = "LR" GraphvizPlugin [ URL=GraphvizPlugin ] Trac [ URL="http://trac.edgewall.org/" fontcolor=red ] GraphvizPlugin -> Trac } }}} }}} This produces an image like this, but with the nodes are clickable, unlike here: [[Image(bf7ef5a481ccb22c85f25a2da9a84b29d6ccf860.png)]] == Recent Changes == [[ChangeLog(graphvizplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:pkropf] [[BR]] '''Contributors:''' cboos [[BR]] [[TagIt(plugin,pkropf,beta,0.9)]]