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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 404547d  Automatic Site Publish by Buildbot
404547d is described below

commit 404547d9edeb0b646b88d669b81e47a160cad231
Author: buildbot <us...@infra.apache.org>
AuthorDate: Tue Sep 15 17:49:44 2020 +0000

    Automatic Site Publish by Buildbot
---
 output/feed.xml          |  4 ++--
 output/people/index.html | 18 +++++++++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/output/feed.xml b/output/feed.xml
index 1400900..5cc475a 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Tue, 15 Sep 2020 17:16:04 +0000</pubDate>
-    <lastBuildDate>Tue, 15 Sep 2020 17:16:04 +0000</lastBuildDate>
+    <pubDate>Tue, 15 Sep 2020 17:49:39 +0000</pubDate>
+    <lastBuildDate>Tue, 15 Sep 2020 17:49:39 +0000</lastBuildDate>
     <generator>Jekyll v4.1.1</generator>
     
     
diff --git a/output/people/index.html b/output/people/index.html
index fa462f7..4f122f6 100644
--- a/output/people/index.html
+++ b/output/people/index.html
@@ -138,9 +138,21 @@
         </div>
         <div id="content">
           
-          <h2 id="pmc-and-committers">PMC and Committers</h2>
+          <script type="text/javascript">
 
-<table class="table table-striped">
+// 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>
+
+<h2 id="pmc-and-committers">PMC and Committers</h2>
+
+<table class="table table-striped" id="pmc">
   <thead>
     <tr>
       <th>apache id</th>
@@ -379,7 +391,7 @@
 
 <p>GitHub also has a <a 
href="https://github.com/apache/accumulo/graphs/contributors";>contributor 
list</a> based on commits.</p>
 
-<table class="table table-striped">
+<table class="table table-striped" id="contributors">
   <thead>
     <tr>
       <th>name</th>

Reply via email to