committers-doc.dot revision 168095
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168095 2007-03-30 21:59:58Z keramida $
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.
11168064Sflz#
12168064Sflz# For returned commit bits, the node definition will follow this example:
13168064Sflz#
14168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15168064Sflz#
16168064Sflz# The first date is the same as for an active committer, the second date is
17168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
18168064Sflz
19168054Sflznode [color=grey62, style=filled, bgcolor=black];
20168054Sflz
21168064Sflz# Alumni go here. Try to keep things sorted.
22168054Sflz
23168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
24168054Sflz
25168054Sflz# Current doc committers go here. Try to keep things sorted.
26168054Sflz
27168062Sgaborbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
28168095Skeramidadanger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
29168058Smarckden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
30168062Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
31168095Skeramidagarys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
32168095Skeramidajim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
33168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
34168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
35168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
36168095Skeramidatrhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
37168095Skeramidapav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
38168058Smarck
39168054Sflz# Here are the mentor/mentee relationships.
40168064Sflz# Group together all the mentees for a particular mentor.
41168064Sflz# Keep the list sorted by mentor login.
42168054Sflz
43168064Sflzden -> marck
44168064Sflz
45168095Skeramidajim -> trhodes
46168095Skeramida
47168095Skeramidakeramida -> danger
48168062Sgaborkeramida -> gabor
49168095Skeramidakeramida -> garys
50168095Skeramidakeramida -> pav
51168062Sgabor
52168058Smarckmarck -> bvs
53168058Smarck
54168093Skeramidanik -> keramida
55168093Skeramida
56168095Skeramidatrhodes -> danger
57168095Skeramida
58168054Sflz}
59