plugin:visrep
visrep Plugin
Compatible with DokuWiki
No compatibility info given!
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Graphiz must be installed and in $PATH or %PATH% for the graphviz engine to work.
sudo apt-get install graphviz
Usage
<visrep data-engine="graphviz"> digraph G { main -> parse -> execute; main -> init; main -> cleanup; execute -> make_string; execute -> printf init -> make_string; main -> printf; execute -> compare; } </visrep> <visrep data-engine="blockdiag"> A -> B -> C; B -> D; </visrep> <visrep data-engine="nwdiag"> network dmz { web01; web02; stg01; } network internal { web01; web02; db01; } </visrep>
plugin/visrep.txt · Last modified: 2018-05-06 20:43 by Klap-in