Return-Path: X-Original-To: apmail-crunch-commits-archive@www.apache.org Delivered-To: apmail-crunch-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4959104B5 for ; Tue, 14 Jan 2014 00:58:47 +0000 (UTC) Received: (qmail 68055 invoked by uid 500); 14 Jan 2014 00:58:45 -0000 Delivered-To: apmail-crunch-commits-archive@crunch.apache.org Received: (qmail 68027 invoked by uid 500); 14 Jan 2014 00:58:43 -0000 Mailing-List: contact commits-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list commits@crunch.apache.org Received: (qmail 68019 invoked by uid 99); 14 Jan 2014 00:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 00:58:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jan 2014 00:58:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 089E52388860; Tue, 14 Jan 2014 00:58:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1557897 - in /crunch/site/trunk: content/download.mdtext lib/path.pm Date: Tue, 14 Jan 2014 00:58:19 -0000 To: commits@crunch.apache.org From: jwills@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140114005820.089E52388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jwills Date: Tue Jan 14 00:58:19 2014 New Revision: 1557897 URL: http://svn.apache.org/r1557897 Log: Update download links and correct typo in path Modified: crunch/site/trunk/content/download.mdtext crunch/site/trunk/lib/path.pm Modified: crunch/site/trunk/content/download.mdtext URL: http://svn.apache.org/viewvc/crunch/site/trunk/content/download.mdtext?rev=1557897&r1=1557896&r2=1557897&view=diff ============================================================================== --- crunch/site/trunk/content/download.mdtext (original) +++ crunch/site/trunk/content/download.mdtext Tue Jan 14 00:58:19 2014 @@ -33,78 +33,153 @@ distribution site. - Apache Crunch 0.8.1 (source) + Apache Crunch 0.8.2 (source) - zip + zip - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC - tar.gz + tar.gz - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC - Apache Crunch 0.8.1 (Hadoop1 binary) + Apache Crunch 0.8.2 (Hadoop1 binary) - zip + zip - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC - tar.gz + tar.gz - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC - Apache Crunch 0.8.1 (Hadoop2 binary) + Apache Crunch 0.8.2 (Hadoop2 binary) - zip + zip - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC - tar.gz + tar.gz - MD5 - SHA1 + MD5 + SHA1 - ASC + ASC + + + + Apache Crunch 0.9.0 (source) + + zip + + + MD5 + SHA1 + + + ASC + + + + + tar.gz + + + MD5 + SHA1 + + + ASC + + + + Apache Crunch 0.9.0 (Hadoop1 binary) + + zip + + + MD5 + SHA1 + + + ASC + + + + + tar.gz + + + MD5 + SHA1 + + + ASC + + + + Apache Crunch 0.9.0 (Hadoop2 binary) + + zip + + + MD5 + SHA1 + + + ASC + + + + + tar.gz + + + MD5 + SHA1 + + + ASC Modified: crunch/site/trunk/lib/path.pm URL: http://svn.apache.org/viewvc/crunch/site/trunk/lib/path.pm?rev=1557897&r1=1557896&r2=1557897&view=diff ============================================================================== --- crunch/site/trunk/lib/path.pm (original) +++ crunch/site/trunk/lib/path.pm Tue Jan 14 00:58:19 2014 @@ -13,7 +13,7 @@ our @nav = ( href => "/download.html"}, { title => "API (supporting HBase 0.94.x)", href => "/apidocs/0.8.2/" }, - { title => "API (supporting HBase 0.96.x", + { title => "API (supporting HBase 0.96.x)", href => "/apidocs/0.9.0/" }, { title => "Development" }, { title => "Source Code",