Version 3 (modified by 6 years ago) (diff) | ,
---|
Contents
Display PlantUML Diagrams
Description
PlantUML is a java utility that allows generation of different types of UML diagrams (sequence, activity, state, use cases, ...) from a simple text description file.
This plugin allows the integration of PlantUML on Trac Wiki pages, dynamically generating and embedding the diagrams.
Dependencies
The plugin depends on PlantUML compiled jar being installed on the system, a valid Java runtime, and Graphviz installed and correctly configured (these are dependencies for PlantUML itself)
Configuration
The following entry must be added to trac.ini:
[components] ... plantuml.* = enabled [plantuml] plantuml_jar = /path/to/plantuml.jar java_bin = /path/to/java_bin (optional, if Java binary is not on the search path)
Bugs/Feature Requests
Existing bugs and feature requests for PlantUmlMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:plantumlmacro here].
Source
You can check out PlantUmlMacro from here using Subversion, or browse the source with Trac.
Example
Use with:
{{{ #!PlantUML @startuml Alice -> Bob: Authentication Request Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request Alice <-- Bob: another authentication Response @enduml }}}
results in something like:
More information on the PlantUML language can be found in PlantUML Website
Recent Changes
- 17025 by rjollos on 2018-01-28 11:38:22
-
TracPlantUml 2.3dev: Fix
usemap
attribute not prefixed with#
Patch by dries.decock@...
Fixes #13366.
- 16814 by rjollos on 2017-09-18 21:16:12
-
TracPlantUml 2.2: Tag version 2.2
Refs #13271.
- 16812 by rjollos on 2017-09-13 21:12:29
-
TracPlantUml 2.2.0dev: Update copyright year
(more)
Author/Contributors
Author: airadier
Maintainers: airadier, rjollos
Contributors: ebencheung
License: GPL
Attachments (1)
- sequence.PNG (6.2 KB) - added by 6 years ago.
Download all attachments as: .zip