3 This plugin provides the mscgen [[ikiwiki/directive]].
4 This directive allows embedding [mscgen](http://www.mcternan.me.uk/mscgen/)
5 message sequence chart graphs in a page.
7 Here's an mscgen source example.
12 a [label="Client"],b [label="Server"];
17 a<=b [label="ack1, nack2"];
18 a=>b [label="data2", arcskip="1"];
24 And here's the resulting graph.
29 a [label="Client"],b [label="Server"];
34 a<=b [label="ack1, nack2"];
35 a=>b [label="data2", arcskip="1"];
41 Security implications: to be determined.
43 This plugin uses the [[!cpan Digest::SHA]] perl module.
45 This plugin borrows heavily from the [[graphviz|plugins/graphviz]] plugin written by [[JoshTriplett]].