committers-doc.dot revision 168095
1# $FreeBSD: head/share/misc/committers-doc.dot 168095 2007-03-30 21:59:58Z keramida $
2
3digraph doc {
4
5# Node definitions follow this example:
6#
7#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8#
9# ????/??/?? is the date when the commit bit was obtained, usually the one you
10# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11#
12# For returned commit bits, the node definition will follow this example:
13#
14#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15#
16# The first date is the same as for an active committer, the second date is
17# the date when the commit bit has been returned. Again, check CVS logs.
18
19node [color=grey62, style=filled, bgcolor=black];
20
21# Alumni go here. Try to keep things sorted.
22
23node [color=lightblue2, style=filled, bgcolor=black];
24
25# Current doc committers go here. Try to keep things sorted.
26
27bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
28danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
29den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
30gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
31garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
32jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
33keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
34marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
35nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
36trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
37pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
38
39# Here are the mentor/mentee relationships.
40# Group together all the mentees for a particular mentor.
41# Keep the list sorted by mentor login.
42
43den -> marck
44
45jim -> trhodes
46
47keramida -> danger
48keramida -> gabor
49keramida -> garys
50keramida -> pav
51
52marck -> bvs
53
54nik -> keramida
55
56trhodes -> danger
57
58}
59