Opened 4 years ago
Last modified 2 years ago
Here is a patch adding mscgen support to GraphvizPlugin.
A patch adding mscgen support to GraphvizPlugin
Sample screenshot
I'll look into integrating this.
Initial version of mscgen support, good for testing
In addition to the original patch, the new one should support URL="..." processing for wiki links and otherwise moves most of the processor handling logic in dedicated classes (more to be done, but the initial patch is working).
The patch does not seem to apply to the latest version anymore. Wouldn't it make sense to create independent MscgenPlugin since the tool is separate anyway and the plugin code seems small?
We have trac 0.10.4 installed and added the graphvizplugin-mscgen.patch. Graphviz works fine, but I cannot bring the mscgen to work. How is the syntax I have to use for mscgen-diagrams? Thanks for an info.
Hi
Assuming you are still working on this, there is an example of the syntax here: http://en.wikipedia.org/wiki/MscGen
Alternatively, you can download the program source code from here: http://www.mcternan.me.uk/mscgen/ check the test files.
~NT
Just want to notify - an independent MscgenPlugin for trac is created.