26 lines
540 B
Plaintext
26 lines
540 B
Plaintext
# $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.
|
|
|
|
cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
|
|
|
|
bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
|
|
den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
|
|
marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
|
|
|
|
# Here are the mentor/mentee relationships.
|
|
|
|
marck -> bvs
|
|
|
|
den -> marck
|
|
|
|
}
|