committers-doc.dot revision 168112
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168112 2007-03-31 06:09:10Z joel $
2168054Sflz
3168054Sflzdigraph doc {
4168054Sflz
5168064Sflz# Node definitions follow this example:
6168064Sflz#
7168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8168064Sflz#
9168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
10168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11168096Sceri# Use YYYY/MM/DD format.
12168064Sflz#
13168064Sflz# For returned commit bits, the node definition will follow this example:
14168064Sflz#
15168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
16168064Sflz#
17168064Sflz# The first date is the same as for an active committer, the second date is
18168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
19168064Sflz
20168054Sflznode [color=grey62, style=filled, bgcolor=black];
21168054Sflz
22168064Sflz# Alumni go here. Try to keep things sorted.
23168054Sflz
24168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
25168054Sflz
26168054Sflz# Current doc committers go here. Try to keep things sorted.
27168054Sflz
28168096Sceribrd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
29168096Sceribrueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
30168062Sgaborbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
31168096Scericeri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
32168095Skeramidadanger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
33168058Smarckden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
34168062Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
35168095Skeramidagarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
36168095Skeramidajim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
37168112Sjoeljoel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
38168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
39168096Scerilinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
40168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
41168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
42168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
43168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
44168096Scerisimon [label="Simon Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
45168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
46168095Skeramidapav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
47168058Smarck
48168054Sflz# Here are the mentor/mentee relationships.
49168064Sflz# Group together all the mentees for a particular mentor.
50168064Sflz# Keep the list sorted by mentor login.
51168054Sflz
52168112Sjoelbrueffer -> joel
53168112Sjoel
54168096Scericeri -> brd
55168096Scericeri -> brueffer
56168096Scericeri -> linimon
57168096Scericeri -> roam
58168096Scericeri -> simon
59168096Sceri
60168064Sflzden -> marck
61168064Sflz
62168095Skeramidajim -> trhodes
63168095Skeramida
64168095Skeramidakeramida -> danger
65168062Sgaborkeramida -> gabor
66168095Skeramidakeramida -> garys
67168095Skeramidakeramida -> pav
68168062Sgabor
69168058Smarckmarck -> bvs
70168058Smarck
71168096Scerimurray -> ceri
72168096Sceri
73168093Skeramidanik -> keramida
74168093Skeramida
75168095Skeramidatrhodes -> danger
76168095Skeramida
77168054Sflz}
78