committers-doc.dot revision 168131
1# $FreeBSD: head/share/misc/committers-doc.dot 168131 2007-03-31 14:29:39Z bmah $
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
28ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
29bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
30brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
31brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
32bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
33ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
34chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
35danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
36den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
37delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
38gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
39garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
40jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
41joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
42josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
43keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
44linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
45marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
46murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
47nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
48pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
49remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
50roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
51simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
52trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
53
54# Here are the mentor/mentee relationships.
55# Group together all the mentees for a particular mentor.
56# Keep the list sorted by mentor login.
57
58blackend -> ale
59
60brueffer -> joel
61
62ceri -> brd
63ceri -> brueffer
64ceri -> linimon
65ceri -> roam
66ceri -> simon
67
68den -> marck
69
70delphij -> chinsan
71
72jim -> trhodes
73
74keramida -> danger
75keramida -> gabor
76keramida -> garys
77keramida -> pav
78
79marck -> bvs
80
81murray -> ceri
82murray -> delphij
83
84nik -> bmah
85nik -> keramida
86
87simon -> josef
88simon -> remko
89
90trhodes -> danger
91
92}
93