committers-doc.dot revision 179281
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 179281 2008-05-24 08:49:55Z manolis $
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"]
49178437Sganboldganbold [label="Ganbold Tsagaankhuu\nganbold@FreeBSD.org\n2008/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"]
60179281Smanolismanolis [label="Manolis Kiagias\nmanolis@FreeBSD.org\n2008/05/24"]
61168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
62173033Smiwimiwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"]
63168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
64168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
65168114Ssimonpav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
66178424Spgjpgj [label="Gabor Pali\npgj@FreeBSD.org\n2008/04/21"]
67168114Ssimonremko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
68168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
69168114Ssimonsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
70168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
71168058Smarck
72168054Sflz# Here are the mentor/mentee relationships.
73168064Sflz# Group together all the mentees for a particular mentor.
74168064Sflz# Keep the list sorted by mentor login.
75168054Sflz
76168126Saleblackend -> ale
77168126Sale
78168112Sjoelbrueffer -> joel
79168112Sjoel
80168096Scericeri -> brd
81168096Scericeri -> brueffer
82168096Scericeri -> linimon
83168096Scericeri -> roam
84168096Scericeri -> simon
85168096Sceri
86168064Sflzden -> marck
87168064Sflz
88168129Sdelphijdelphij -> chinsan
89171701Sloaderdelphij -> loader
90168129Sdelphij
91178424Spgjgabor -> pgj
92179281Smanolisgabor -> manolis
93178424Spgj
94168225Strhodesjesusr -> jcamou
95168225Strhodes
96168095Skeramidajim -> trhodes
97168095Skeramida
98173022Sjkoisjkois -> miwi
99173022Sjkois
100168146Skeramidakeramida -> blackend
101168095Skeramidakeramida -> danger
102168062Sgaborkeramida -> gabor
103176621Sganboldkeramida -> ganbold
104168095Skeramidakeramida -> garys
105168095Skeramidakeramida -> pav
106168062Sgabor
107168058Smarckmarck -> bvs
108168058Smarck
109173022Sjkoismheinen -> jkois
110173022Sjkois
111168096Scerimurray -> ceri
112168129Sdelphijmurray -> delphij
113168096Sceri
114168131Sbmahnik -> bmah
115168093Skeramidanik -> keramida
116168093Skeramida
117173022Sjkoisremko -> jkois
118173022Sjkois
119168114Ssimonsimon -> josef
120168114Ssimonsimon -> remko
121168114Ssimon
122168095Skeramidatrhodes -> danger
123168225Strhodestrhodes -> jcamou
124168054Sflz}
125