Author: mafr
Date: Sun Oct 7 16:55:17 2012
New Revision: 1395340
URL: http://svn.apache.org/viewvc?rev=1395340&view=rev
Log:
CRUNCH-64: Add a download page.
Added:
incubator/crunch/site/trunk/content/crunch/download.mdtext (with props)
Modified:
incubator/crunch/site/trunk/lib/path.pm
Added: incubator/crunch/site/trunk/content/crunch/download.mdtext
URL:
http://svn.apache.org/viewvc/incubator/crunch/site/trunk/content/crunch/download.mdtext?rev=1395340&view=auto
==============================================================================
--- incubator/crunch/site/trunk/content/crunch/download.mdtext (added)
+++ incubator/crunch/site/trunk/content/crunch/download.mdtext Sun Oct 7
16:55:17 2012
@@ -0,0 +1,60 @@
+Title: Download
+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.
+
+Apache Crunch is distributed under the [Apache License 2.0][license].
+
+The link in the Download column takes you to a list of mirrors based on
+your location. Checksum and signature are located on Apache's main
+distribution site.
+
+<table class="table">
+ <thead>
+ <tr>
+ <th></th>
+ <th>Downloads</th>
+ <th>Checksums</th>
+ <th>Signatures</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Apache Crunch 0.3.0-incubating (source)</td>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/incubator/crunch/crunch-0.3.0-incubating/apache-crunch-0.3.0-incubating-src.zip">ZIP</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dist/incubator/crunch/crunch-0.3.0-incubating/apache-crunch-0.3.0-incubating-src.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/incubator/crunch/crunch-0.3.0-incubating/apache-crunch-0.3.0-incubating-src.zip.sha1">SHA1</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dist/incubator/crunch/crunch-0.3.0-incubating/apache-crunch-0.3.0-incubating-src.zip.asc">ASC</a>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+All previous releases are available from Apache's
+[archive repository][archive].
+
+It is essential that you verify the integrity of the downloaded release
+files using the provided checksums and cryptographic signatures. Use our
+[KEYS][keys] file to check signatures via PGP or GPG.
+
+[archive]: http://archive.apache.org/dist/incubator/crunch/
+[license]: http://www.apache.org/licenses/LICENSE-2.0.html
+[keys]: http://www.apache.org/dist/incubator/crunch/KEYS
Propchange: incubator/crunch/site/trunk/content/crunch/download.mdtext
------------------------------------------------------------------------------
svn:eol-style = native
Modified: incubator/crunch/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/incubator/crunch/site/trunk/lib/path.pm?rev=1395340&r1=1395339&r2=1395340&view=diff
==============================================================================
--- incubator/crunch/site/trunk/lib/path.pm (original)
+++ incubator/crunch/site/trunk/lib/path.pm Sun Oct 7 16:55:17 2012
@@ -5,6 +5,8 @@ our @nav = (
{ title => "Apache Crunch" },
{ title => "Overview",
href => "/crunch/index.html"},
+ { title => "Download",
+ href => "/crunch/download.html"},
{ title => "API",
href => "/crunch/apidocs/0.3.0/" },
{ title => "Wiki",