====== visrep Plugin ====== ---- plugin ---- description: Diagram representation using various engines author : Ionut Stoica email : stoica.ionut@gmail.com type : syntax lastupdate : 2016-06-01 compatible : tags : diagram visualization downloadurl: https://github.com/iongion/dokuwiki-plugin-visrep/zipball/master bugtracker : https://github.com/iongion/dokuwiki-plugin-visrep/issues sourcerepo : https://github.com/iongion/dokuwiki-plugin-visrep/ ---- Graphiz must be installed and in $PATH or %PATH% for the graphviz engine to work. sudo apt-get install graphviz ===== Usage ===== digraph G { main -> parse -> execute; main -> init; main -> cleanup; execute -> make_string; execute -> printf init -> make_string; main -> printf; execute -> compare; } A -> B -> C; B -> D; network dmz { web01; web02; stg01; } network internal { web01; web02; db01; }