You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2016/07/22 05:48:54 UTC

incubator-kudu git commit: www: Add list of committers to the site

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages a8b6e5467 -> 045863004


www: Add list of committers to the site

Change-Id: Ie3a246e4fdb4656dda4485dcccd3e04bec04b39d
Reviewed-on: http://gerrit.cloudera.org:8080/3721
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/04586300
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/04586300
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/04586300

Branch: refs/heads/gh-pages
Commit: 045863004fbde4ada09cb84e6c413cd557184b3d
Parents: a8b6e54
Author: Mike Percy <mp...@apache.org>
Authored: Thu Jul 21 17:14:10 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Fri Jul 22 05:39:44 2016 +0000

----------------------------------------------------------------------
 _includes/top_common.html |  2 +-
 committers.md             | 27 +++++++++++++++++++++++++++
 community.md              |  4 ++++
 css/kudu.css              |  6 ++++++
 4 files changed, 38 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/04586300/_includes/top_common.html
----------------------------------------------------------------------
diff --git a/_includes/top_common.html b/_includes/top_common.html
index 76ca269..23a7362 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -77,7 +77,7 @@
                     <li><a class="icon slack" href="https://getkudu-slack.herokuapp.com/">Slack Channel</a></li>
                     <li role="separator" class="divider"></li>
                     <li><a href="{{site.github.url}}/community.html#meetups-user-groups-and-conference-presentations">Events and Meetups</a></li>
-                    <!--<li><a href="{{site.github.url}}/committers.html">Project Committers</a></li>-->
+                    <li><a href="{{site.github.url}}/committers.html">Project Committers</a></li>
                     <!--<li><a href="{{site.github.url}}/roadmap.html">Roadmap</a></li>-->
                     <li><a href="{{site.github.url}}/community.html#contributions">How to Contribute</a></li>
                     <li role="separator" class="divider"></li>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/04586300/committers.md
----------------------------------------------------------------------
diff --git a/committers.md b/committers.md
new file mode 100644
index 0000000..392affe
--- /dev/null
+++ b/committers.md
@@ -0,0 +1,27 @@
+---
+title: Committers and PMC Members
+layout: single_col
+active_nav: community
+active_subnav: committers
+single_col_extra_classes: committers
+---
+
+# Apache Kudu Committers and PMC Members
+
+Following is a list of current Kudu committers and members of the Kudu PMC.
+
+| Username | Name | Role |
+| --- | --- | --- |
+| adar | Adar Dembo | PMC |
+| bchang | Binglin Chang | PMC |
+| danburkert | Dan Burkert | PMC |
+| dralves | David Alves | PMC |
+| jarcec | Jarek Jarcec Cecho | PMC |
+| jdcryans | Jean-Daniel Cryans | PMC |
+| jfarrell | Jake Farrell | PMC |
+| julien | Julien Le Dem | PMC |
+| mattmann | Chris Mattmann | PMC |
+| misty | Misty Stanley-Jones | PMC |
+| mpercy | Mike Percy | PMC |
+| stack | Michael Stack | PMC |
+| todd | Todd Lipcon | VP, PMC |

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/04586300/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index f4ea0c5..28d16ce 100644
--- a/community.md
+++ b/community.md
@@ -48,6 +48,10 @@ Get help using Kudu or contribute to the project on our mailing lists or our cha
 * **<a class="icon gerrit" href="http://gerrit.cloudera.org:8080/#/q/status:open+project:kudu">Gerrit Code Review</a>**
 * **<a class="icon jira" href="https://issues.apache.org/jira/browse/KUDU">JIRA Issue Tracker</a>**
 
+**Project information**
+
+* **<a href="{{site.github.url}}/committers.html">Apache Kudu Committers list</a>**
+
 ### Contributions
 
 There are lots of ways to get involved with the Kudu project. Some of them are

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/04586300/css/kudu.css
----------------------------------------------------------------------
diff --git a/css/kudu.css b/css/kudu.css
index 4115a1a..c7b56a7 100644
--- a/css/kudu.css
+++ b/css/kudu.css
@@ -9,6 +9,8 @@ body {
   border-top: 1px solid #eee;
 }
 
+h1, .h1, h2, .h2 { font-size:30px; }
+
 /* Override <code> to match <pre> instead of being red. */
 code {
     color: #333;
@@ -239,6 +241,10 @@ footer {
     padding-bottom: 0;
 }
 
+.committers table { width:100%; border:1px solid #bbb; border-collapse:collapse; }
+.committers td, .committers th { padding:.3em; border:1px solid #bbb; }
+.committers tbody tr:nth-child(odd) { background-color:#f6f6f6; }
+
 @media (min-width: 1200px) { .container-fluid {
   width: 1170px
 } }