Mercurial > hg > toolbox
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:b0942f44413f |
|---|---|
| 1 #!/usr/bin/fdp -Tpng | |
| 2 | |
| 3 graph architecture { | |
| 4 rankdir=LR; | |
| 5 dispatcher -- templates; | |
| 6 dispatcher -- about; | |
| 7 dispatcher -- model; | |
| 8 model -- model_backends [label="plugin"]; | |
| 9 dispatcher -- handlers [label="plugin"]; | |
| 10 templates [shape=folder]; | |
| 11 about [shape=note]; | |
| 12 model_backends [shape=record label="memory_cache|file_cache|couch" rankdir=TB]; | |
| 13 handlers [shape=record label="handlers|...|...|"]; | |
| 14 } |
