Plantuml toolset
Go to file
2016-02-18 15:39:20 +03:00
examples Provider simplier validation and an example 2016-02-02 20:41:38 +03:00
LICENSE License upder APL 2.0 2016-02-04 20:18:30 +03:00
README.md Find wsds recursively + allow more than one format at a time 2016-02-04 19:32:19 +03:00
skin.iwsd Add some skinning 2016-02-12 13:10:02 +03:00
style.isvg Initial commit 2016-01-26 12:23:54 +03:00
super-serious-skin.iwsd Add some skinning 2016-02-12 13:10:02 +03:00
super-serious-style.isvg Add super serious styleset 2016-02-03 19:57:09 +03:00
wsd.mk Proper recursive search 2016-02-18 15:39:20 +03:00

Plantuml toolset

A couple of helpful shortcuts to generate svg or png images out of plantuml diagrams. Wacky skin included.

See it yourself:

Using

It is better to include it in your handcrafted Makefile like that:

include plantuml-toolset/wsd.mk
...

After that you can invoke it in a number of ways:

# Find all *.wsd in the current directory recursively and make svg's out of them
$ make

# Same but make png's
$ make FORMAT=png

# Same but make both png's and svg's
$ make FORMAT="png svg"

# Make examples/conversation.png
$ make FORMAT=png examples/conversation.wsd

The more you know. If you want to render png's properly be sure to install Neucha system wide.