Opened 17 years ago
Last modified 15 years ago
#2308 new enhancement
[PATCH] Add mscgen support to GraphvizPlugin
Reported by: | Satoru SATOH | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Here is a patch adding mscgen support to GraphvizPlugin.
- mscgen (http://www.mcternan.me.uk/mscgen/) is a Message Sequence Chart text processor.
- Its usage is almost same as graphviz tools and works in a similar manner.
- It cannot output in svg so that i force its output png only in the patch.
Attachments (3)
Change History (9)
Changed 17 years ago by
Attachment: | graphvizplugin-mscgen.patch added |
---|
comment:1 Changed 16 years ago by
Owner: | changed from Peter Kropf to Christian Boos |
---|---|
Trac Release: | 0.10 → 0.11 |
I'll look into integrating this.
Changed 16 years ago by
Attachment: | graphviz-mscgen-r4543.diff added |
---|
Initial version of mscgen support, good for testing
comment:2 Changed 16 years ago by
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).
comment:3 Changed 16 years ago by
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?
comment:4 Changed 16 years ago by
Trac Release: | 0.11 → 0.10 |
---|
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.
comment:5 Changed 16 years ago by
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
comment:6 Changed 15 years ago by
Just want to notify - an independent MscgenPlugin for trac is created.
A patch adding mscgen support to GraphvizPlugin