This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5ea209e6 Minor updates to people page (#381)
5ea209e6 is described below

commit 5ea209e6b944904fccbc7da7536ecb2c04388b79
Author: Christopher Tubbs <[email protected]>
AuthorDate: Sun Apr 2 20:04:51 2023 -0400

    Minor updates to people page (#381)
    
    * Ensure HTML table element IDs are unique for both Committer tables
    * Update name of first Committer table, so the order of "Committer" and
      "PMC" matches the order on the second table (with "Committer" shown
      first) and to make it clear that the table represents the current PMC
    * Create new committers style class and use that instead of table IDs
      for the JavaScript that turns Apache IDs into links; also update
      corresponding comment to be clear that committers have Apache IDs,
      not PMC members.
    * Minor fixes to table markdown formatting vertical bars
---
 pages/people.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pages/people.md b/pages/people.md
index 263bff0d..b17e670a 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -6,9 +6,9 @@ permalink: /people/
 
 <script type="text/javascript">
 
-// convert Apache IDs for PMC members into links to their Apache profile on 
people.apache.org
+// convert Apache IDs for committers into links to their Apache profile on 
people.apache.org
 $(function() {
-  $('table#pmc tbody tr td:first-child').each(function(i, obj) {
+  $('table.committers tbody tr td:first-child').each(function(i, obj) {
     var apacheid = $(obj).text();
     $(obj).html('<a href="https://people.apache.org/phonebook.html?uid=' + 
apacheid + '">' + apacheid + '</a>');
   });
@@ -16,9 +16,9 @@ $(function() {
 
 </script>
 
-## PMC and Committers
+## Committers and Current PMC Members
 
-{: .table .table-striped #pmc}
+{: .table .table-striped .committers #pmc}
 | apache id     | name                                              | 
organization                           | timezone |
 
|---------------|---------------------------------------------------|----------------------------------------|----------|
 | acordova      | Aaron Cordova                                     | 
[Koverse][KOVERSE]                     |          |
@@ -62,7 +62,7 @@ $(function() {
 
 ## Committers Only (PMC Emeritus)
 
-{: .table .table-striped #pmc}
+{: .table .table-striped .committers #pmc-emeritus}
 | apache id     | name                                              | 
organization                           | timezone |
 
|---------------|---------------------------------------------------|----------------------------------------|----------|
 | arvindsh      | Arvind Shyamsundar                                | 
[Microsoft][MICROSOFT]                 | [PT][PT] |
@@ -107,7 +107,7 @@ GitHub also has a [contributor list][github-contributors] 
based on commits.
 | Edward Yoon         |                                                        
           |                       |
 | Elina Wise          | [Arctic Slope Regional Corp.][ASRC]                    
           | [ET][ET]              |
 | Eugene Cheipesh     |                                                        
           |                       |
-| Filipe Rodrigues    |                                                        
           | [GMT][GMT]
+| Filipe Rodrigues    |                                                        
           | [GMT][GMT]            |
 | Gary Singh          | [Sabre Engineering][SABRE]                             
           | [ET][ET]              |
 | Harjit Singh        |                                                        
           | [ET][ET]              |
 | Hasan Gürcan        |                                                        
           | [CEST][CEST]          |
@@ -134,7 +134,7 @@ GitHub also has a [contributor list][github-contributors] 
based on commits.
 | Jonathan Park       | [sqrrl][SQRRL]                                         
           | [ET][ET]              |
 | Joseph Koshakow     |                                                        
           | [ET][ET]              |
 | Josselin Chevalay   |                                                        
           | [CEST][CEST]          |
-| Kartik Sethi        |                                                        
           | [IST][IST-India]                |
+| Kartik Sethi        |                                                        
           | [IST][IST-India]      |
 | Kenneth McFarland   |                                                        
           | [PT][PT]              |
 | Kevin Faro          | [Tetra Concepts LLC][TETRA]                            
           | [ET][ET]              |
 | Kyle Van Gilson     |                                                        
           |                       |

Reply via email to