aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/plugins/contrib/mscgen.mdwn12
1 files changed, 2 insertions, 10 deletions
diff --git a/doc/plugins/contrib/mscgen.mdwn b/doc/plugins/contrib/mscgen.mdwn
index d7eb23a6d..9ae3901f7 100644
--- a/doc/plugins/contrib/mscgen.mdwn
+++ b/doc/plugins/contrib/mscgen.mdwn
@@ -1,4 +1,3 @@
-[[!template id=plugin name=mscgen author="[[TerryGolubiewski]]"]
[[!tag type/widget]]
This plugin provides the mscgen [[ikiwiki/directive]].
@@ -22,12 +21,9 @@ Here's an mscgen source example.
|||;
"""]]
-Security implications: to be determined
-
-[[!if test="enabled(mscgen)" then="""
And here's the resulting graph.
-[[!msc src="""
+[[!msc src=<<"""
arcgradient = 8;
a [label="Client"],b [label="Server"];
@@ -42,12 +38,8 @@ And here's the resulting graph.
|||;
"""]]
-"""]]
+Security implications: to be determined.
This plugin uses the [[!cpan Digest::SHA]] perl module.
This plugin borrows heavily from the [[graphviz|plugins/graphviz]] plugin written by [[JoshTriplett]].
-
-
-[[!mscgen src=
-mscgen is