Author: buildbot
Date: Thu Jul 25 10:42:56 2013
New Revision: 871130
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:42:56 2013
@@ -1 +1 @@
-1506875
+1506876
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 25 10:42:56 2013
@@ -1 +1 @@
-1506875
+1506876
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:42:56 2013
@@ -97,9 +97,9 @@
// 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";
+ var VERSION_FOUR = "4.0.0";
// Set some variables
- var LINK = getLink( VERSION_4, NL_LANGUAGE, MIRROR, SCHEMA );
+ var LINK = getLink( VERSION_FOUR, NL_LANGUAGE, MIRROR, SCHEMA );
var LANG_ARRAY = getArray( NL_LANGUAGE );
var LANG_ISO = getLanguageISO( NL_LANGUAGE );
var PLATFORM = getPlatform( SCHEMA );
@@ -107,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 + "'>ä¸è½½
Apache OpenOffice " + VERSION_4 + "</a></h2>"
+ document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>ä¸è½½
Apache OpenOffice " + VERSION_FOUR + "</a></h2>"
+ "<p><a href='" + LINK + "' title='" + LINK + "'>Click to start
downloading the most recent version for "
+ PLATFORM + " and " + LANG_ARRAY[ 2 ] + "."
+ "<br /></p>" );
@@ -117,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_4 + "</a></h2>"
+ + VERSION_FOUR + "</a></h2>"
+ "<p><a href='" + LANG_ARRAY[ 3 ] + "' title='" + LANG_ARRAY[ 3 ] + "'>A
release for " + LANG_ARRAY[ 2 ]
+ "
ä¸å¯ç¨.请ä»ä¸è½½é¡µéæ©ä¸ç§å¯æ¿ä»£çè¯è¨çæ¬.</a></p>" );
}
@@ -129,11 +129,11 @@
+ "<a href='other.html#tested-sdk' title='è·åæææºä»£ç å
åSDKä¸è½½'>"
+ "<b>æºä»£ç åSDK</b></a> | <br />"
+ "ç¾åååå¸: "
- + "<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='" + apache_getChecksum( VERSION_FOUR, NL_LANGUAGE, SCHEMA,
"asc" ) + "' + title='ASC signature'>ASC</a> , "
+ + "<a href='" + apache_getChecksum( VERSION_FOUR, NL_LANGUAGE, SCHEMA,
"md5" ) + "' + title='MD5 hash'>MD5</a> , "
+ + "<a href='" + apache_getChecksum( VERSION_FOUR, NL_LANGUAGE, SCHEMA,
"sha256" ) + "' + title='SHA256 hash'>SHA256</a> | "
+ + "<a href='../development/releases/" + VERSION_FOUR + ".html'"
+ + "title='Apache OpenOfficeæä½æ´æ°,æä½è¿æ¥ï¼" + VERSION_FOUR +
"?'>åè¡è¯´æ</a> | "
+ "<a href='legacy/index.html' title='è·åéççæ¬ OpenOffice.org
3.3.0'>éççæ¬</a></p>"
+ "</div>" );