2007-03-30 18:56:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
digraph doc {
|
|
|
|
|
|
|
|
node [color=grey62, style=filled, bgcolor=black];
|
|
|
|
|
|
|
|
# Alumni go here.
|
|
|
|
|
|
|
|
node [color=lightblue2, style=filled, bgcolor=black];
|
|
|
|
|
|
|
|
# Current doc committers go here. Try to keep things sorted.
|
|
|
|
|
2007-03-30 19:19:59 +02:00
|
|
|
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
|
2007-03-30 19:24:18 +02:00
|
|
|
cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
|
2007-03-30 19:19:59 +02:00
|
|
|
den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
|
2007-03-30 19:24:18 +02:00
|
|
|
gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
|
|
|
|
keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
|
2007-03-30 19:19:59 +02:00
|
|
|
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
|
|
|
|
|
2007-03-30 18:56:38 +02:00
|
|
|
# Here are the mentor/mentee relationships.
|
|
|
|
|
2007-03-30 19:24:18 +02:00
|
|
|
keramida -> gabor
|
|
|
|
|
2007-03-30 19:19:59 +02:00
|
|
|
marck -> bvs
|
|
|
|
|
|
|
|
den -> marck
|
|
|
|
|
2007-03-30 18:56:38 +02:00
|
|
|
}
|