diff plugin-model.gv.txt @ 0:b0942f44413f

import from git://github.com/mozilla/toolbox.git
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 09:15:35 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugin-model.gv.txt	Sun May 11 09:15:35 2014 -0700
@@ -0,0 +1,14 @@
+#!/usr/bin/fdp -Tpng
+
+graph architecture {
+ rankdir=LR;
+ dispatcher -- templates;
+ dispatcher -- about;
+ dispatcher -- model;
+ model -- model_backends [label="plugin"];
+ dispatcher -- handlers [label="plugin"];
+ templates [shape=folder];
+ about [shape=note];
+ model_backends [shape=record label="memory_cache|file_cache|couch" rankdir=TB];
+ handlers [shape=record label="handlers|...|...|"];
+}