Author: buildbot
Date: Thu May 29 12:00:59 2014
New Revision: 910387
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/download/test/globalvars_droplist.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 29 12:00:59 2014
@@ -1 +1 @@
-1598261
+1598262
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 29 12:00:59 2014
@@ -1 +1 @@
-1598261
+1598262
Modified:
websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js
==============================================================================
---
websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js
(original)
+++
websites/staging/ooo-site/trunk/content/download/test/globalvars_droplist.js
Thu May 29 12:00:59 2014
@@ -8,10 +8,10 @@
* VERSION: Set the release version (e.g., "4.1.0") that is currently on the
mirrors.
*/
-// Stable release: General variables
+// Stable release: General variables.
var VERSION = "4.1.0";
var VERSION_SHORT = VERSION;
-// If last char of VERSION == 0, assign only the first 3 chars to VERSION_SHORT
+// If last char of VERSION == 0, assign only the first 3 chars to
VERSION_SHORT.
if ( VERSION.slice( 4, 5 ) == "0" )
VERSION_SHORT = VERSION.substring( 0, 3 );
var MILESTONE = "AOO410m18";
@@ -22,7 +22,7 @@ var PREV_VERSION = "4.0.1";
var OLDVERSION = "3.4.1";
var LEGACYVERSION = "3.3.0";
-// Only used on the "other.html" webpage
+// Only used on the "other.html" webpage.
var PLATFORM = [ "Win_x86", "Linux_x86_rpm",
"Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb",
"MacOS_x86" ];
var FULL_LANG = [ "ast", "bg", "cs", "da", "de", "el",
"en-GB", "en-US", "es", "eu", "fi", "fr", "gd",
@@ -33,7 +33,7 @@ var LP_LANG = [ "ast", "bg", "cs", "da
"ru", "sk", "sl", "sr", "sv", "ta", "th",
"tr", "vi", "zh-CN", "zh-TW" ];
var SDK_LANG = [ "en-US" ];
-// OS data for the <select> element
+// OS data for the <select> element.
var SEL_OS = [ "Win_x86_install", "Windows
(EXE)", ".exe",
"Linux_x86-64_install-deb", "Linux 64-bit
(x86-64) (DEB)", ".tar.gz",
"Linux_x86-64_install-rpm", "Linux 64-bit
(x86-64) (RPM)", ".tar.gz",
@@ -52,7 +52,7 @@ var SEL_OS = [ "win32", "Windows 32-b
"mac32", "OS X 32-bit (x86) (DMG)",
"MacOS_x86_install", ".dmg" ];
*/
-// Language data for the <select> element
+// Language data for the <select> element.
var SEL_LANG = [ "ast", "Asturian (Asturianu) (ast)",
"eu", "Basque (Euskara) (eu)",
"bg", "Bulgarian (бÑлгаÑÑки
език) (bg)",
@@ -92,22 +92,22 @@ var SEL_LANG = [ "ast", "Asturian
(A
"tr", "Turkish (Türkçe) (tr)",
"vi", "Vietnamese (Tiếng Viá»t) (vi)"
];
-// Version data for the <select> element
+// Version data for the <select> element.
var SEL_VER = [ "4.1.0", "4.1.0",
"4.0.1", "4.0.1",
"4.0.0", "4.0.0" ];
-// Install type data for the <select> element
+// Install type data for the <select> element.
// var SEL_TYPE = [ "e1", "Choose install type", "e2",
"-------------------",
// "full", "Full Installation", "lp",
"Language Pack" ];
-// Base URLs to the Sourceforge and Apache mirror server
+// Base URLs to the Sourceforge and Apache mirror server.
var SOURCEFORGE =
"http://sourceforge.net/projects/openofficeorg.mirror/files/";
var ASF =
"http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
var ASF_DIST = "http://www.apache.org/dist/openoffice/";
var ASF_ARC = "http://archive.apache.org/dist/openoffice/";
-// Beta Release: General variables
+// Beta Release: General variables.
var BETA_VERSION = "4.1.0-beta";
var BETA_NAME = "4.1.0 Beta";
var BETA_MILESTONE = "AOO410m14";
@@ -116,7 +116,7 @@ var BETA_SVN_REV = "r1573601";
var BETA_REL_DATE = "2014-Mar-10";
var BETA_ACTIVE = -1; // 1 = activate
download, 0 = display "coming soon", -1 = display nothing
-// Only used on the "all_beta.html" webpage
+// Only used on the "all_beta.html" webpage.
var BETA_PLATFORM = [ "Win_x86", "Linux_x86_rpm",
"Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb",
"MacOS_x86-64" ];
var BETA_FULL_LANG = [ "ast", "bg", "cs", "da", "de", "el",
"en-GB", "en-US", "es", "eu", "fi", "fr", "gd",
@@ -127,23 +127,23 @@ var BETA_LP_LANG = [ "ast", "bg", "cs",
"sk", "sl", "sr", "sv", "ta", "th", "tr",
"vi", "zh-CN", "zh-TW" ];
var BETA_SDK_LANG = [ "en-US" ];
-// Base URLs to the Sourceforge and Apache mirror server
+// Base URLs to the Sourceforge and Apache mirror server.
var BETA_SOURCEFORGE_BASE_URL =
"http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" +
BETA_VERSION;
BETA_SOURCEFORGE_BASE_URL = BETA_SOURCEFORGE_BASE_URL + "/binaries/";
var BETA_ASF_BASE_URL =
"http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" +
BETA_VERSION;
var BETA_ASF_DIST_BASE_URL = "http://www.apache.org/dist/openoffice/"
+ BETA_VERSION;
var BETA_ASF_ARC_BASE_URL = "http://archive.apache.org/dist/openoffice/"
+ BETA_VERSION;
-// Debug: Uncomment to use different base URLs
+// Debug: Uncomment to use different base URLs.
// var PEOPLE_BASE_URL = "http://people.apache.org/~marcus/aoo/"
+ VERSION;
// var ASF_BASE_URL =
"http://www.apache.org/dyn/aoo-closer.cgi/aoo/" +
VERSION;
// var ASF_DIST_BASE_URL = "http://www.apache.org/dist/aoo/"
+ VERSION;
-// Deprecated mirror server
+// Deprecated mirror server.
// var MIRROR_BOUNCER_URL = "http://openoffice.bouncer.osuosl.org/";
// var MIRROR_MIRRORBRAIN_URL = "http://download.services.openoffice.org/";
// var MIRROR_MIRRORBRAIN_URL2 = "http://openoffice.mirrorbrain.org/";
-// The maximal available number of languages
+// The maximal number of available languages in "languages.js".
var LANG_MAX = 133;