committers-doc.dot revision 168266
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168266 2007-04-02 11:31:18Z gabor $
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"]
49168095Skeramidagarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
50168225Strhodesjcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
51168225Strhodesjesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
52168095Skeramidajim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
53168112Sjoeljoel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
54168114Ssimonjosef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
55168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
56168096Scerilinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
57168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
58168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
59168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
60168114Ssimonpav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
61168114Ssimonremko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
62168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
63168114Ssimonsimon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
64168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
65168058Smarck
66168054Sflz# Here are the mentor/mentee relationships.
67168064Sflz# Group together all the mentees for a particular mentor.
68168064Sflz# Keep the list sorted by mentor login.
69168054Sflz
70168126Saleblackend -> ale
71168126Sale
72168112Sjoelbrueffer -> joel
73168112Sjoel
74168096Scericeri -> brd
75168096Scericeri -> brueffer
76168096Scericeri -> linimon
77168096Scericeri -> roam
78168096Scericeri -> simon
79168096Sceri
80168064Sflzden -> marck
81168064Sflz
82168129Sdelphijdelphij -> chinsan
83168129Sdelphij
84168225Strhodesjesusr -> jcamou
85168225Strhodes
86168095Skeramidajim -> trhodes
87168095Skeramida
88168146Skeramidakeramida -> blackend
89168095Skeramidakeramida -> danger
90168062Sgaborkeramida -> gabor
91168095Skeramidakeramida -> garys
92168095Skeramidakeramida -> pav
93168062Sgabor
94168058Smarckmarck -> bvs
95168058Smarck
96168096Scerimurray -> ceri
97168129Sdelphijmurray -> delphij
98168096Sceri
99168131Sbmahnik -> bmah
100168093Skeramidanik -> keramida
101168093Skeramida
102168114Ssimonsimon -> josef
103168114Ssimonsimon -> remko
104168114Ssimon
105168095Skeramidatrhodes -> danger
106168225Strhodestrhodes -> jcamou
107168054Sflz}
108