I hacked my install of PhpWiki to support diagramming using Graphviz Dot.
So you can add text to a wiki page like this:
<<<
a -> b -> c;
b -> d -> e;
>>>
...and it will render the corresponding bubble-diagram (actually a
directed graph) in-place.
I did this on PhpWiki Release 1.2.4 but I could probably make it work
on a newer version.
Just thought I'd let you know. Is this something people are interested in?=
?
-Robin
|