UmlSequence Parser

Description

The UmlSequence parser allows you to create UML diagrams inside Moin.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

umlsequence.py

1.0

1.5

ParserMarket/UmlSequence/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires umlgraph to be installed.

Usage

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

Example

{{{#!umlsequence
S : s:Switch
P : p:Pump

S -> P run()
S -> P stop()
}}}

For more detailed examples, see /Examples

This parser is copyrighted by PascalBauermeister

License

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

Discussion

MoinMoin: ParserMarket/UmlSequence (last edited 2008-01-29 10:32:59 by FedericoLorenzi)