(minor) sts app 4 add another common scenario
[gitolite-doc.git] / advanced.gv
blobf03a361f8f8f6980e561068608e5e7dc21121bc0
1 digraph G {
3     node [ shape = box ]
4     edge [ color = gray ]
6     gitolite [ label = "gitolite\nadvanced admnistration" style = filled fillcolor = lightblue ]
7     node [ fontcolor = darkgreen color = darkgreen ]
8     "server-side" -> "the RC file"
9     gitolite -> "server-side" -> "your own hooks"
11     node [ fontcolor = blue color = blue ]
12     gitolite -> "client-side"
13     "client-side" -> "conf file" -> "basic features"
14     "basic features" -> "access rules"
15     "basic features" -> options
16     "basic features" -> "git-config"
17     of1 [ label = "other features" ]
18     "conf file" -> of1
19     of1 -> "personal branches"
20     of1 -> delegation
21     of1 -> "'wild' repos\n(ad hoc, user-created, repos)"
23     node [ fontcolor = red color = red ]
24     of2 [ label = "other features" ]
25     gitolite -> of2
26     of2 -> "gitweb and\ngit-daemon"
27     of2 -> "mirroring"
28     cust [ label = "customising\ngitolite" ]
29     of2 -> cust
30     cust -> "types of non-core\nprograms"
31     ncs [ style=filled fillcolor=cyan label = "non-core programs\nshipped with gitolite" ]
32     cust -> ncs
33     cust -> "writing your own"