freebsd-dev/share/misc/committers-doc.dot

117 lines
3.6 KiB
Plaintext
Raw Normal View History

# $FreeBSD$
# This file is meant to list all FreeBSD doc+www committers and describe the
# mentor-mentee relationships between them.
# The graphical output can be generated from this file with the following
# command:
# $ dot -T png -o file.png committers-doc.dot
#
# The dot binary is part of the graphics/graphviz port.
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.
# Use YYYY/MM/DD format.
#
# 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.
2007-04-02 09:59:55 +00:00
ache [label="Andrey Chernov\nache@FreeBSD.org\n1997/06/13"]
2007-03-31 12:56:07 +00:00
ale [label="Alex Dupre\nale@FreeBSD.org\n2003/12/22"]
blackend [label="Marc Fonvieille\nblackend@FreeBSD.org\n2002/06/16"]
bmah [label="Bruce A. Mah\nbmah@FreeBSD.org\n2000/08/22"]
brd [label="Brad Davis\nbrd@FreeBSD.org\n2005/06/01"]
brueffer [label="Christian Brueffer\nbrueffer@FreeBSD.org\n2003/01/13"]
2007-03-30 17:19:59 +00:00
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
ceri [label="Ceri Davies\nceri@FreeBSD.org\n2002/03/17"]
2007-03-31 14:20:56 +00:00
chinsan [label="Chinsan Huang\nchinsan@FreeBSD.org\n2006/09/20"]
danger [label="Daniel Gerzo\ndanger@FreeBSD.org\n2006/08/20"]
2007-03-30 17:19:59 +00:00
den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
2007-03-31 14:20:56 +00:00
delphij [label="Xin Li\ndelphij@FreeBSD.org\n2004/09/14"]
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
garys [label="Gary W. Swearingen\ngarys@FreeBSD.org\n2005/08/21"]
jcamou [label="Jesus R. Camou\njcamou@FreeBSD.org\n2005/03/02"]
jesusr [label="Jesus Rodriguez Cuesta\njesusr@FreeBSD.org\n1998/12/10"]
jim [label="Jim Mock\njim@FreeBSD.org\n1999/08/11\n2003/12/15"]
jkois [label="Johann Kois\njkois@FreeBSD.org\n2004/11/11"]
2007-03-31 06:09:10 +00:00
joel [label="Joel Dahl\njoel@FreeBSD.org\n2005/04/05"]
josef [label="Josef El-Rayes\njosef@FreeBSD.org\n2004/01/15"]
keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
loader [label="Fukang Chen\nloader@FreeBSD.org\n2007/07/30"]
linimon [label="Mark Linimon\nlinimon@FreeBSD.org\n2004/03/31"]
2007-03-30 17:19:59 +00:00
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
murray [label="Murray Stokely\nmurray@FreeBSD.org\n2000/04/05"]
nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
pav [label="Pav Lucistnik\npav@FreeBSD.org\n2005/08/12"]
remko [label="Remko Lodder\nremko@FreeBSD.org\n2004/10/16"]
roam [label="Peter Pentchev\nroam@FreeBSD.org\n2003/02/14"]
simon [label="Simon L. Nielsen\nsimon@FreeBSD.org\n2003/07/20"]
trhodes [label="Tom Rhodes\ntrhodes@FreeBSD.org\n2002/03/25"]
2007-03-30 17:19:59 +00:00
# Here are the mentor/mentee relationships.
# Group together all the mentees for a particular mentor.
# Keep the list sorted by mentor login.
2007-03-31 12:56:07 +00:00
blackend -> ale
2007-03-31 06:09:10 +00:00
brueffer -> joel
ceri -> brd
ceri -> brueffer
ceri -> linimon
ceri -> roam
ceri -> simon
den -> marck
2007-03-31 14:20:56 +00:00
delphij -> chinsan
delphij -> loader
2007-03-31 14:20:56 +00:00
jesusr -> jcamou
jim -> trhodes
jkois -> miwi
keramida -> blackend
keramida -> danger
keramida -> gabor
keramida -> garys
keramida -> pav
2007-03-30 17:19:59 +00:00
marck -> bvs
mheinen -> jkois
murray -> ceri
2007-03-31 14:20:56 +00:00
murray -> delphij
nik -> bmah
nik -> keramida
remko -> jkois
simon -> josef
simon -> remko
trhodes -> danger
trhodes -> jcamou
}