view example/process.gv.txt @ 6:85f84b928768

correct package name spelling
author k0s <k0scist@gmail.com>
date Sun, 17 Jan 2010 19:53:57 -0500
parents 1a267297f779
children
line wrap: on
line source

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"];
};