• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

action/03-Nov-2023-4217

conf/03-Nov-2023-106

lang/en/03-Nov-2023-33

res/03-Nov-2023-

syntax/03-Nov-2023-207148

tests/03-Nov-2023-6450

.travis.ymlD02-Nov-202361 65

LICENSED02-Nov-20231 KiB2217

README.mdD02-Nov-20231.1 KiB3726

plugin.info.txtD02-Nov-2023260 87

print.cssD02-Nov-202349 33

README.md

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