X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c69a7f758590c91bd137a8d1cfa99f37bf28045a..ecd5f0f7ced587057ab66b8df4cd9b37c4d38941:/doc/plugins/graphviz.mdwn diff --git a/doc/plugins/graphviz.mdwn b/doc/plugins/graphviz.mdwn index 51b06ebab..d57d7dc94 100644 --- a/doc/plugins/graphviz.mdwn +++ b/doc/plugins/graphviz.mdwn @@ -1,7 +1,7 @@ [[!template id=plugin name=graphviz author="[[JoshTriplett]]"]] -[[!tag type/chrome type/format]] +[[!tag type/widget]] -This plugin implements the [[ikiwiki/directive/graph]] [[ikiwiki/directive]]. +This plugin provides the [[ikiwiki/directive/graph]] [[ikiwiki/directive]]. This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a page. @@ -15,4 +15,11 @@ already do these things with just the core of ikiwiki, but the graphviz plugin allows for an amplification attack, since users can send less data to use large amounts of processing time and disk usage. -This plugin uses the [[!cpan Digest::SHA1]] perl module. +[[!if test="enabled(graphviz)" then=""" +Some example graphs: + +[[!graph src="a -> b -> c; a -> b;"]] +[[!graph src="a -- b -- c -- a;" prog="circo" type="graph"]] +"""]] + +This plugin uses the [[!cpan Digest::SHA]] perl module.