Author: buildbot
Date: Sun Sep 1 22:39:00 2013
New Revision: 876960
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/download.js
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 1 22:39:00 2013
@@ -1 +1 @@
-1519318
+1519319
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 1 22:39:00 2013
@@ -1 +1 @@
-1519318
+1519319
Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Sun Sep 1
22:39:00 2013
@@ -223,7 +223,7 @@ function getPlatform() {
if ( os.indexOf( "vms" ) != -1 ) UI_PLATFORM
= "OpenVMS";
if ( os.indexOf( "alphaserver" ) != -1 ) UI_PLATFORM
= "AlphaServer";
if ( os.indexOf( "qnx" ) != -1 ) UI_PLATFORM
= "QNX";
- if ( os.indexOf( "x11" ) != -1 ) UI_PLATFORM
= "an unknown OS with X11 support";
+ if ( os.indexOf( "x11" ) != -1 ) UI_PLATFORM
= "an unknown OS (X11 support)";
if ( os.indexOf( "arm" ) != -1 ) UI_PLATFORM
= "ARM mobile devices";
@@ -236,17 +236,17 @@ function getPlatform() {
av.indexOf( "android" ) != -1 ) UI_PLATFORM
= "Android mobile devices";
if ( ua.indexOf( "blackberry" ) != -1 ) UI_PLATFORM
= "Blackberry smartphones";
if ( ua.indexOf( "nokia" ) != -1 ) UI_PLATFORM
= "Nokia mobile devices";
- if ( ua.indexOf( "symbian" ) != -1 ) UI_PLATFORM
= "mobile phones with Symbian OS";
- if ( ua.indexOf( "symbos" ) != -1 ) UI_PLATFORM
= "mobile phones with Symbian OS";
- if ( ua.indexOf( "s60" ) != -1 ) UI_PLATFORM
= "mobile phones with Series60/S60 support";
- if ( ua.indexOf( "series60" ) != -1 ) UI_PLATFORM
= "mobile phones with Series60/S60 support";
- if ( ua.indexOf( "palm" ) != -1 ) UI_PLATFORM
= "mobile phones with Palm OS";
- if ( ua.indexOf( "webos" ) != -1 ) UI_PLATFORM
= "mobile phones with Palm webOS";
- if ( ua.indexOf( "pike" ) != -1 ) UI_PLATFORM
= "mobile phones with Pike support";
- if ( ua.indexOf( "ce.net" ) != -1 ) UI_PLATFORM
= "mobile phones with Windows CE";
- if ( ua.indexOf( "widerweb" ) != -1 ) UI_PLATFORM
= "mobile phones with WiderWeb support";
- if ( ua.indexOf( "brew" ) != -1 ) UI_PLATFORM
= "smartphones with BREW support";
- if ( ua.indexOf( "hiptop" ) != -1 ) UI_PLATFORM
= "smartphones with Hiptop support";
+ if ( ua.indexOf( "symbian" ) != -1 ) UI_PLATFORM
= "mobile phones (Symbian OS)";
+ if ( ua.indexOf( "symbos" ) != -1 ) UI_PLATFORM
= "mobile phones (Symbian OS)";
+ if ( ua.indexOf( "s60" ) != -1 ) UI_PLATFORM
= "mobile phones (Series60/S60)";
+ if ( ua.indexOf( "series60" ) != -1 ) UI_PLATFORM
= "mobile phones (Series60/S60)";
+ if ( ua.indexOf( "palm" ) != -1 ) UI_PLATFORM
= "mobile phones (Palm OS)";
+ if ( ua.indexOf( "webos" ) != -1 ) UI_PLATFORM
= "mobile phones (Palm webOS)";
+ if ( ua.indexOf( "pike" ) != -1 ) UI_PLATFORM
= "mobile phones (Pike)";
+ if ( ua.indexOf( "ce.net" ) != -1 ) UI_PLATFORM
= "mobile phones (Windows CE)";
+ if ( ua.indexOf( "widerweb" ) != -1 ) UI_PLATFORM
= "mobile phones (WiderWeb)";
+ if ( ua.indexOf( "brew" ) != -1 ) UI_PLATFORM
= "smartphones (BREW)";
+ if ( ua.indexOf( "hiptop" ) != -1 ) UI_PLATFORM
= "smartphones (Hiptop)";
if ( ua.indexOf( "playstation" ) != -1 ) UI_PLATFORM
= "Sony Playstation";
if ( ua.indexOf( "psp" ) != -1 ) UI_PLATFORM
= "Sony Playstation Portable";
@@ -279,7 +279,7 @@ function getPlatform() {
EXTENSION
= ".tar.gz";
if ( ua.indexOf( "debian" ) != -1 ||
ua.indexOf( "ubuntu" ) != -1 ||
- ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 32-Bit (DEB)";
+ ua.indexOf( "iceweasel" ) != -1 ) { UI_PLATFORM
= "Linux Debian 32-bit (DEB)";
URL_PLATFORM
= "Linux_x86_install-deb";
EXTENSION
= ".tar.gz";
}