Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-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 6C90611BC3 for ; Wed, 30 Apr 2014 18:08:50 +0000 (UTC) Received: (qmail 43876 invoked by uid 500); 30 Apr 2014 18:08:49 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 43841 invoked by uid 500); 30 Apr 2014 18:08:49 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 43834 invoked by uid 99); 30 Apr 2014 18:08:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 18:08:49 +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; Wed, 30 Apr 2014 18:08:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C27AE2388AB8; Wed, 30 Apr 2014 18:08:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1591430 - /openoffice/ooo-site/trunk/content/download/test/analyze_beta.html Date: Wed, 30 Apr 2014 18:08:27 -0000 To: commits@openoffice.apache.org From: marcus@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140430180827.C27AE2388AB8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: marcus Date: Wed Apr 30 18:08:27 2014 New Revision: 1591430 URL: http://svn.apache.org/r1591430 Log: Let the release mode values start with '1' instead of '0', to avoid errors Modified: openoffice/ooo-site/trunk/content/download/test/analyze_beta.html Modified: openoffice/ooo-site/trunk/content/download/test/analyze_beta.html URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze_beta.html?rev=1591430&r1=1591429&r2=1591430&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/download/test/analyze_beta.html (original) +++ openoffice/ooo-site/trunk/content/download/test/analyze_beta.html Wed Apr 30 18:08:27 2014 @@ -31,7 +31,7 @@ screen reader. --> // Set a specific language ISO code to force to assemble a certain localized build as download URL var NL_LANGUAGE = ""; // Get the download URL for Beta releases (>0 = beta mode) - var LINK = getLink( 1 ); + var LINK = getLink( 2 ); if ( hasMirrorLink() ) { if ( SOURCEFORGE ) { // If a Beta Release is available for download, then download from Sourceforge with displayed platform and language. @@ -157,7 +157,7 @@ screen reader. --> document.write( "File size (MByte) " + FILESIZE + "" ); document.write( "Download file link " + LINK + "" ); document.write( "Checksum file link (here for MD5) " + CHECKSUM_MD5 + "" ); - document.write( "getLink() " + getLink( 1 ) + "" ); + document.write( "getLink() " + getLink( 2 ) + "" ); document.write( "hasMirrorLink() ? " + hasMirrorLink() + "" ); document.write( "Old platform ? " + OLD_PLATFORM + "" ); document.write( "Contains link to Sourgeforge ? " + SOURCEFORGE + "" );