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 CVS logs for the access (or avail) file under CVSROOT.
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 CVS logs.
27
28node [color=grey62, style=filled, bgcolor=black];
29
30# Alumni go here. Try to keep things sorted.
31
32node [color=lightblue2, style=filled, bgcolor=black];
33
34# Current doc committers go here. Try to keep things sorted.
35
36ache [label="Andrey Chernov\[email protected]\n1997/06/13"]
37ale [label="Alex Dupre\[email protected]\n2003/12/22"]
38bcr [label="Benedict Reuschling\[email protected]\n2009/12/24"]
39blackend [label="Marc Fonvieille\[email protected]\n2002/06/16"]
40bmah [label="Bruce A. Mah\[email protected]\n2000/08/22"]
41brd [label="Brad Davis\[email protected]\n2005/06/01"]
42brueffer [label="Christian Brueffer\[email protected]\n2003/01/13"]
43bvs [label="Vitaly Bogdanov\[email protected]\n2005/10/03"]
44ceri [label="Ceri Davies\[email protected]\n2002/03/17"]
45chinsan [label="Chinsan Huang\[email protected]\n2006/09/20"]
46danger [label="Daniel Gerzo\[email protected]\n2006/08/20"]
47den [label="Denis Peplin\[email protected]\n2003/09/13"]
48delphij [label="Xin Li\[email protected]\n2004/09/14"]
49gabor [label="Gabor Kovesdan\[email protected]\n2007/02/02"]
50ganbold [label="Ganbold Tsagaankhuu\[email protected]\n2008/02/26"]
51garys [label="Gary W. Swearingen\[email protected]\n2005/08/21"]
52jcamou [label="Jesus R. Camou\[email protected]\n2005/03/02"]
53jesusr [label="Jesus Rodriguez Cuesta\[email protected]\n1998/12/10"]
54jim [label="Jim Mock\[email protected]\n1999/08/11\n2003/12/15"]
55jkois [label="Johann Kois\[email protected]\n2004/11/11"]
56joel [label="Joel Dahl\[email protected]\n2005/04/05"]
57josef [label="Josef El-Rayes\[email protected]\n2004/01/15"]
58keramida [label="Giorgos Keramidas\[email protected]\n2001/10/12"]
59loader [label="Fukang Chen\[email protected]\n2007/07/30"]
60linimon [label="Mark Linimon\[email protected]\n2004/03/31"]
61manolis [label="Manolis Kiagias\[email protected]\n2008/05/24"]
62marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03"]
63marck [label="Dmitry Morozovsky\[email protected]\n2004/08/10"]
64maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"]
65miwi [label="Martin Wilke\[email protected]\n2007/10/26"]
66murray [label="Murray Stokely\[email protected]\n2000/04/05"]
67nik [label="Nik Clayton\[email protected]\n1998/02/26"]
68pav [label="Pav Lucistnik\[email protected]\n2005/08/12"]
69pgj [label="Gabor Pali\[email protected]\n2008/04/21"]
70remko [label="Remko Lodder\[email protected]\n2004/10/16"]
71rene [label="Rene Ladan\[email protected]\n2008/11/03"]
72roam [label="Peter Pentchev\[email protected]\n2003/02/14"]
73simon [label="Simon L. Nielsen\[email protected]\n2003/07/20"]
74taras [label="Taras Korenko\[email protected]\n2010/06/25"]
75trhodes [label="Tom Rhodes\[email protected]\n2002/03/25"]
76
77# Here are the mentor/mentee relationships.
78# Group together all the mentees for a particular mentor.
79# Keep the list sorted by mentor login.
80
81blackend -> ale
82
83brueffer -> joel
84
85ceri -> brd
86ceri -> brueffer
87ceri -> linimon
88ceri -> roam
89ceri -> simon
90
91den -> marck
92
93delphij -> chinsan
94delphij -> loader
95
96gabor -> pgj
97gabor -> manolis
98gabor -> taras
99
100jesusr -> jcamou
101
102jim -> trhodes
103
104jkois -> miwi
105jkois -> bcr
106
107keramida -> blackend
108keramida -> danger
109keramida -> gabor
110keramida -> ganbold
111keramida -> garys
112keramida -> pav
113
114marck -> bvs
115marck -> taras
116
117maxim -> taras
118
119mheinen -> jkois
120
121murray -> ceri
122murray -> delphij
123
124nik -> bmah
125nik -> keramida
126
127remko -> jkois
128remko -> rene
129
130simon -> josef
131simon -> remko
132
133trhodes -> danger
134trhodes -> jcamou
135}
136