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 2013/07/25 12:40:26 UTC

svn commit: r871129 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/zh-cn/download/index.html

Author: buildbot
Date: Thu Jul 25 10:40:26 2013
New Revision: 871129

Log:
Staging update by buildbot for ooo-site

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 10:40:26 2013
@@ -1 +1 @@
-1506832
+1506875

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 10:40:26 2013
@@ -1 +1 @@
-1506832
+1506875

Modified: websites/staging/ooo-site/trunk/content/zh-cn/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/zh-cn/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/zh-cn/download/index.html Thu Jul 25 10:40:26 2013
@@ -96,8 +96,10 @@
   <!--
   // Set a specific language ISO code to force to assemble a certain localized build as download URL
   var NL_LANGUAGE = "zh-cn";
+  // It is a temporary parameter before the global parameter "VERSION" was fixed and effected.
+  var VERSION_4 = "4.0.0";
   // Set some variables
-  var LINK        = getLink( VERSION, NL_LANGUAGE, MIRROR, SCHEMA );
+  var LINK        = getLink( VERSION_4, NL_LANGUAGE, MIRROR, SCHEMA );
   var LANG_ARRAY  = getArray( NL_LANGUAGE );
   var LANG_ISO    = getLanguageISO( NL_LANGUAGE );
   var PLATFORM    = getPlatform( SCHEMA );
@@ -105,7 +107,7 @@
   if ( hasMirrorLink( NL_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>"
+    document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>下载 Apache OpenOffice " + VERSION_4 + "</a></h2>"
     + "<p><a href='" + LINK + "' title='" + LINK + "'>Click to start downloading the most recent version for "
     + PLATFORM + " and " + LANG_ARRAY[ 2 ] + "."
     + "<br /></p>" );
@@ -115,7 +117,7 @@
     document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
     + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
     document.write( "<h2><a href='" + LANG_ARRAY[ 3 ] + "' title='" + LANG_ARRAY[ 3 ] + "'>下载 Apache OpenOffice "
-    + VERSION + "</a></h2>"
+    + VERSION_4 + "</a></h2>"
     + "<p><a href='" + LANG_ARRAY[ 3 ] + "' title='" + LANG_ARRAY[ 3 ] + "'>A release for " + LANG_ARRAY[ 2 ]
     + " 不可用.请从下载页选择一种可替代的语言版本.</a></p>" );
   }
@@ -127,11 +129,11 @@
     + "<a href='other.html#tested-sdk' title='获取所有源代码包和SDK下载'>"
     + "<b>源代码和SDK</b></a> | <br />"
     + "签名和哈希: "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "asc" )    + "' + title='ASC signature'>ASC</a> , "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "md5" )    + "' + title='MD5 hash'>MD5</a> , "
-    + "<a href='" + apache_getChecksum( VERSION, NL_LANGUAGE, SCHEMA, "sha256" ) + "' + title='SHA256 hash'>SHA256</a> | "
-    + "<a href='../development/releases/" + VERSION + ".html'"
-    + "title='Apache OpenOffice有何更新,有何进步?" + VERSION + "?'>发行说明</a> | "
+    + "<a href='" + apache_getChecksum( VERSION_4, NL_LANGUAGE, SCHEMA, "asc" )    + "' + title='ASC signature'>ASC</a> , "
+    + "<a href='" + apache_getChecksum( VERSION_4, NL_LANGUAGE, SCHEMA, "md5" )    + "' + title='MD5 hash'>MD5</a> , "
+    + "<a href='" + apache_getChecksum( VERSION_4, NL_LANGUAGE, SCHEMA, "sha256" ) + "' + title='SHA256 hash'>SHA256</a> | "
+    + "<a href='../development/releases/" + VERSION_4 + ".html'"
+    + "title='Apache OpenOffice有何更新,有何进步?" + VERSION_4 + "?'>发行说明</a> | "
     + "<a href='legacy/index.html' title='获取遗留版本 OpenOffice.org 3.3.0'>遗留版本</a></p>"
   + "</div>" );