1# PlantUML Parser Plugin
2
3---
4
5[![Build Status](https://travis-ci.org/kylec32/dokuwiki_plantumlparser.svg?branch=master)](https://travis-ci.org/kylec32/dokuwiki_plantumlparser)
6
7This plugin integrates [PlantUML](http://plantuml.sourceforge.net) into the [DokuWiki](http://www.dokuwiki.org) wiki engine.
8It allows to generate UML graph images from simple description text block.
9
10# Features
11* Create any UML graph supported by PlantUML.
12* Generated images are SVGs.
13* Toolbar button.
14* No internet access required for wiki server.
15
16# Sample
17This block describes a sequence diagram:
18
19    <uml>
20    Alice -> Bob: Authentication Request
21    Bob --> Alice: Authentication Response
22
23    Alice -> Bob: Another authentication Request
24    Alice <-- Bob: another authentication Response
25    </uml>
26
27and results in:
28
29![Sample](http://plantuml.sourceforge.net/img/sequence_img001.png)
30
31# Contributors
32* [Kyle Carter](https://github.com/kylec32)
33* [Antoine Aflalo](https://github.com/Belphemur)
34* [Eduardo Mozart de Oliveira](https://github.com/coldscientist)
35* [Boris Flader](https://github.com/BorisFlader)
36* [Ralf Stemmer](https://github.com/rstemmer)
37