Author: buildbot Date: Mon Jun 16 19:41:33 2014 New Revision: 912747 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/globalvars.js Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jun 16 19:41:33 2014 @@ -1 +1 @@ -1602972 +1602973 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jun 16 19:41:33 2014 @@ -1 +1 @@ -1602972 +1602973 Modified: websites/staging/ooo-site/trunk/content/download/globalvars.js ============================================================================== --- websites/staging/ooo-site/trunk/content/download/globalvars.js (original) +++ websites/staging/ooo-site/trunk/content/download/globalvars.js Mon Jun 16 19:41:33 2014 @@ -81,23 +81,28 @@ SEL_VER = [ "4.1.0", "4.1.0", "4.0.0", "4.0.0", "older", "Older releases" ]; +// Only used on the "other.html" webpage. +REL_PLATFORM = [ "Win_x86", "Linux_x86_rpm", "Linux_x86_deb", "Linux_x86-64_rpm", "Linux_x86-64_deb", + "MacOS_x86-64" ]; +REL_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" ]; +REL_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" ]; +REL_SDK_LANG = [ "en-US" ] + // Base URLs to the Sourceforge and Apache mirror server. SOURCEFORGE = "http://sourceforge.net/projects/openofficeorg.mirror/files/"; ASF = "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"; ASF_DIST = "http://www.apache.org/dist/openoffice/"; ASF_ARC = "http://archive.apache.org/dist/openoffice/"; -ASF_WIKI = "http://cwiki.apache.org/confluence/display/OOOUSERS/"; // File names and images used in "download.js". FILE_FULL_LP_IMG = "http://www.openoffice.org/download/cachedimages/help-information-icon.png"; FILE_CHECKSUMS_IMG = "http://www.openoffice.org/download/cachedimages/help-information-icon.png"; FILE_ANALYZE_IMG = "http://www.openoffice.org/download/cachedimages/help-report-broken-link-icon.png"; FILE_ERROR_IMG = "http://www.openoffice.org/download/cachedimages/exclamation-icon.png"; -// FILE_FULL_LP = "http://www.openoffice.org/download/full_vs_lp.html"; -// FILE_CHECKSUMS = "http://www.openoffice.org/download/checksums.html"; -// FILE_ANALYZE = "http://www.openoffice.org/download/analyze.html"; -// FILE_PORTING = "http://www.openoffice.org/porting/index.html"; -// FILE_ARCHIVE = "http://www.openoffice.org/download/archive.html"; // Beta Release: General variables. BETA_VERSION = "4.1.0-beta"; @@ -120,16 +125,14 @@ BETA_LP_LANG = [ "ast", "bg", "cs", "d BETA_SDK_LANG = [ "en-US" ]; // Base URLs to the Sourceforge and Apache mirror server. -BETA_SOURCEFORGE_BASE_URL = "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + BETA_VERSION; -BETA_SOURCEFORGE_BASE_URL = BETA_SOURCEFORGE_BASE_URL + "/binaries/"; -BETA_ASF_BASE_URL = "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + BETA_VERSION; -BETA_ASF_DIST_BASE_URL = "http://www.apache.org/dist/openoffice/" + BETA_VERSION; -BETA_ASF_ARC_BASE_URL = "http://archive.apache.org/dist/openoffice/" + BETA_VERSION; +BETA_SOURCEFORGE = "http://sourceforge.net/projects/openofficeorg.mirror/files/milestones/" + BETA_VERSION; +BETA_SOURCEFORGE = BETA_SOURCEFORGE + "/binaries/"; +BETA_ASF = "http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" + BETA_VERSION; +BETA_ASF_DIST = "http://www.apache.org/dist/openoffice/" + BETA_VERSION; +BETA_ASF_ARC = "http://archive.apache.org/dist/openoffice/" + BETA_VERSION; // Debug: Uncomment to use different base URLs. // PEOPLE_BASE_URL = "http://people.apache.org/~marcus/aoo/" + VERSION; -// ASF_BASE_URL = "http://www.apache.org/dyn/aoo-closer.cgi/aoo/" + VERSION; -// ASF_DIST_BASE_URL = "http://www.apache.org/dist/aoo/" + VERSION; // The maximal number of available languages in "download_other.js". LANG_MAX = 133;