Mercurial > hg > contenttransformer
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2:1e2c475015d8 | 3:1a267297f779 |
|---|---|
| 1 digraph g { | |
| 2 start -> types; | |
| 3 start [label="new project"]; | |
| 4 types [label="pastescript template"]; | |
| 5 types -> templates [dir=none]; | |
| 6 templates [ | |
| 7 label="webob_view|genshi_view|console_script" | |
| 8 shape="record"]; | |
| 9 types -> development; | |
| 10 development -> types; | |
| 11 development -> integration; | |
| 12 integration [label="integration with website + middleware"]; | |
| 13 }; |
