You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/04/26 01:01:45 UTC

svn commit: r1330594 - /incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js

Author: kschenk
Date: Wed Apr 25 23:01:45 2012
New Revision: 1330594

URL: http://svn.apache.org/viewvc?rev=1330594&view=rev
Log:
kls -- added new mirror info and changed init variables

Modified:
    incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js

Modified: incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js?rev=1330594&r1=1330593&r2=1330594&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js (original)
+++ incubator/ooo/ooo-site/trunk/content/download/test/globalvars_new_dl.js Wed Apr 25 23:01:45 2012
@@ -9,7 +9,7 @@
    Correct: "We are proud to announce the availability of our new
              OpenOffice.org " + VERSION + " release."
 
-   MIRROR:  should be "bouncer" or "mirrorbrain"
+   MIRROR:  set default mirror site
    SCHEMA:  reflects the download-set naming-schema with "old" or "new"
 */
 
@@ -30,7 +30,7 @@ var MIRROR_MIRRORBRAIN_URL  = "http://op
 // var MIRROR_MIRRORBRAIN_URL = "http://download.services.openoffice.org/";
 var MIRROR_SOURCEFORGE_URL  = "http://sourceforge.net/projects/openofficeorg.mirror/";
 var MIRROR_APACHE_URL = "http://www.apache.org/dyn/closer.cgi/incubator/ooo/";
-var SOURCEFORGE_SUFFIX = "";
+var SOURCEFORGE_SUFFIX = "files/stable/3.4/";
 var APACHE_SUFFIX = "3.4/";
 var MIRROR_SOURCEFORGE_REF = MIRROR_SOURCEFORGE_URL + SOURCEFORGE_SUFFIX;
 var MIRROR_APACHE_REF = MIRROR_APACHE_URL + APACHE_SUFFIX;
@@ -46,22 +46,22 @@ var MIRROR_EXT_URL          = MIRROR_MIR
 var MIRROR_LOC_URL          = MIRROR_MIRRORBRAIN_URL + "files/localized/";
 var MIRROR_STABLE_URL       = MIRROR_MIRRORBRAIN_URL + "files/stable/";
 
-// old globalvars values minus mirror info
+//Exchange the variables resp. its content to switch the MirrorBrain server
+var MIRROR_BOUNCER_URL      = "http://openoffice.bouncer.osuosl.org/";
+var MIRROR_MIRRORBRAIN_URL  = "http://openoffice.mirrorbrain.org/";
+var MIRROR_MIRRORBRAIN2_URL = "http://download.services.openoffice.org/";
+
 
-/* This file is to maintain version information that can be used
-on all websites via JavaScript when including this file.
+//Variables to shortcut long URLs
 
-Instead of hard coded version data please use these variables.
-Example:
+//var MIRROR_EXT_URL          = MIRROR_MIRRORBRAIN_URL + "files/extended/";
+//var MIRROR_LOC_URL          = MIRROR_MIRRORBRAIN_URL + "files/localized/";
+//var MIRROR_STABLE_URL       = MIRROR_MIRRORBRAIN_URL + "files/stable/";
+var MIRROR_EXT_URL			= MIRROR_SOURCEFORGE_URL + "files/extended/";
+var MIRROR_LOC_URL			= MIRROR_SOURCEFORGE_URL + "files/localized/";
+var MIRROR_stable_URL		= MIRROR_SOURCEFORGE_URL + "files/stable/";
 
-Wrong:   "We are proud to announce the availability of our new
-          OpenOffice.org 3.0.0 release."
-Correct: "We are proud to announce the availability of our new
-          OpenOffice.org " + VERSION + " release."
 
-MIRROR:  should be "bouncer" or "mirrorbrain"
-SCHEMA:  reflects the download-set naming-schema with "old" or "new"
-*/
 
 //The most recent stable release
 //var VERSION        = "3.3.0";
@@ -144,19 +144,6 @@ var BETA_SCHEMA    = "new";
 //var TEST_MIRROR    = "mirrorbrain";
 //var TEST_SCHEMA    = "old";
 
-//Exchange the variables resp. its content to switch the MirrorBrain server
-var MIRROR_BOUNCER_URL      = "http://openoffice.bouncer.osuosl.org/";
-var MIRROR_MIRRORBRAIN_URL  = "http://openoffice.mirrorbrain.org/";
-var MIRROR_MIRRORBRAIN2_URL = "http://download.services.openoffice.org/";
-var MIRROR_SOURCEFORGE_URL  = "http://sourceforge.net/projects/openofficeorg.mirror/";
-
-//Variables to shortcut long URLs
-var MIRROR_MAC_PPC_URL      = "http://ooopackages.good-day.net/pub/OpenOffice.org/contrib/macosppc/";
-var MIRROR_FREEBSD32_URL    = "http://ooopackages.good-day.net/pub/OpenOffice.org/contrib/freebsdx86/";
-var MIRROR_FREEBSD64_URL    = "http://ooopackages.good-day.net/pub/OpenOffice.org/contrib/freebsdx86-64/";
-var MIRROR_EXT_URL          = MIRROR_MIRRORBRAIN_URL + "files/extended/";
-var MIRROR_LOC_URL          = MIRROR_MIRRORBRAIN_URL + "files/localized/";
-var MIRROR_STABLE_URL       = MIRROR_MIRRORBRAIN_URL + "files/stable/";