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 svn logs for the svnadmin/access file. 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 svn 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"] 35ceri [label="Ceri Davies\[email protected]\n2002/03/17\n2012/02/29"] 36den [label="Denis Peplin\[email protected]\n2003/09/13\n2009/07/09"] 37garys [label="Gary W. Swearingen\[email protected]\n2005/08/21\n2008/03/02"] 38jcamou [label="Jesus R. Camou\[email protected]\n2005/03/02\n2008/12/20"] 39jesusr [label="Jesus Rodriguez Cuesta\[email protected]\n1998/12/10\n2010/12/11"] 40jim [label="Jim Mock\[email protected]\n1999/08/11\n2003/12/15"] 41josef [label="Josef El-Rayes\[email protected]\n2004/01/15\n2008/03/29"] 42marcel [label="Marcel Moolenaar\[email protected]\n1999/07/03\n2012/04/25"] 43mheinen [label="Martin Heinen\[email protected]\n2002/10/04\n2006/04/26"] 44murray [label="Murray Stokely\[email protected]\n2000/04/05\n2012/04/25"] 45nik [label="Nik Clayton\[email protected]\n1998/02/26\n2008/12/20"] 46pgj [label="Gabor Pali\[email protected]\n2008/04/21\n2010/12/01"] 47roam [label="Peter Pentchev\[email protected]\n2003/02/14\n2012/02/29"] 48 49node [color=lightblue2, style=filled, bgcolor=black]; 50 51# Current doc committers go here. Try to keep things sorted. 52 53ale [label="Alex Dupre\[email protected]\n2003/12/22"] 54allanjude [label="Allan Jude\[email protected]\n2014/05/17"] 55bcr [label="Benedict Reuschling\[email protected]\n2009/12/24"] 56blackend [label="Marc Fonvieille\[email protected]\n2002/06/16"] 57brd [label="Brad Davis\[email protected]\n2005/06/01"] 58brueffer [label="Christian Brueffer\[email protected]\n2003/01/13"] 59chinsan [label="Chinsan Huang\[email protected]\n2006/09/20"] 60crees [label="Chris Rees\[email protected]\n2013/05/27"] 61danger [label="Daniel Gerzo\[email protected]\n2006/08/20"] 62delphij [label="Xin Li\[email protected]\n2004/09/14"] 63dru [label="Dru Lavigne\[email protected]\n2013/01/22"] 64eadler [label="Eitan Adler\[email protected]\n2012/10/15"] 65ebrandi [label="Edson Brandi\[email protected]\n2012/09/13"] 66gabor [label="Gabor Kovesdan\[email protected]\n2007/02/02"] 67ganbold [label="Ganbold Tsagaankhuu\[email protected]\n2008/02/26"] 68gavin [label="Gavin Atkinson\[email protected]\n2011/07/18"] 69gjb [label="Glen Barber\[email protected]\n2010/09/01"] 70hrs [label="Hiroki Sato\[email protected]\n2000/07/06"] 71issyl0 [label="Isabell Long\[email protected]\n2012/04/25"] 72jgh [label="Jason Helfman\[email protected]\n2014/01/20"] 73jkois [label="Johann Kois\[email protected]\n2004/11/11"] 74joel [label="Joel Dahl\[email protected]\n2005/04/05"] 75keramida [label="Giorgos Keramidas\[email protected]\n2001/10/12"] 76linimon [label="Mark Linimon\[email protected]\n2004/03/31"] 77loader [label="Fukang Chen\[email protected]\n2007/07/30"] 78manolis [label="Manolis Kiagias\[email protected]\n2008/05/24"] 79marck [label="Dmitry Morozovsky\[email protected]\n2004/08/10"] 80maxim [label="Maxim Konovalov\[email protected]\n2002/02/07"] 81miwi [label="Martin Wilke\[email protected]\n2007/10/26"] 82pav [label="Pav Lucistnik\[email protected]\n2005/08/12"] 83pluknet [label="Sergey Kandaurov\[email protected]\n2012/02/14"] 84remko [label="Remko Lodder\[email protected]\n2004/10/16"] 85rene [label="Rene Ladan\[email protected]\n2008/11/03"] 86ryusuke [label="Ryusuke Suzuki\[email protected]\n2009/12/21"] 87simon [label="Simon L. Nielsen\[email protected]\n2003/07/20"] 88skreuzer [label="Steven Kreuzer\[email protected]\n2014/01/15"] 89taras [label="Taras Korenko\[email protected]\n2010/06/25"] 90trhodes [label="Tom Rhodes\[email protected]\n2002/03/25"] 91wblock [label="Warren Block\[email protected]\n2011/09/12"] 92zeising [label="Niclas Zeising\[email protected]\n2012/07/03"] 93 94# Here are the mentor/mentee relationships. 95# Group together all the mentees for a particular mentor. 96# Keep the list sorted by mentor login. 97 98bcr -> gavin 99bcr -> wblock 100bcr -> eadler 101bcr -> dru 102bcr -> crees 103bcr -> jgh 104bcr -> allanjude 105 106blackend -> ale 107 108brueffer -> joel 109 110ceri -> brd 111ceri -> brueffer 112ceri -> linimon 113ceri -> roam 114ceri -> simon 115 116den -> marck 117 118delphij -> chinsan 119delphij -> loader 120 121eadler -> allanjude 122 123gabor -> pgj 124gabor -> manolis 125gabor -> taras 126gabor -> issyl0 127gabor -> ebrandi 128 129gjb -> wblock 130gjb -> rene 131gjb -> dru 132gjb -> crees 133 134hrs -> ryusuke 135hrs -> dru 136hrs -> skreuzer 137 138jesusr -> jcamou 139 140jim -> trhodes 141 142jkois -> miwi 143jkois -> bcr 144jkois -> gavin 145jkois -> gjb 146jkois -> eadler 147 148joel -> zeising 149 150keramida -> blackend 151keramida -> danger 152keramida -> gabor 153keramida -> ganbold 154keramida -> garys 155keramida -> gjb 156keramida -> pav 157 158marck -> bvs 159marck -> pluknet 160marck -> taras 161 162maxim -> taras 163 164mheinen -> jkois 165 166murray -> ceri 167murray -> delphij 168 169nik -> bmah 170nik -> keramida 171 172remko -> jkois 173remko -> rene 174remko -> jgh 175 176simon -> josef 177simon -> remko 178 179trhodes -> danger 180trhodes -> jcamou 181 182wblock -> jgh 183wblock -> allanjude 184} 185