You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/09/15 17:49:23 UTC

[accumulo-website] branch main updated: Convert Apache IDs on people page to links

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 3c1d7c0  Convert Apache IDs on people page to links
3c1d7c0 is described below

commit 3c1d7c00a4d08168d30ec9a56e7a3b568dacdd63
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Sep 15 13:43:50 2020 -0400

    Convert Apache IDs on people page to links
    
    For each PMC member, convert their Apache ID column to a link to
    their profile on people.apache.org
---
 pages/people.md | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/pages/people.md b/pages/people.md
index b22ad4e..08a3909 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -4,9 +4,21 @@ skiph1fortitle: true
 permalink: /people/
 ---
 
+<script type="text/javascript">
+
+// convert Apache IDs for PMC members into links to their Apache profile on people.apache.org
+$(function() {
+  $('table#pmc 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>');
+  });
+});
+
+</script>
+
 ## PMC and Committers
 
-{: .table .table-striped}
+{: .table .table-striped #pmc}
 | apache id     | name                                              | organization                           | timezone |
 |---------------|---------------------------------------------------|----------------------------------------|----------|
 | acordova      | Aaron Cordova                                     | [Koverse][KOVERSE]                     |          |
@@ -51,7 +63,7 @@ permalink: /people/
 
 GitHub also has a [contributor list][github-contributors] based on commits.
 
-{: .table .table-striped}
+{: .table .table-striped #contributors}
 | name                | organization                                                      | timezone              |
 |---------------------|-------------------------------------------------------------------|-----------------------|
 | Aaron Glahe         | [Data Tactics][DATATACT]                                          | [ET][ET]              |