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" ]
19 of1 -> "personal branches"
21 of1 -> "'wild' repos\n(ad hoc, user-created, repos)"
23 node [ fontcolor = red color = red ]
24 of2 [ label = "other features" ]
26 of2 -> "gitweb and\ngit-daemon"
28 cust [ label = "customising\ngitolite" ]
30 cust -> "types of non-core\nprograms"
31 ncs [ style=filled fillcolor=cyan label = "non-core programs\nshipped with gitolite" ]
33 cust -> "writing your own"