committers-doc.dot revision 173022
1# $FreeBSD: head/share/misc/committers-doc.dot 173022 2007-10-26 13:44:46Z jkois $
2
3# This file is meant to list all FreeBSD doc+www committers and describe the
4# mentor-mentee relationships between them.
5# The graphical output can be generated from this file with the following
6# command:
7# $ dot -T png -o file.png committers-doc.dot
8#
9# The dot binary is part of the graphics/graphviz port.
10
11digraph doc {
12
13# Node definitions follow this example:
14#
15#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
16#
17# ????/??/?? is the date when the commit bit was obtained, usually the one you
18# can find looking at CVS logs for the access (or avail) file under CVSROOT.
19# Use YYYY/MM/DD format.
20#
21# For returned commit bits, the node definition will follow this example:
22#
23#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
24#
25# The first date is the same as for an active committer, the second date is
26# the date when the commit bit has been returned. Again, check CVS logs.
27
28node [color=grey62, style=filled, bgcolor=black];
29
30# Alumni go here. Try to keep things sorted.
31
32node [color=lightblue2, style=filled, bgcolor=black];
33
34# Current doc committers go here. Try to keep things sorted.
35
36ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
37ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
38blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
39bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
40brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
41brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
42bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
43ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
44chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
45danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
46den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
47delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
48gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
49garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
50jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
51jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
52jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
53jkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
54joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
55josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
56keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
57loader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
58linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
59marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
60murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
61nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
62pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
63remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
64roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
65simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
66trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
67
68# Here are the mentor/mentee relationships.
69# Group together all the mentees for a particular mentor.
70# Keep the list sorted by mentor login.
71
72blackend -> ale
73
74brueffer -> joel
75
76ceri -> brd
77ceri -> brueffer
78ceri -> linimon
79ceri -> roam
80ceri -> simon
81
82den -> marck
83
84delphij -> chinsan
85delphij -> loader
86
87jesusr -> jcamou
88
89jim -> trhodes
90
91jkois -> miwi
92
93keramida -> blackend
94keramida -> danger
95keramida -> gabor
96keramida -> garys
97keramida -> pav
98
99marck -> bvs
100
101mheinen -> jkois
102
103murray -> ceri
104murray -> delphij
105
106nik -> bmah
107nik -> keramida
108
109remko -> jkois
110
111simon -> josef
112simon -> remko
113
114trhodes -> danger
115trhodes -> jcamou
116}
117