Author: mafr
Date: Fri Mar 29 09:15:14 2013
New Revision: 1462430
URL: http://svn.apache.org/r1462430
Log:
[CRUNCH-187] Add an "about page" with project history and team information.
Break the menu into three sections for better readability.
Change copyright year to 2013.
Added:
crunch/site/trunk/content/about.mdtext (with props)
Modified:
crunch/site/trunk/content/index.mdtext
crunch/site/trunk/lib/path.pm
crunch/site/trunk/templates/skeleton.html
Added: crunch/site/trunk/content/about.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/about.mdtext?rev=1462430&view=auto
==============================================================================
--- crunch/site/trunk/content/about.mdtext (added)
+++ crunch/site/trunk/content/about.mdtext Fri Mar 29 09:15:14 2013
@@ -0,0 +1,121 @@
+Title: About
+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.
+
+The initial source code of the Apache Crunch project has been written mostly
+by Josh Wills at [Cloudera](http://www.cloudera.com/) in 2011, based on
+Google's FlumeJava library. The project was open sourced at GitHub soon
+afterwards where serveral releases up to and including 0.2.4 were made.
+
+In May 2012, Cloudera donated the source code to Apache and the project
+entered the [Apache Incubator](http://incubator.apache.org). After 9 months at
+the Incubator and three releases (0.3.0-incubating to 0.5.0-incubating), the
+Apache Board of Directors established the Apache Crunch project in February
+2013 as a new top level project.
+
+
+## Team
+
+<!--
+ Markdown-generated tables don't have the proper CSS classes,
+ so we use plain HTML tables.
+-->
+
+<table class="table">
+ <thead>
+ <tr>
+ <th>ID</th>
+ <th>Name</th>
+ <th>Organization</th>
+ <th>Role</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>brock</td>
+ <td>Brock Noland</td>
+ <td><a href="http://www.cloudera.com/">Cloudera</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>chaoshi</td>
+ <td>Chao Shi</td>
+ <td>Independent</td>
+ <td>committer</td>
+ </tr>
+ <tr>
+ <td>dbeech</td>
+ <td>Dave Beech</td>
+ <td>Paralia Tech</td>
+ <td>committer</td>
+ </tr>
+ <tr>
+ <td>greid</td>
+ <td>Gabriel Reid</td>
+ <td><a href="http://www.ngdata.com/">NGData</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>jwills</td>
+ <td>Josh Wills</td>
+ <td><a href="http://www.cloudera.com/">Cloudera</a></td>
+ <td>PMC chair, committer</td>
+ </tr>
+ <tr>
+ <td>kiyan</td>
+ <td>Kiyan Ahmadizadeh</td>
+ <td><a href="http://www.wibidata.com/">WikbiData</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>mafr</td>
+ <td>Matthias Friedrich</td>
+ <td><a href="http://mafr.de/">Independent</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>robertchu</td>
+ <td>Robert Chu</td>
+ <td><a href="http://www.wibidata.com/">WikbiData</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>rsharma</td>
+ <td>Rahul Sharma</td>
+ <td><a href="http://mettl.com/">Mettl.com</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>tomwhite</td>
+ <td>Tom White</td>
+ <td><a href="http://www.cloudera.com/">Cloudera</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>tzolov</td>
+ <td>Christian Tzolov</td>
+ <td>Logaritex</td>
+ <td>PMC member, committer</td>
+ </tr>
+ <tr>
+ <td>vinodkv</td>
+ <td>Vinod Kumar Vavilapalli</td>
+ <td><a href="http://hortonworks.com/">Hortonworks</a></td>
+ <td>PMC member, committer</td>
+ </tr>
+ </tbody>
+</table>
Propchange: crunch/site/trunk/content/about.mdtext
------------------------------------------------------------------------------
svn:eol-style = native
Modified: crunch/site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/content/index.mdtext?rev=1462430&r1=1462429&r2=1462430&view=diff
==============================================================================
--- crunch/site/trunk/content/index.mdtext (original)
+++ crunch/site/trunk/content/index.mdtext Fri Mar 29 09:15:14 2013
@@ -19,10 +19,10 @@ Notice: Licensed to the Apache Softwar
---
-> The *Apache Crunch* Java library provides a framework for writing, testing,
and
-> running MapReduce pipelines, and is based on Google's FlumeJava library. Its
goal is to make
-> pipelines that are composed of many user-defined functions simple to write,
-> easy to test, and efficient to run.
+> The *Apache Crunch* Java library provides a framework for writing, testing,
+> and running MapReduce pipelines. Its goal is to make pipelines that are
+> composed of many user-defined functions simple to write, easy to test, and
+> efficient to run.
---
Modified: crunch/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/lib/path.pm?rev=1462430&r1=1462429&r2=1462430&view=diff
==============================================================================
--- crunch/site/trunk/lib/path.pm (original)
+++ crunch/site/trunk/lib/path.pm Fri Mar 29 09:15:14 2013
@@ -11,15 +11,18 @@ our @nav = (
href => "/download.html"},
{ title => "API",
href => "/apidocs/0.5.0/" },
- { title => "Wiki",
- href => "https://cwiki.apache.org/confluence/display/CRUNCH/" },
- { title => "Project" },
+ { title => "Development" },
{ title => "Source Code",
href => "/source-repository.html" },
{ title => "Mailing Lists",
href => "/mailing-lists.html" },
{ title => "Issue Tracking",
href => "http://issues.apache.org/jira/browse/CRUNCH" },
+ { title => "Wiki",
+ href => "https://cwiki.apache.org/confluence/display/CRUNCH/" },
+ { title => "Project" },
+ { title => "About",
+ href => "/about.html" },
{ title => "Bylaws",
href => "/bylaws.html" },
{ title => "License",
Modified: crunch/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/crunch/site/trunk/templates/skeleton.html?rev=1462430&r1=1462429&r2=1462430&view=diff
==============================================================================
--- crunch/site/trunk/templates/skeleton.html (original)
+++ crunch/site/trunk/templates/skeleton.html Fri Mar 29 09:15:14 2013
@@ -101,7 +101,7 @@
<footer>
<div class="container-fluid">
- <div class="row span12">Copyright © 2012
+ <div class="row span12">Copyright © 2013
<a href="http://www.apache.org/">The Apache Software Foundation</a>,
licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<p><small>Apache Crunch, Apache Hadoop, Hadoop, Apache, and the