| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| action/ | 03-Nov-2023 | - | 42 | 17 | ||
| conf/ | 03-Nov-2023 | - | 10 | 6 | ||
| lang/en/ | 03-Nov-2023 | - | 3 | 3 | ||
| res/ | 03-Nov-2023 | - | ||||
| syntax/ | 03-Nov-2023 | - | 207 | 148 | ||
| tests/ | 03-Nov-2023 | - | 64 | 50 | ||
| .travis.yml | D | 02-Nov-2023 | 61 | 6 | 5 | |
| LICENSE | D | 02-Nov-2023 | 1 KiB | 22 | 17 | |
| README.md | D | 02-Nov-2023 | 1.1 KiB | 37 | 26 | |
| plugin.info.txt | D | 02-Nov-2023 | 260 | 8 | 7 | |
| print.css | D | 02-Nov-2023 | 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* [Ralf Stemmer](https://github.com/rstemmer) 37