Tidy the core alumni list.
- Fix some recent missorting. The text on the website claims that this list is in reverse chronological order. Choose the newest "end date" for individuals with multiple ranges as the date to sort against since this seems to be the one used most commonly. - Within a group of developers who stepped down at the same time (e.g. election handover), sort by last name then first (this was the most common pattern I could see in the existing entries). - Remove a duplicate entry for myself.
This commit is contained in:
parent
d232a22c97
commit
4d84a6afa0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51984
1 changed files with 11 additions and 15 deletions
|
@ -8,11 +8,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.benno.email; (2016 - 2018)</para>
|
||||
<para>&a.emaste.email; (2016 - 2018)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.emaste.email; (2016 - 2018)</para>
|
||||
<para>&a.gnn.email; (2006 - 2010, 2016 - 2018)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.benno.email; (2016 - 2018)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -43,6 +47,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|||
<para>&a.brooks.email; (2006 - 2012)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.imp.email; (2000 - 2008, 2010 - 2012)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.pav.email; (2010 - 2012)</para>
|
||||
</listitem>
|
||||
|
@ -63,24 +71,16 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|||
<para>&a.kris.email; (2008 - 2010)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.gnn.email; (2006 - 2010, 2016 - 2018)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.murray.email; (2002 - 2010)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.wes.email; (2002 - 2008)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.peter.email; (1995 - 2006, 2008 - 2010)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.imp.email; (2000 - 2008, 2010 - 2012)</para>
|
||||
<para>&a.wes.email; (2002 - 2008)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -91,10 +91,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|||
<para>&a.kuriyama.email; (2002 - 2006)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.jhb.email; (2002 - 2006)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&a.scottl.email; (2004 - 2005)</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue