Skip to content

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/

License

Notifications You must be signed in to change notification settings

frissner/dokuwiki_plantumlparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlantUML Parser Plugin


Build Status

This plugin integrates PlantUML into the DokuWiki wiki engine. It allows to generate UML graph images from simple description text block.

Features

  • Create any UML graph supported by PlantUML.
  • Generated images are SVGs.
  • Toolbar button.
  • No internet access required for wiki server.

Sample

This block describes a sequence diagram:

<uml>
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
</uml>

and results in:

Sample

Contributors

About

A plugin to have a user's browser display a SVG PlantUML diagram generated at http://plantuml.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.5%
  • CSS 0.5%