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 2013/06/08 21:18:56 UTC

svn commit: r1491037 - /openoffice/ooo-site/trunk/content/download/test/globalvars.js

Author: marcus
Date: Sat Jun  8 19:18:56 2013
New Revision: 1491037

URL: http://svn.apache.org/r1491037
Log:
Testing new filename + directory structure for AOO 4

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

Modified: openoffice/ooo-site/trunk/content/download/test/globalvars.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/globalvars.js?rev=1491037&r1=1491036&r2=1491037&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/globalvars.js Sat Jun  8 19:18:56 2013
@@ -10,14 +10,10 @@
    SCHEMA:  Set the naming-schema for the download-set (e.g., "aoo") (not used as only 1 mirror system is used)
 */
 
-// Base URLs to the Sourceforge and Apache mirror server
-var SOURCEFORGE_BASE_URL	= "http://sourceforge.net/projects/openofficeorg.mirror/";
-var PEOPLE_BASE_URL		= "http://people.apache.org/~marcus/aoo/";
-var APACHE_BASE_URL		= "http://www.apache.org/dyn/aoo-closer.cgi/incubator/ooo/";
-var APACHE_DIST_BASE_URL	= "http://www.apache.org/dist/incubator/ooo/";
-
 // General variables for the most recent stable release
-var VERSION			= "3.4.1";
+var VERSION			= "4.0.0";
+// var MIRROR			= "sourceforge";
+// var SCHEMA			= "aoo";
 
 // Variables for the tables for the most recent stable release
 var PLATFORM			= new Array( "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", "Mac_OS_x86" );
@@ -25,8 +21,16 @@ var FULL_LANG			= new Array( "ar","cs","
 var LP_LANG			= new Array( "ar","cs","de","en-GB","en-US","es","fi","fr","gl","hu","it","ja","km","nl","pt-BR","ru","sk","sl","zh-CN","zh-TW" );
 var SDK_LANG			= new Array( "en-US" );
 
+// Base URLs to the Sourceforge and Apache mirror server
+var SOURCEFORGE_BASE_URL	= "http://sourceforge.net/projects/openofficeorg.mirror/" + VERSION + "/binaries/";
+var PEOPLE_BASE_URL		= "http://people.apache.org/~marcus/aoo/"                 + VERSION;
+var APACHE_BASE_URL		= "http://www.apache.org/dyn/aoo-closer.cgi/aoo/"         + VERSION + "/binaries/";
+var APACHE_DIST_BASE_URL	= "http://www.apache.org/dist/aoo/"                       + VERSION + "/source/";
+
 // 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
+var LANG_MAX			= 133;