Ticket #2308 (new enhancement)

Opened 2 years ago

Last modified 7 months ago

[PATCH] Add mscgen support to GraphvizPlugin

Reported by: ssatoh Assigned to: cboos
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

graphvizplugin-mscgen.patch (1.8 kB) - added by ssatoh on 12/14/07 17:34:44.
A patch adding mscgen support to GraphvizPlugin
mscgen-tracwiki.png (62.2 kB) - added by ssatoh on 12/14/07 17:40:37.
Sample screenshot
graphviz-mscgen-r4543.diff (14.6 kB) - added by cboos on 10/20/08 16:50:17.
Initial version of mscgen support, good for testing

Change History

12/14/07 17:34:44 changed by ssatoh

  • attachment graphvizplugin-mscgen.patch added.

A patch adding mscgen support to GraphvizPlugin

12/14/07 17:40:37 changed by ssatoh

  • attachment mscgen-tracwiki.png added.

Sample screenshot

10/20/08 12:28:20 changed by cboos

  • owner changed from pkropf to cboos.
  • release changed from 0.10 to 0.11.

I'll look into integrating this.

10/20/08 16:50:17 changed by cboos

  • attachment graphviz-mscgen-r4543.diff added.

Initial version of mscgen support, good for testing

10/20/08 16:53:28 changed by cboos

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).

11/19/08 06:52:05 changed by tero.saarni@gmail.com

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?

12/12/08 12:07:58 changed by gudrun.lichtenberger@tgw-systems.

  • release changed from 0.11 to 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.

05/29/09 20:10:09 changed by anonymous

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

08/29/09 22:29:00 changed by mclap

Just want to notify - an independent MscgenPlugin for trac is created.


Add/Change #2308 ([PATCH] Add mscgen support to GraphvizPlugin)




Change Properties
Action