Mercurial > hg > contenttransformer
diff example/process.gv.txt @ 3:1a267297f779
graphviz now works, giving real version
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 14 Jan 2010 00:16:34 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example/process.gv.txt Thu Jan 14 00:16:34 2010 -0500 @@ -0,0 +1,13 @@ +digraph g { +start -> types; +start [label="new project"]; +types [label="pastescript template"]; +types -> templates [dir=none]; +templates [ + label="webob_view|genshi_view|console_script" + shape="record"]; +types -> development; +development -> types; +development -> integration; +integration [label="integration with website + middleware"]; +};