1# $FreeBSD$ 2 3# This file is meant to list all FreeBSD doc+www committers and describe the 4# mentor-mentee relationships between them. 5# The graphical output can be generated from this file with the following 6# command: 7# $ dot -T png -o file.png committers-doc.dot 8# 9# The dot binary is part of the graphics/graphviz port. 10 11digraph doc { 12 13# Node definitions follow this example: 14# 15# foo [label="Foo Bar\[email protected]\n????/??/??"] 16# 17# ????/??/?? is the date when the commit bit was obtained, usually the one you 18# can find looking at CVS logs for the access (or avail) file under CVSROOT. 19# Use YYYY/MM/DD format. 20# 21# For returned commit bits, the node definition will follow this example: 22# 23# foo [label="Foo Bar\[email protected]\n????/??/??\n????/??/??"] 24# 25# The first date is the same as for an active committer, the second date is 26# the date when the commit bit has been returned. Again, check CVS logs. 27 28node [color=grey62, style=filled, bgcolor=black]; 29 30# Alumni go here. Try to keep things sorted. 31 32ache [label="Andrey Chernov\[email protected]\n1997/06/13\n2010/12/11"] 33bmah [label="Bruce A. Mah\[email protected]\n2000/08/22\n2009/09/13"] 34bvs [label="Vitaly Bogdanov\[email protected]\n2005/10/03\n2010/12/11"] 35den [label="Denis Peplin\[email protected]\n2003/09/13\n2009/07/09"] 36garys [label="Gary W. Swearingen\[email protected]\n2005/08/21\n2008/03/02"] 37jcamou [label="Jesus R. Camou\[email protected]\n2005/03/02\n2008/12/20"] 38jesusr [label="Jesus Rodriguez Cuesta\[email protected]\n1998/12/10\n2010/12/11"] 39jim [label="Jim Mock\[email protected]\n1999/08/11\n2003/12/15"] 40josef [label="Josef El-Rayes\[email protected]\n2004/01/15\n2008/03/29"] 41mheinen [label="Martin Heinen\[email protected]\n2002/10/04\n2006/04/26"] 42nik [label="Nik Clayton\[email protected]\n1998/02/26\n2008/12/20"] 43pgj [label="Gabor Pali\[email protected]\n2008/04/21\n2010/12/01"] 44 45node [color=lightblue2, style=filled, bgcolor=black]; 46 47# Current doc committers go here. Try to keep things sorted. 48 49ale [label="Alex Dupre\[email protected]\n2003/12/22"] 50bcr [label="Benedict Reuschling\[email protected]\n2009/12/24"] 51blackend [label="Marc Fonvieille\[email protected]\n2002/06/16"] 52brd [label="Brad Davis\[email protected]\n2005/06/01"] 53brueffer [label="Christian Brueffer\[email protected]\n2003/01/13"] 54ceri [label="Ceri Davies\[email protected]\n2002/03/17"] 55chinsan [label="Chinsan Huang\[email protected]\n2006/09/20"] 56danger [label="Daniel Gerzo\[email protected]\n2006/08/20"] 57delphij [label="Xin Li\[email protected]\n2004/09/14"] 58gabor [label="Gabor Kovesdan\[email protected]\n2007/02/02"] 59ganbold [label="Ganbold Tsagaankhuu\[email protected]\n2008/02/26"] 60gavin [label="Gavin Atkinson\[email protected]\n2011/07/18"] 61gjb [label="Glen Barber\[email protected]\n2010/09/01"] 62hrs [label="Hiroki Sato\[email protected]\n2000/07/06"] 63jkois [label="Johann Kois\[email protected]\n2004/11/11"] 64joel [label="Joel Dahl\[email protected]\n2005/04/05"] 65keramida [label="Giorgos Keramidas\[email protected]\n2001/10/12"] 66linimon [label="Mark Linimon\[email protected]\n2004/03/31"] 67loader [label="Fukang Chen\[email protected]\n2007/07/30"] 68manolis [label="Manolis Kiagias\[email protected]\n2008/05/24"] 69marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03"] 70marck [label="Dmitry Morozovsky\[email protected]\n2004/08/10"] 71maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"] 72miwi [label="Martin Wilke\[email protected]\n2007/10/26"] 73murray [label="Murray Stokely\[email protected]\n2000/04/05"] 74pav [label="Pav Lucistnik\[email protected]\n2005/08/12"] 75pluknet [label="Sergey Kandaurov\[email protected]\n2012/02/14"] 76remko [label="Remko Lodder\[email protected]\n2004/10/16"] 77rene [label="Rene Ladan\[email protected]\n2008/11/03"] 78roam [label="Peter Pentchev\[email protected]\n2003/02/14"] 79ryusuke [label="Ryusuke Suzuki\[email protected]\n2009/12/21"] 80simon [label="Simon L. Nielsen\[email protected]\n2003/07/20"] 81taras [label="Taras Korenko\[email protected]\n2010/06/25"] 82trhodes [label="Tom Rhodes\[email protected]\n2002/03/25"] 83wblock [label="Warren Block\[email protected]\n2011/09/12"] 84 85# Here are the mentor/mentee relationships. 86# Group together all the mentees for a particular mentor. 87# Keep the list sorted by mentor login. 88 89bcr -> gavin 90bcr -> wblock 91 92blackend -> ale 93 94brueffer -> joel 95 96ceri -> brd 97ceri -> brueffer 98ceri -> linimon 99ceri -> roam 100ceri -> simon 101 102den -> marck 103 104delphij -> chinsan 105delphij -> loader 106 107gabor -> pgj 108gabor -> manolis 109gabor -> taras 110 111gjb -> wblock 112 113hrs -> ryusuke 114 115jesusr -> jcamou 116 117jim -> trhodes 118 119jkois -> miwi 120jkois -> bcr 121jkois -> gavin 122jkois -> gjb 123 124keramida -> blackend 125keramida -> danger 126keramida -> gabor 127keramida -> ganbold 128keramida -> garys 129keramida -> gjb 130keramida -> pav 131 132marck -> bvs 133marck -> pluknet 134marck -> taras 135 136maxim -> taras 137 138mheinen -> jkois 139 140murray -> ceri 141murray -> delphij 142 143nik -> bmah 144nik -> keramida 145 146remko -> jkois 147remko -> rene 148 149simon -> josef 150simon -> remko 151 152trhodes -> danger 153trhodes -> jcamou 154} 155