Deleted Added
full compact
committers-doc.dot (168062) committers-doc.dot (168064)
1# $FreeBSD: head/share/misc/committers-doc.dot 168062 2007-03-30 17:24:18Z gabor $
1# $FreeBSD: head/share/misc/committers-doc.dot 168064 2007-03-30 17:42:01Z flz $
2
3digraph doc {
4
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
5node [color=grey62, style=filled, bgcolor=black];
6
19node [color=grey62, style=filled, bgcolor=black];
20
7# Alumni go here.
21# Alumni go here. Try to keep things sorted.
8
9node [color=lightblue2, style=filled, bgcolor=black];
10
11# Current doc committers go here. Try to keep things sorted.
12
13bvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
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"]
14cperciva [label="Colin Percival\ncperciva@FreeBSD.org\n2004/01/20"]
15den [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
16gabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
17keramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
18marck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
19
20# Here are the mentor/mentee relationships.
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.
21
36
37den -> marck
38
22keramida -> gabor
23
24marck -> bvs
25
39keramida -> gabor
40
41marck -> bvs
42
26den -> marck
27
28}
43}