committers-doc.dot revision 168093
1168054Sflz# $FreeBSD: head/share/misc/committers-doc.dot 168093 2007-03-30 21:45:08Z keramida $
2168054Sflz
3168054Sflzdigraph doc {
4168054Sflz
5168064Sflz# Node definitions follow this example:
6168064Sflz#
7168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??"]
8168064Sflz#
9168064Sflz# ????/??/?? is the date when the commit bit was obtained, usually the one you
10168064Sflz# can find looking at CVS logs for the access (or avail) file under CVSROOT.
11168064Sflz#
12168064Sflz# For returned commit bits, the node definition will follow this example:
13168064Sflz#
14168064Sflz#   foo [label="Foo Bar\nfoo@FreeBSD.org\n????/??/??\n????/??/??"]
15168064Sflz#
16168064Sflz# The first date is the same as for an active committer, the second date is
17168064Sflz# the date when the commit bit has been returned. Again, check CVS logs.
18168064Sflz
19168054Sflznode [color=grey62, style=filled, bgcolor=black];
20168054Sflz
21168064Sflz# Alumni go here. Try to keep things sorted.
22168054Sflz
23168054Sflznode [color=lightblue2, style=filled, bgcolor=black];
24168054Sflz
25168054Sflz# Current doc committers go here. Try to keep things sorted.
26168054Sflz
27168062Sgaborbvs [label="Vitaly Bogdanov\nbvs@FreeBSD.org\n2005/10/03"]
28168058Smarckden [label="Denis Peplin\nden@FreeBSD.org\n2003/09/13"]
29168062Sgaborgabor [label="Gabor Kovesdan\ngabor@FreeBSD.org\n2007/02/02"]
30168062Sgaborkeramida [label="Giorgos Keramidas\nkeramida@FreeBSD.org\n2001/10/12"]
31168058Smarckmarck [label="Dmitry Morozovsky\nmarck@FreeBSD.org\n2004/08/10"]
32168093Skeramidanik [label="Nik Clayton\nnik@FreeBSD.org\n1998/02/26"]
33168058Smarck
34168054Sflz# Here are the mentor/mentee relationships.
35168064Sflz# Group together all the mentees for a particular mentor.
36168064Sflz# Keep the list sorted by mentor login.
37168054Sflz
38168064Sflzden -> marck
39168064Sflz
40168062Sgaborkeramida -> gabor
41168062Sgabor
42168058Smarckmarck -> bvs
43168058Smarck
44168093Skeramidanik -> keramida
45168093Skeramida
46168054Sflz}
47