]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlkQOG_UxmAVOjXBQJLpiBmBWXEiTL9PYw <Terry@web>
Sun, 6 Nov 2011 03:53:18 +0000 (23:53 -0400)
committeradmin <admin@branchable.com>
Sun, 6 Nov 2011 03:53:18 +0000 (23:53 -0400)
doc/plugins/contrib/mscgen.mdwn

index d7eb23a6d6e98b21b59f38ca26c4b8cbf5d5cc2d..9ae3901f7132377f66d5b24d630bb8386d90de4c 100644 (file)
@@ -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