]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/misc/committers-doc.dot
Import of liblzma, xz, xzdec, lzmainfo from vendor branch
[FreeBSD/FreeBSD.git] / share / misc / committers-doc.dot
1 # $FreeBSD$
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
11 digraph 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
28 node [color=grey62, style=filled, bgcolor=black];
29
30 # Alumni go here. Try to keep things sorted.
31
32 node [color=lightblue2, style=filled, bgcolor=black];
33
34 # Current doc committers go here. Try to keep things sorted.
35
36 ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
37 ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
38 bcr [label="Benedict Reuschling\nbcr@FreeBSD.org\n2009/12/24"]
39 blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
40 bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
41 brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
42 brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
43 bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
44 ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
45 chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
46 danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
47 den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
48 delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
49 gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
50 ganbold [label="Ganbold Tsagaankhuu\nganbold@FreeBSD.org\n2008/02/26"]
51 garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
52 jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
53 jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
54 jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
55 jkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
56 joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
57 josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
58 keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
59 loader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
60 linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
61 manolis [label="Manolis Kiagias\nmanolis@FreeBSD.org\n2008/05/24"]
62 marcel [label="Marcel Moolenaar\nmarcel@FreeBSD.org\n1999/07/03"]
63 marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
64 miwi [label="Martin Wilke\nmiwi@FreeBSD.org\n2007/10/26"]
65 murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
66 nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
67 pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
68 pgj [label="Gabor Pali\npgj@FreeBSD.org\n2008/04/21"]
69 remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
70 rene [label="Rene Ladan\nrene@FreeBSD.org\n2008/11/03"]
71 roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
72 simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
73 trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
74
75 # Here are the mentor/mentee relationships.
76 # Group together all the mentees for a particular mentor.
77 # Keep the list sorted by mentor login.
78
79 blackend -> ale
80
81 brueffer -> joel
82
83 ceri -> brd
84 ceri -> brueffer
85 ceri -> linimon
86 ceri -> roam
87 ceri -> simon
88
89 den -> marck
90
91 delphij -> chinsan
92 delphij -> loader
93
94 gabor -> pgj
95 gabor -> manolis
96
97 jesusr -> jcamou
98
99 jim -> trhodes
100
101 jkois -> miwi
102 jkois -> bcr
103
104 keramida -> blackend
105 keramida -> danger
106 keramida -> gabor
107 keramida -> ganbold
108 keramida -> garys
109 keramida -> pav
110
111 marck -> bvs
112
113 mheinen -> jkois
114
115 murray -> ceri
116 murray -> delphij
117
118 nik -> bmah
119 nik -> keramida
120
121 remko -> jkois
122 remko -> rene
123
124 simon -> josef
125 simon -> remko
126
127 trhodes -> danger
128 trhodes -> jcamou
129 }