summaryrefslogtreecommitdiffstats
path: root/share/misc/committers-doc.dot
blob: eace1b6382f9480c7f2f3f256d0d9ac9019d5b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# $FreeBSD$

digraph doc {

# Node definitions follow this example:
#
#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
#
# ????/??/?? is the date when the commit bit was obtained, usually the one you
# can find looking at CVS logs for the access (or avail) file under CVSROOT.
# Use YYYY/MM/DD format.
#
# For returned commit bits, the node definition will follow this example:
#
#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
#
# The first date is the same as for an active committer, the second date is
# the date when the commit bit has been returned. Again, check CVS logs.

node [color=grey62, style=filled, bgcolor=black];

# Alumni go here. Try to keep things sorted.

node [color=lightblue2, style=filled, bgcolor=black];

# Current doc committers go here. Try to keep things sorted.

brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
simon [label="Simon Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]

# Here are the mentor/mentee relationships.
# Group together all the mentees for a particular mentor.
# Keep the list sorted by mentor login.

brueffer -> joel

ceri -> brd
ceri -> brueffer
ceri -> linimon
ceri -> roam
ceri -> simon

den -> marck

jim -> trhodes

keramida -> danger
keramida -> gabor
keramida -> garys
keramida -> pav

marck -> bvs

murray -> ceri

nik -> keramida

trhodes -> danger

}
OpenPOWER on IntegriCloud