committers-doc.dot revision 168093
1# $FreeBSD: head/share/misc/committers-doc.dot 168093 2007-03-30 21:45:08Z 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"]
28den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
29gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
30keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
31marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
32nik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
33
34# Here are the mentor/mentee relationships.
35# Group together all the mentees for a particular mentor.
36# Keep the list sorted by mentor login.
37
38den -> marck
39
40keramida -> gabor
41
42marck -> bvs
43
44nik -> keramida
45
46}
47