You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/05/29 00:25:42 UTC

svn commit: r1598160 - /openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Author: marcus
Date: Wed May 28 22:25:42 2014
New Revision: 1598160

URL: http://svn.apache.org/r1598160
Log:
Updated variables

Modified:
    openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js?rev=1598160&r1=1598159&r2=1598160&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars_droplist.js Wed May 28 22:25:42 2014
@@ -23,9 +23,14 @@ var OLDVERSION			= "3.4.1";
 var LEGACYVERSION		= "3.3.0";
 
 // 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","gl","he","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" ];
-var LP_LANG			= [ "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","he","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" ];
+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",
+				    "gl", "he", "hi", "hu", "it", "ja", "km", "ko", "lt", "nb", "nl", "pl", "pt", "pt-BR",
+				    "ru", "sk", "sl", "sr", "sv", "ta", "th", "tr", "vi", "zh-CN", "zh-TW" ];
+var LP_LANG			= [ "ast", "bg", "cs", "da", "de", "el", "en-GB", "en-US", "es", "eu", "fi", "fr", "gd",
+				    "gl", "he", "hi", "hu", "it", "ja", "km", "ko", "lt", "nb", "nl", "pl", "pt", "pt-BR",
+				    "ru", "sk", "sl", "sr", "sv", "ta", "th", "tr", "vi", "zh-CN", "zh-TW" ];
 var SDK_LANG			= [ "en-US" ];
 
 // OS data for the <select> element
@@ -100,6 +105,7 @@ var SEL_VER			= [ "4.1.0", "4.1.0",
 var SOURCEFORGE			= "http://sourceforge.net/projects/openofficeorg.mirror/files/";
 var APACHE			= "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/";
 var APACHE_DIST			= "http://www.apache.org/dist/openoffice/";
+var APACHE_ARC			= "http://archive.apache.org/dist/openoffice/";
 
 // Beta Release: General variables 
 var BETA_VERSION		= "4.1.0-beta";
@@ -111,15 +117,22 @@ 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
-var BETA_PLATFORM		= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "MacOS_x86-64" );
-var BETA_FULL_LANG		= new Array( "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" );
-var BETA_LP_LANG		= new Array( "ast","bg","cs","da","de","el","en-GB","en-US","es","eu","fi","fr","gd","gl","hi","hu","it","ja","km","ko","lt","nb","nl","pl","pt","pt-BR","ru","sk","sl","sr","sv","ta","th","tr","vi","zh-CN","zh-TW" );
-var BETA_SDK_LANG		= new Array( "en-US" );
+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",
+				    "gl", "hi", "hu", "it", "ja", "km", "ko", "lt", "nb", "nl", "pl", "pt", "pt-BR", "ru",
+				    "sk", "sl", "sr", "sv", "ta", "th", "tr", "vi", "zh-CN", "zh-TW" ];
+var BETA_LP_LANG		= [ "ast", "bg", "cs", "da", "de", "el", "en-GB", "en-US", "es", "eu", "fi", "fr", "gd",
+				    "gl", "hi", "hu", "it", "ja", "km", "ko", "lt", "nb", "nl", "pl", "pt", "pt-BR", "ru",
+				    "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
-var BETA_SOURCEFORGE_BASE_URL	= "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + BETA_VERSION + "/binaries/";
+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_APACHE_BASE_URL	= "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"		   + BETA_VERSION;
 var BETA_APACHE_DIST_BASE_URL	= "http://www.apache.org/dist/openoffice/"				   + BETA_VERSION;
+var BETA_APACHE_ARC_BASE_URL	= "http://archive.apache.org/dist/openoffice/"				   + BETA_VERSION;
 
 // Debug: Uncomment to use different base URLs
 // var PEOPLE_BASE_URL		= "http://people.apache.org/~marcus/aoo/"				   + VERSION;