1# $FreeBSD$
2
3# This file is meant to list all FreeBSD doc+www committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-doc.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph doc {
12
13# Node definitions follow this example:
14#
15#   foo [label="Foo Bar\[email protected]\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
18# can find looking at svn logs for the svnadmin/access file.
19# Use YYYY/MM/DD format.
20#
21# For returned commit bits, the node definition will follow this example:
22#
23#   foo [label="Foo Bar\[email protected]\n????/??/??\n????/??/??"]
24#
25# The first date is the same as for an active committer, the second date is
26# the date when the commit bit has been returned. Again, check svn logs.
27
28node [color=grey62, style=filled, bgcolor=black];
29
30# Alumni go here. Try to keep things sorted.
31
32ache [label="Andrey Chernov\[email protected]\n1997/06/13\n2010/12/11"]
33bmah [label="Bruce A. Mah\[email protected]\n2000/08/22\n2009/09/13"]
34bvs [label="Vitaly Bogdanov\[email protected]\n2005/10/03\n2010/12/11"]
35ceri [label="Ceri Davies\[email protected]\n2002/03/17\n2012/02/29"]
36den [label="Denis Peplin\[email protected]\n2003/09/13\n2009/07/09"]
37garys [label="Gary W. Swearingen\[email protected]\n2005/08/21\n2008/03/02"]
38jcamou [label="Jesus R. Camou\[email protected]\n2005/03/02\n2008/12/20"]
39jesusr [label="Jesus Rodriguez Cuesta\[email protected]\n1998/12/10\n2010/12/11"]
40jim [label="Jim Mock\[email protected]\n1999/08/11\n2003/12/15"]
41josef [label="Josef El-Rayes\[email protected]\n2004/01/15\n2008/03/29"]
42marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03\n2012/04/25"]
43mheinen [label="Martin Heinen\[email protected]\n2002/10/04\n2006/04/26"]
44murray [label="Murray Stokely\[email protected]\n2000/04/05\n2012/04/25"]
45nik [label="Nik Clayton\[email protected]\n1998/02/26\n2008/12/20"]
46pgj [label="Gabor Pali\[email protected]\n2008/04/21\n2010/12/01"]
47roam [label="Peter Pentchev\[email protected]\n2003/02/14\n2012/02/29"]
48
49node [color=lightblue2, style=filled, bgcolor=black];
50
51# Current doc committers go here. Try to keep things sorted.
52
53ale [label="Alex Dupre\[email protected]\n2003/12/22"]
54bcr [label="Benedict Reuschling\[email protected]\n2009/12/24"]
55blackend [label="Marc Fonvieille\[email protected]\n2002/06/16"]
56brd [label="Brad Davis\[email protected]\n2005/06/01"]
57brueffer [label="Christian Brueffer\[email protected]\n2003/01/13"]
58chinsan [label="Chinsan Huang\[email protected]\n2006/09/20"]
59crees [label="Chris Rees\[email protected]\n2013/05/27"]
60danger [label="Daniel Gerzo\[email protected]\n2006/08/20"]
61delphij [label="Xin Li\[email protected]\n2004/09/14"]
62dru [label="Dru Lavigne\[email protected]\n2013/01/22"]
63eadler [label="Eitan Adler\[email protected]\n2012/10/15"]
64ebrandi [label="Edson Brandi\[email protected]\n2012/09/13"]
65gabor [label="Gabor Kovesdan\[email protected]\n2007/02/02"]
66ganbold [label="Ganbold Tsagaankhuu\[email protected]\n2008/02/26"]
67gavin [label="Gavin Atkinson\[email protected]\n2011/07/18"]
68gjb [label="Glen Barber\[email protected]\n2010/09/01"]
69hrs [label="Hiroki Sato\[email protected]\n2000/07/06"]
70issyl0 [label="Isabell Long\[email protected]\n2012/04/25"]
71jkois [label="Johann Kois\[email protected]\n2004/11/11"]
72joel [label="Joel Dahl\[email protected]\n2005/04/05"]
73keramida [label="Giorgos Keramidas\[email protected]\n2001/10/12"]
74linimon [label="Mark Linimon\[email protected]\n2004/03/31"]
75loader [label="Fukang Chen\[email protected]\n2007/07/30"]
76manolis [label="Manolis Kiagias\[email protected]\n2008/05/24"]
77marck [label="Dmitry Morozovsky\[email protected]\n2004/08/10"]
78maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"]
79miwi [label="Martin Wilke\[email protected]\n2007/10/26"]
80pav [label="Pav Lucistnik\[email protected]\n2005/08/12"]
81pluknet [label="Sergey Kandaurov\[email protected]\n2012/02/14"]
82remko [label="Remko Lodder\[email protected]\n2004/10/16"]
83rene [label="Rene Ladan\[email protected]\n2008/11/03"]
84ryusuke [label="Ryusuke Suzuki\[email protected]\n2009/12/21"]
85simon [label="Simon L. Nielsen\[email protected]\n2003/07/20"]
86taras [label="Taras Korenko\[email protected]\n2010/06/25"]
87trhodes [label="Tom Rhodes\[email protected]\n2002/03/25"]
88wblock [label="Warren Block\[email protected]\n2011/09/12"]
89zeising [label="Niclas Zeising\[email protected]\n2012/07/03"]
90
91# Here are the mentor/mentee relationships.
92# Group together all the mentees for a particular mentor.
93# Keep the list sorted by mentor login.
94
95bcr -> gavin
96bcr -> wblock
97bcr -> eadler
98bcr -> dru
99bcr -> crees
100
101blackend -> ale
102
103brueffer -> joel
104
105ceri -> brd
106ceri -> brueffer
107ceri -> linimon
108ceri -> roam
109ceri -> simon
110
111den -> marck
112
113delphij -> chinsan
114delphij -> loader
115
116gabor -> pgj
117gabor -> manolis
118gabor -> taras
119gabor -> issyl0
120gabor -> ebrandi
121
122gjb -> wblock
123gjb -> rene
124gjb -> dru
125gjb -> crees
126
127hrs -> ryusuke
128hrs -> dru
129
130jesusr -> jcamou
131
132jim -> trhodes
133
134jkois -> miwi
135jkois -> bcr
136jkois -> gavin
137jkois -> gjb
138jkois -> eadler
139
140joel -> zeising
141
142keramida -> blackend
143keramida -> danger
144keramida -> gabor
145keramida -> ganbold
146keramida -> garys
147keramida -> gjb
148keramida -> pav
149
150marck -> bvs
151marck -> pluknet
152marck -> taras
153
154maxim -> taras
155
156mheinen -> jkois
157
158murray -> ceri
159murray -> delphij
160
161nik -> bmah
162nik -> keramida
163
164remko -> jkois
165remko -> rene
166
167simon -> josef
168simon -> remko
169
170trhodes -> danger
171trhodes -> jcamou
172}
173