committers-doc.dot revision 168131
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168131 2007-03-31 14:29:39Z bmah $
2168054Sflz
3168054Sflzdigraph doc {
4168054Sflz
5168064Sflz# Node definitions follow this example:
6168064Sflz#
7168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8168064Sflz#
9168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
10168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11168096Sceri# Use YYYY/MM/DD format.
12168064Sflz#
13168064Sflz# For returned commit bits, the node definition will follow this example:
14168064Sflz#
15168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
16168064Sflz#
17168064Sflz# The first date is the same as for an active committer, the second date is
18168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
19168064Sflz
20168054Sflznode [color=grey62, style=filled, bgcolor=black];
21168054Sflz
22168064Sflz# Alumni go here. Try to keep things sorted.
23168054Sflz
24168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
25168054Sflz
26168054Sflz# Current doc committers go here. Try to keep things sorted.
27168054Sflz
28168126Saleale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
29168131Sbmahbmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
30168096Sceribrd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
31168096Sceribrueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
32168062Sgaborbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
33168096Scericeri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
34168129Sdelphijchinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
35168095Skeramidadanger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
36168058Smarckden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
37168129Sdelphijdelphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
38168062Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
39168095Skeramidagarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
40168095Skeramidajim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
41168112Sjoeljoel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
42168114Ssimonjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
43168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
44168096Scerilinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
45168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
46168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
47168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
48168114Ssimonpav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
49168114Ssimonremko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
50168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
51168114Ssimonsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
52168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
53168058Smarck
54168054Sflz# Here are the mentor/mentee relationships.
55168064Sflz# Group together all the mentees for a particular mentor.
56168064Sflz# Keep the list sorted by mentor login.
57168054Sflz
58168126Saleblackend -> ale
59168126Sale
60168112Sjoelbrueffer -> joel
61168112Sjoel
62168096Scericeri -> brd
63168096Scericeri -> brueffer
64168096Scericeri -> linimon
65168096Scericeri -> roam
66168096Scericeri -> simon
67168096Sceri
68168064Sflzden -> marck
69168064Sflz
70168129Sdelphijdelphij -> chinsan
71168129Sdelphij
72168095Skeramidajim -> trhodes
73168095Skeramida
74168095Skeramidakeramida -> danger
75168062Sgaborkeramida -> gabor
76168095Skeramidakeramida -> garys
77168095Skeramidakeramida -> pav
78168062Sgabor
79168058Smarckmarck -> bvs
80168058Smarck
81168096Scerimurray -> ceri
82168129Sdelphijmurray -> delphij
83168096Sceri
84168131Sbmahnik -> bmah
85168093Skeramidanik -> keramida
86168093Skeramida
87168114Ssimonsimon -> josef
88168114Ssimonsimon -> remko
89168114Ssimon
90168095Skeramidatrhodes -> danger
91168095Skeramida
92168054Sflz}
93