1 [[!template id=plugin name=mscgen author="[[users/Tjgolubi]]"]]
6 IkiWiki::Plugin::mscgen - embed message sequence chart
10 In the ikiwiki setup file, enable this plugin by adding it to the list of active plugins.
17 This plugin provides the msc [[ikiwiki/directive]].
18 This directive allows embedding [mscgen](http://www.mcternan.me.uk/mscgen/)
19 message sequence chart graphs in an ikiwiki page.
21 Here's an example that shows how an mscgen message sequence chart is embedded into an ikiwiki page.
26 a [label="Client"],b [label="Server"];
31 a<=b [label="ack1, nack2"];
32 a=>b [label="data2", arcskip="1"];
38 Security implications: to be determined.
40 This plugin borrows heavily from the [[graphviz|plugins/graphviz]] plugin written by [[JoshTriplett]].
49 * browse at GitHub: <http://github.com/tjgolubi/ikiwiki.mscgen>
50 * repo at git://github.com/tjgolubi/ikiwiki.mscgen.git