robtaylor / ikiwiki-uml

Ikiwiki plugin to render UML using PlantUML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UML Diagramming for Ikiwiki

Install

Just run make, this will do a use-local install of the plugin.

Usage

Do something like:

 [[!uml src="
  lice -> Bob: Authentication Request
  Bob --> Alice: Authentication Response

  Alice -> Bob: Another authentication Request
  Alice <-- Bob: another authentication Response
" ]]

For the rest of PlantUML's syntax, read the PlantUML Language Reference Guide

About

Ikiwiki plugin to render UML using PlantUML


Languages

Language:Perl 100.0%