You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2012/09/15 19:26:59 UTC

svn commit: r832087 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/new/index.html

Author: buildbot
Date: Sat Sep 15 17:26:59 2012
New Revision: 832087

Log:
Staging update by buildbot for openofficeorg

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/test/new/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 15 17:26:59 2012
@@ -1 +1 @@
-1385133
+1385134

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Sep 15 17:26:59 2012
@@ -1 +1 @@
-1385133
+1385134

Modified: websites/staging/ooo-site/trunk/content/download/test/new/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/new/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/new/index.html Sat Sep 15 17:26:59 2012
@@ -46,23 +46,23 @@
   <!--
   // Set a specific language ISO code to force to assemble a certain localized build as download URL
   var NL_LANGUAGE = "";
-  var LINK        = getLink( VERSION, NL_LANGUAGE );
+  var LINK        = getLink();
 
-  if ( hasMirrorLink( NL_LANGUAGE ) ) {
+  if ( hasMirrorLink() ) {
     // Download directly from a Sourceforge mirror with displayed platform and language.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
     + LINK + "');" + "return false;\">" );
     document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
-    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here to start the download for <b>" + PLATFORM + "</b> and <b>"
-    + LANG_ARRAY[ 2 ] + "</b>.</a></p>" );
+    + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here to start the download for <b>" + UI_PLATFORM + "</b>"
+    + " and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>" );
   } else {
     // Download from an alternative webpage as hasMirrorLink() == false.
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 4 ] + "');" + "return false;\">" );
     document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>Apache OpenOffice " + VERSION
     + "</a></h2>"
-    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for <b>" + PLATFORM + "</b> and <b>"
-    + LANG_ARRAY[ 2 ] + "</b> is not available. Click here to choose from the alternative download webpage.</a></p>" );
+    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for <b>" + UI_PLATFORM + "</b>"
+    + " and <b>" + LANG_ARRAY[ 2 ] + "</b> is not available. Click to choose from alternative download webpage.</a></p>" );
   }
 
   document.write( "</div>" );
@@ -72,9 +72,9 @@
     + "<a href='other.html#tested-sdk' title='Get all source code tarballs and SDK to download'>"
     + "<b>Source Code tarballs and SDK</b></a> | <br />"
     + "Signatures and Hashes: "
-    + "<a href='" + getChecksum( VERSION, NL_LANGUAGE, "asc" )    + "' + title='ASC signature'>ASC</a> , "
-    + "<a href='" + getChecksum( VERSION, NL_LANGUAGE, "md5" )    + "' + title='MD5 hash'>MD5</a> , "
-    + "<a href='" + getChecksum( VERSION, NL_LANGUAGE, "sha256" ) + "' + title='SHA256 hash'>SHA256</a> | "
+    + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
+    + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
+    + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> | "
     + "<a href='../development/releases/" + VERSION + ".html'"
     + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'>Release Notes</a> | "
     + "<a href='legacy/index.html' title='Get the legacy version OpenOffice.org 3.3.0'>Legacy Version</a></p>"