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