committers-doc.dot revision 168064
1# $FreeBSD: head/share/misc/committers-doc.dot 168064 2007-03-30 17:42:01Z flz $
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"]
32
33# Here are the mentor/mentee relationships.
34# Group together all the mentees for a particular mentor.
35# Keep the list sorted by mentor login.
36
37den -> marck
38
39keramida -> gabor
40
41marck -> bvs
42
43}
44