PlantUml Parser

Integrates PlantUML as a moin parser.

Description

The PlantUml parser allows you to have plantuml code rendered nicely inside Moin's code blocks. You DO NOT need any server installation, because it will use the public server, but if you configure one for yourself, you can change the variables in your installation and that's it.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

plantumi.py

1.0

1.9

ParserMarket/PlantUml

You can find the latest version in https://bitbucket.org/ikks/moinmoin-plantuml/

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires the plantweb library.

Usage

To use this parser, simply put #!plantumi after the beginning of the code block.

Example

{{{#!plantumi
(*) --> "Escribe algo"
If "¿Buena ortografía?" then
--> [¡Sí!] (*)
else
--> [No :(] "Haz planas"
Endif
--> "Escribe algo"
}}}

That should render something like

simpleaccentsample.png

In the same terms as moinmoin, IgorTamara authored this and is happy that you can use it.

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/PlantUml (last edited 2018-11-19 18:02:21 by ThomasWaldmann)