Thursday, November 5, 2009

ditaa: I don't knew, that I miss it



Chris (1006.org) has indicate me a java program called "ditaa". It makes UML diagramms (pictures) from ascii text. More example you found on the website "ditaa"

Example: test1.txt

+----------+
| cRED     |
| Cube red |
|          |
+----------+


cmdline: java -jar ditaa0_8.jar -o test1.txt

You can do the same with HTML files.
For this use the tags <pre class="textdiagram">
ditaa will to replace the ascii text with a img tag and generate 
a image in the directory images.

1 Kommentare:

Juri Strumpflohner said...

Hi,

again a post from you :)
Regarding UML diagrams you may find yUML also interesting.

Juri