committers-doc.dot revision 168096
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168096 2007-03-30 22:06:56Z ceri $
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"]
37168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
38168096Scerilinimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
39168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
40168096Scerimurray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
41168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
42168096Sceriroam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
43168096Scerisimon [label="Simon Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
44168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
45168095Skeramidapav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
46168058Smarck
47168054Sflz# Here are the mentor/mentee relationships.
48168064Sflz# Group together all the mentees for a particular mentor.
49168064Sflz# Keep the list sorted by mentor login.
50168054Sflz
51168096Scericeri -> brd
52168096Scericeri -> brueffer
53168096Scericeri -> linimon
54168096Scericeri -> roam
55168096Scericeri -> simon
56168096Sceri
57168064Sflzden -> marck
58168064Sflz
59168095Skeramidajim -> trhodes
60168095Skeramida
61168095Skeramidakeramida -> danger
62168062Sgaborkeramida -> gabor
63168095Skeramidakeramida -> garys
64168095Skeramidakeramida -> pav
65168062Sgabor
66168058Smarckmarck -> bvs
67168058Smarck
68168096Scerimurray -> ceri
69168096Sceri
70168093Skeramidanik -> keramida
71168093Skeramida
72168095Skeramidatrhodes -> danger
73168095Skeramida
74168054Sflz}
75