This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/drat.git
commit 58fb27b4d3c193eef1a87cd7747e9842fb85de85 Author: Chris Mattmann <[email protected]> AuthorDate: Tue Feb 27 22:15:58 2018 -0800 Rectify PMC; only list PMC, and don't list contributors. --- index.html | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index dc0887a..bd2c88d 100644 --- a/index.html +++ b/index.html @@ -160,7 +160,7 @@ <section id="contributors" class="container-fluid alternate-darkbg white-text section-space"> <div class="container text-center breathing-space"> - <h2 class="col-sm-12 breathing-space ">CONTRIBUTORS</h2> + <h2 class="col-sm-12 breathing-space ">Project Management Committee (PMC)</h2> <hr/> <div class="row names"> @@ -216,13 +216,13 @@ <script type="text/javascript"> var drat = {}; - drat = $.getJSON( "https://api.github.com/repos/apache/drat/contributors", - function( drat){ - for( var i=0; i<drat.length;i++){ - $(".names").append('<div class="col-md-3 breathing-space"><a target="_blank" href="https://github.com/' + drat[i].login + '"><img src="' + drat[i].avatar_url +'" width="50%"/><h5>' + drat[i].login + '</h5></a></div>'); - } - }) - .fail( function(){ + // drat = $.getJSON( "https://api.github.com/repos/apache/drat/contributors", + // function( drat){ + // for( var i=0; i<drat.length;i++){ + // $(".names").append('<div class="col-md-3 breathing-space"><a target="_blank" href="https://github.com/' + drat[i].login + '"><img src="' + drat[i].avatar_url +'" width="50%"/><h5>' + drat[i].login + '</h5></a></div>'); + // } + // }) + // .fail( function(){ drat = { "display_name": "DRAT", "site": "http://drat.apache.org/", @@ -270,6 +270,10 @@ "name": "Chris Mattmann", "date": "2017-09-20" }, + "ottlinger": { + "name": "Philipp Ottlinger", + "date": "2018-02-27" + }, "darth-pr": { "name": "Paul Ramirez", "date": "2017-09-20" @@ -289,7 +293,7 @@ $(".names").append('<div class="col-md-3 breathing-space"><a href="https://github.com/' + username + '"><img src="https://avatars.githubusercontent.com/' + username +'" width="50%"/><h5>' + drat.roster[username]["name"] + '</h5></a></div>'); } - }); + //}); -- To stop receiving notification emails like this one, please contact [email protected].
