committers-doc.dot revision 178424
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 178424 2008-04-22 15:42:20Z pgj $
2168054Sflz
3168266Sgabor# This file is meant to list all FreeBSD doc+www committers and describe the
4168266Sgabor# mentor-mentee relationships between them.
5168266Sgabor# The graphical output can be generated from this file with the following
6168266Sgabor# command:
7168266Sgabor# $ dot -T png -o file.png committers-doc.dot
8168266Sgabor#
9168266Sgabor# The dot binary is part of the graphics/graphviz port.
10168266Sgabor
11168054Sflzdigraph doc {
12168054Sflz
13168064Sflz# Node definitions follow this example:
14168064Sflz#
15168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16168064Sflz#
17168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
18168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
19168096Sceri# Use YYYY/MM/DD format.
20168064Sflz#
21168064Sflz# For returned commit bits, the node definition will follow this example:
22168064Sflz#
23168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
24168064Sflz#
25168064Sflz# The first date is the same as for an active committer, the second date is
26168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
27168064Sflz
28168054Sflznode [color=grey62, style=filled, bgcolor=black];
29168054Sflz
30168064Sflz# Alumni go here. Try to keep things sorted.
31168054Sflz
32168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
33168054Sflz
34168054Sflz# Current doc committers go here. Try to keep things sorted.
35168054Sflz
36168262Sacheache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
37168126Saleale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
38168146Skeramidablackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
39168131Sbmahbmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
40168096Sceribrd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
41168096Sceribrueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
42168062Sgaborbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
43168096Scericeri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
44168129Sdelphijchinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
45168095Skeramidadanger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
46168058Smarckden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
47168129Sdelphijdelphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
48168062Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
49176621Sganboldganbold [label="Ganbold Tsagaankhuu\nganbold@FreeBSD.org\n2007/02/26"]
50168095Skeramidagarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
51168225Strhodesjcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
52168225Strhodesjesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
53168095Skeramidajim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
54173022Sjkoisjkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
55168112Sjoeljoel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
56168114Ssimonjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
57168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
58171701Sloaderloader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
59168096Scerilinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
60168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
61173033Smiwimiwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"]
62168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
63168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
64168114Ssimonpav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
65178424Spgjpgj [label="Gabor Pali\npgj@FreeBSD.org\n2008/04/21"]
66168114Ssimonremko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
67168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
68168114Ssimonsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
69168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
70168058Smarck
71168054Sflz# Here are the mentor/mentee relationships.
72168064Sflz# Group together all the mentees for a particular mentor.
73168064Sflz# Keep the list sorted by mentor login.
74168054Sflz
75168126Saleblackend -> ale
76168126Sale
77168112Sjoelbrueffer -> joel
78168112Sjoel
79168096Scericeri -> brd
80168096Scericeri -> brueffer
81168096Scericeri -> linimon
82168096Scericeri -> roam
83168096Scericeri -> simon
84168096Sceri
85168064Sflzden -> marck
86168064Sflz
87168129Sdelphijdelphij -> chinsan
88171701Sloaderdelphij -> loader
89168129Sdelphij
90178424Spgjgabor -> pgj
91178424Spgj
92168225Strhodesjesusr -> jcamou
93168225Strhodes
94168095Skeramidajim -> trhodes
95168095Skeramida
96173022Sjkoisjkois -> miwi
97173022Sjkois
98168146Skeramidakeramida -> blackend
99168095Skeramidakeramida -> danger
100168062Sgaborkeramida -> gabor
101176621Sganboldkeramida -> ganbold
102168095Skeramidakeramida -> garys
103168095Skeramidakeramida -> pav
104168062Sgabor
105168058Smarckmarck -> bvs
106168058Smarck
107173022Sjkoismheinen -> jkois
108173022Sjkois
109168096Scerimurray -> ceri
110168129Sdelphijmurray -> delphij
111168096Sceri
112168131Sbmahnik -> bmah
113168093Skeramidanik -> keramida
114168093Skeramida
115173022Sjkoisremko -> jkois
116173022Sjkois
117168114Ssimonsimon -> josef
118168114Ssimonsimon -> remko
119168114Ssimon
120168095Skeramidatrhodes -> danger
121168225Strhodestrhodes -> jcamou
122168054Sflz}
123