svn commit: r51984 - head/en_US.ISO8859-1/articles/contributors

John Baldwin jhb at FreeBSD.org
Mon Jul 9 19:50:12 UTC 2018


Author: jhb
Date: Mon Jul  9 19:50:10 2018
New Revision: 51984
URL: https://svnweb.freebsd.org/changeset/doc/51984

Log:
  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.

Modified:
  head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml

Modified: head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml	Mon Jul  9 13:39:23 2018	(r51983)
+++ head/en_US.ISO8859-1/articles/contributors/contrib.corealumni.xml	Mon Jul  9 19:50:10 2018	(r51984)
@@ -8,14 +8,18 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
   </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>
     <para>&a.tabthorpe.email; (2012 - 2014)</para>
   </listitem>
 
@@ -44,6 +48,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
   </listitem>
 
   <listitem>
+    <para>&a.imp.email; (2000 - 2008, 2010 - 2012)</para>
+  </listitem>
+
+  <listitem>
     <para>&a.pav.email; (2010 - 2012)</para>
   </listitem>
 
@@ -64,23 +72,15 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
   </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>
@@ -89,10 +89,6 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5.
 
   <listitem>
     <para>&a.kuriyama.email; (2002 - 2006)</para>
-  </listitem>
-
-  <listitem>
-    <para>&a.jhb.email; (2002 - 2006)</para>
   </listitem>
 
   <listitem>


More information about the svn-doc-all mailing list