ad86bad261
list the first three as my mentees, and trhodes as co-mentor of danger.
59 lines
1.7 KiB
Plaintext
59 lines
1.7 KiB
Plaintext
# $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.
|
|
#
|
|
# 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.
|
|
|
|
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
|
|
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"]
|
|
keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
|
|
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
|
|
nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
|
|
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.
|
|
|
|
den -> marck
|
|
|
|
jim -> trhodes
|
|
|
|
keramida -> danger
|
|
keramida -> gabor
|
|
keramida -> garys
|
|
keramida -> pav
|
|
|
|
marck -> bvs
|
|
|
|
nik -> keramida
|
|
|
|
trhodes -> danger
|
|
|
|
}
|