Author: marcus
Date: Sun Mar 31 14:01:28 2013
New Revision: 1462959
URL: http://svn.apache.org/r1462959
Log:
Adding new file
Added:
openoffice/ooo-site/trunk/content/download/globalvars_tables.js (with
props)
Added: openoffice/ooo-site/trunk/content/download/globalvars_tables.js
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars_tables.js?rev=1462959&view=auto
==============================================================================
--- openoffice/ooo-site/trunk/content/download/globalvars_tables.js (added)
+++ openoffice/ooo-site/trunk/content/download/globalvars_tables.js Sun Mar 31
14:01:28 2013
@@ -0,0 +1,32 @@
+/* This file is to maintain version information that can be used on all
websites via JavaScript when including this file.
+
+ Instead of hard coded version data please use these variables. Example:
+
+ Wrong: "We are proud to announce the availability of the new Apache
OpenOffice 3.4.1 release."
+ Correct: "We are proud to announce the availability of the new Apache
OpenOffice " + VERSION + " release."
+
+ VERSION: Set the release version (e.g., "3.4.1") that is currently on the
mirrors.
+ MIRROR: Set default mirror site ("sourceforge", "apache" or "mirrorbrain")
(not used as only 1 mirror system is used)
+ 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";
+
+// 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" );
+var FULL_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 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" );
+
+// 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/";
+
Propchange: openoffice/ooo-site/trunk/content/download/globalvars_tables.js
------------------------------------------------------------------------------
svn:eol-style = native