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