PmWiki integration

Description

This recipe uses PlantUML to produce UML diagrams inside PmWiki.

The syntax is described on the PlantUML website.

Images are generated by the online service http://www.plantuml.com.

Installation

Download [[pmplantuml_php.txt|pmplantuml.php]] file and copy if into your cookbook directory (e.g. /…​/pmwiki/cookbook) with the correct name pmplantuml.php.

Include the following line in your local/config.php :

include_once("$FarmD/cookbook/pmplantuml.php");

Usage

You can use standard @startuml and @enduml keywords into your page:

The images are generated automatically:

pmwiki03