You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/06/19 22:35:55 UTC

svn commit: r1351842 - in /accumulo/site/trunk: content/people.mdtext templates/sidenav.mdtext

Author: billie
Date: Tue Jun 19 20:35:55 2012
New Revision: 1351842

URL: http://svn.apache.org/viewvc?rev=1351842&view=rev
Log:
added people page

Added:
    accumulo/site/trunk/content/people.mdtext   (with props)
Modified:
    accumulo/site/trunk/templates/sidenav.mdtext

Added: accumulo/site/trunk/content/people.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/people.mdtext?rev=1351842&view=auto
==============================================================================
--- accumulo/site/trunk/content/people.mdtext (added)
+++ accumulo/site/trunk/content/people.mdtext Tue Jun 19 20:35:55 2012
@@ -0,0 +1,65 @@
+Title: Apache Accumulo Contributors
+Notice:    Licensed to the Apache Software Foundation (ASF) under one
+           or more contributor license agreements.  See the NOTICE file
+           distributed with this work for additional information
+           regarding copyright ownership.  The ASF licenses this file
+           to you under the Apache License, Version 2.0 (the
+           "License"); you may not use this file except in compliance
+           with the License.  You may obtain a copy of the License at
+           .
+             http://www.apache.org/licenses/LICENSE-2.0
+           .
+           Unless required by applicable law or agreed to in writing,
+           software distributed under the License is distributed on an
+           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+           KIND, either express or implied.  See the License for the
+           specific language governing permissions and limitations
+           under the License.
+
+<style type="text/css">
+table, td {
+  border-collapse: collapse;
+  border: 1px solid black;
+  padding: 5px;
+}
+th {
+  style: font-weight:bold;
+}
+tr.pmconly {
+  background: #FFF0F0;
+}
+tr.pmc {
+  background: #FFF0FF;
+}
+tr.committer {
+  background: #F0F0FF;
+}
+tr.contributor {
+  background: #F0FFF0;
+}
+</style>
+<table>
+  <tr><th>username</th><th>name</th><th>role</th></tr>
+  <tr class="pmc"><td>acordova</td><td>Aaron Cordova</td><td>pmc, committer</td></tr>
+  <tr class="pmc"><td>afuchs</td><td>Adam Fuchs</td><td>pmc, committer</td></tr>
+  <tr class="pmc"><td>bimargulies</td><td>Benson Margulies</td><td>pmc, committer</td></tr>
+  <tr class="pmc"><td>billie</td><td>Billie Rinaldi</td><td>pmc, committer</td></tr>
+  <tr class="pmc"><td>cawaring</td><td>Chris Waring</td><td>pmc, committer</td></tr>
+  <tr class="pmc"><td>medined</td><td>David Medinets</td><td>pmc, committer</td></tr>
+  <tr class="contributor"><td></td><td>Dennis Patrone</td><td>contributor</td></tr>
+  <tr class="contributor"><td>drew</td><td>Drew Farris</td><td>contributor</td></tr>
+  <tr class="contributor"><td>edwardyoon</td><td>Edward Yoon</td><td>contributor</td></tr>
+  <tr class="pmc"><td>ecn</td><td>Eric Newton</td><td>pmc, committer</td></tr>
+  <tr class="committer"><td>jtrost</td><td>Jason Trost</td><td>committer</td></tr>
+  <tr class="contributor"><td></td><td>Jesse Yates</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>Jim Klucar</td><td>contributor</td></tr>
+  <tr class="pmc"><td>vines</td><td>John Vines</td><td>pmc, committer</td></tr>
+  <tr class="contributor"><td></td><td>Josh Elser</td><td>contributor</td></tr>
+  <tr class="pmc"><td>kturner</td><td>Keith Turner</td><td>pmc, committer</td></tr>
+  <tr class="contributor"><td></td><td>Matthew Kirkley</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>Michael Wall</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>Sapah Shah</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>Scott Kuehn</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>Travis Pinney</td><td>contributor</td></tr>
+  <tr class="contributor"><td></td><td>William Slacum</td><td>contributor</td></tr>
+</table>

Propchange: accumulo/site/trunk/content/people.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: accumulo/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/templates/sidenav.mdtext?rev=1351842&r1=1351841&r2=1351842&view=diff
==============================================================================
--- accumulo/site/trunk/templates/sidenav.mdtext (original)
+++ accumulo/site/trunk/templates/sidenav.mdtext Tue Jun 19 20:35:55 2012
@@ -7,7 +7,7 @@
 # Community
  - [Get Involved](/get_involved.html)
  - [Mailing Lists](/mailing_list.html)
- - [People](https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-2&selectedProjectId=12312121&reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport)
+ - [People](/people.html)
 
 # Development
  - [Source & Guide](/source.html)