committers-doc.dot revision 168262
1# $FreeBSD: head/share/misc/committers-doc.dot 168262 2007-04-02 09:59:55Z ache $
2
3digraph doc {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11# Use YYYY/MM/DD format.
12#
13# For returned commit bits, the node definition will follow this example:
14#
15#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
16#
17# The first date is the same as for an active committer, the second date is
18# the date when the commit bit has been returned. Again, check CVS logs.
19
20node [color=grey62, style=filled, bgcolor=black];
21
22# Alumni go here. Try to keep things sorted.
23
24node [color=lightblue2, style=filled, bgcolor=black];
25
26# Current doc committers go here. Try to keep things sorted.
27
28ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
29ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
30blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
31bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
32brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
33brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
34bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
35ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
36chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
37danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
38den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
39delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
40gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
41garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
42jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
43jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
44jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
45joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
46josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
47keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
48linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
49marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
50murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
51nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
52pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
53remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
54roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
55simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
56trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
57
58# Here are the mentor/mentee relationships.
59# Group together all the mentees for a particular mentor.
60# Keep the list sorted by mentor login.
61
62blackend -> ale
63
64brueffer -> joel
65
66ceri -> brd
67ceri -> brueffer
68ceri -> linimon
69ceri -> roam
70ceri -> simon
71
72den -> marck
73
74delphij -> chinsan
75
76jesusr -> jcamou
77
78jim -> trhodes
79
80keramida -> blackend
81keramida -> danger
82keramida -> gabor
83keramida -> garys
84keramida -> pav
85
86marck -> bvs
87
88murray -> ceri
89murray -> delphij
90
91nik -> bmah
92nik -> keramida
93
94simon -> josef
95simon -> remko
96
97trhodes -> danger
98trhodes -> jcamou
99}
100