DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:visrep

visrep Plugin

Compatible with DokuWiki

No compatibility info given!

plugin Diagram representation using various engines

Last updated on
2016-06-01
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with diagram, visualization

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

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki