Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
action/ | H | 18-May-2021 | - | 42 | 17 | |
conf/ | H | 18-May-2021 | - | 10 | 6 | |
lang/en/ | H | 18-May-2021 | - | 3 | 3 | |
res/ | H | 18-May-2021 | - | |||
syntax/ | H | 18-May-2021 | - | 204 | 147 | |
tests/ | H | 18-May-2021 | - | 64 | 50 | |
.travis.yml | H A D | 17-May-2021 | 61 | 6 | 5 | |
LICENSE | H A D | 17-May-2021 | 1 KiB | 22 | 17 | |
README.md | H A D | 17-May-2021 | 1.1 KiB | 36 | 25 | |
plugin.info.txt | H A D | 17-May-2021 | 260 | 8 | 7 | |
print.css | H A D | 17-May-2021 | 49 | 3 | 3 |
README.md
1# PlantUML Parser Plugin 2 3--- 4 5[](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 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