MoinDot

I want the ability to embed DOT graphs into my wiki pages. Just thought of this yesterday, and of course someone else has already done it — using moindot —- a webdot plugin for the MoinMoin wiki

So - I can now type a DOT graph {a -> b; b->c; a -> c; } on my wiki and see the rendered DOT version — way cool. You can supposedly do image maps with this as well, but so far I’ve had no luck with this — I may have to tweak the python a bit more.

Great for quick and dirty (or automatic) generation of diagrams… now how to hook that into our project…

Leave a Reply