committers-doc.dot revision 173033
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 173033 2007-10-26 18:46:52Z miwi $
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
32216982Sgavinnode [color=lightblue2, style=filled, bgcolor=black];
33216982Sgavin
34216982Sgavin# Current doc committers go here. Try to keep things sorted.
35216982Sgavin
36216982Sgavinache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
37216982Sgavinale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
38216982Sgavinblackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
39216982Sgavinbmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
40216982Sgavinbrd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
41216982Sgavinbrueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
42216982Sgavinbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
43216982Sgavinceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
44216982Sgavinchinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
45168054Sflzdanger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
46168054Sflzden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
47168054Sflzdelphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
48168054Sflzgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
49168126Salegarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
50201514Sbcrjcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
51168146Skeramidajesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
52168096Scerijim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
53168096Scerijkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
54168096Scerijoel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
55168129Sdelphijjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
56168095Skeramidakeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
57168129Sdelphijloader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
58168062Sgaborlinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
59178437Sganboldmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
60216986Skeramidamiwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"]
61216986Skeramidamurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
62173022Sjkoisnik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
63168112Sjoelpav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
64168062Sgaborremko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
65216982Sgavinroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
66171701Sloadersimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
67179281Smanolistrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
68180226Smarcel
69168058Smarck# Here are the mentor/mentee relationships.
70209623Smaxim# Group together all the mentees for a particular mentor.
71173033Smiwi# Keep the list sorted by mentor login.
72168096Sceri
73168114Ssimonblackend -> ale
74168114Ssimon
75184655Sremkobrueffer -> joel
76168096Sceri
77217646Sryusukeceri -> brd
78168114Ssimonceri -> brueffer
79209623Smaximceri -> linimon
80168095Skeramidaceri -> roam
81168058Smarckceri -> simon
82168054Sflz
83168064Sflzden -> marck
84168064Sflz
85168054Sflzdelphij -> chinsan
86168126Saledelphij -> loader
87168126Sale
88168112Sjoeljesusr -> jcamou
89168112Sjoel
90168096Scerijim -> trhodes
91168096Sceri
92168096Scerijkois -> miwi
93168096Sceri
94168096Scerikeramida -> blackend
95168096Scerikeramida -> danger
96168064Sflzkeramida -> gabor
97168064Sflzkeramida -> garys
98168129Sdelphijkeramida -> pav
99171701Sloader
100168129Sdelphijmarck -> bvs
101178424Spgj
102179281Smanolismheinen -> jkois
103209623Smaxim
104178424Spgjmurray -> ceri
105168225Strhodesmurray -> delphij
106168225Strhodes
107168095Skeramidanik -> bmah
108168095Skeramidanik -> keramida
109173022Sjkois
110201514Sbcrremko -> jkois
111216987Skeramida
112173022Sjkoissimon -> josef
113168146Skeramidasimon -> remko
114168095Skeramida
115168062Sgabortrhodes -> danger
116176621Sganboldtrhodes -> jcamou
117168095Skeramida}
118216986Skeramida