Return-Path: X-Original-To: apmail-openoffice-commits-archive@www.apache.org Delivered-To: apmail-openoffice-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1CE2C111CD for ; Sun, 6 Jul 2014 14:37:01 +0000 (UTC) Received: (qmail 5772 invoked by uid 500); 6 Jul 2014 14:37:01 -0000 Delivered-To: apmail-openoffice-commits-archive@openoffice.apache.org Received: (qmail 5744 invoked by uid 500); 6 Jul 2014 14:37:01 -0000 Mailing-List: contact commits-help@openoffice.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openoffice.apache.org Delivered-To: mailing list commits@openoffice.apache.org Received: (qmail 5728 invoked by uid 99); 6 Jul 2014 14:37:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jul 2014 14:37:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jul 2014 14:36:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 75DBD238890D for ; Sun, 6 Jul 2014 14:36:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r915227 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/lt/download/globalvars.js Date: Sun, 06 Jul 2014 14:36:39 -0000 To: commits@openoffice.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140706143639.75DBD238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sun Jul 6 14:36:39 2014 New Revision: 915227 Log: Staging update by buildbot for ooo-site Added: websites/staging/ooo-site/trunk/content/lt/download/globalvars.js Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Jul 6 14:36:39 2014 @@ -1 +1 @@ -1608207 +1608208 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Jul 6 14:36:39 2014 @@ -1 +1 @@ -1608207 +1608208 Added: websites/staging/ooo-site/trunk/content/lt/download/globalvars.js ============================================================================== --- websites/staging/ooo-site/trunk/content/lt/download/globalvars.js (added) +++ websites/staging/ooo-site/trunk/content/lt/download/globalvars.js Sun Jul 6 14:36:39 2014 @@ -0,0 +1,144 @@ +/* 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 4.1.0 release." + * Correct: "We are proud to announce the availability of the new Apache OpenOffice " + VERSION + " release." + * + * VERSION: Set the release version (e.g., "4.1.0") that is currently on the mirrors. + */ + +// Stable release: General variables. +var VERSION = "4.1.0"; // Release version in full format "x.y.z". +var VERSION_SHORT = VERSION; // Release version in short format "x.y". +var MILESTONE = "AOO410m18"; // Milestone ID (from AOO build system). +var BUILD = "9764"; // Build ID (from AOO build system). +var SVN_REV = "r1589052"; // SVN revision. +var REL_DATE = "2014-Apr-29"; // Date of the public announced release. +var PREV_VERSION = "4.0.1"; // Release of the previous version. +var OLDVERSION = "3.4.1"; // Old version (last stable release of 3.x series). +var LEGACYVERSION = "3.3.0"; // Old legacy version (last stable none-Apache release). + +// Version can be written as "x.y" instead of "x.y.z" if z is 0. +// Example: If VERSION is "4.1.0", then VERSION_SHORT is "4.1". +// If last char ( 4 to 5 ) of VERSION === 0 then assign only the first 3 chars ( 0 to 3 ) to VERSION_SHORT. +if ( VERSION.slice( 4, 5 ) === "0" ) + VERSION_SHORT = VERSION.substring( 0, 3 ); + +// Data for the element "lang". +var SEL_LANG = [ "ast", "Asturian (Asturianu) (ast)", + "eu", "Basque (Euskara) (eu)", + "bg", "Bulgarian (български език) (bg)", + "zh-CN", "Chinese [simplified] (简体中文) (zh-CN)", + "zh-TW", "Chinese [traditional] (正體中文) (zh-TW)", + "cs", "Czech (Čeština) (cs)", + "da", "Danish (Dansk) (da)", + "nl", "Dutch (Nederlands) (nl)", + "en-GB", "English [British] (en-GB)", + "en-US", "English [US] (en-US)", + "fi", "Finnish (Suomi) (fi)", + "fr", "French (Français) (fr)", + "gl", "Galician (Galego) (gl)", + "de", "German (Deutsch) (de)", + "el", "Greek (ελληνικά) (el)", + "he", "Hebrew (עברית) (he)", + "hi", "Hindi (हिन्दी) (hi)", + "hu", "Hungarian (Magyar) (hu)", + "it", "Italian (Italiano) (it)", + "ja", "Japanese (日本語) (ja)", + "km", "Khmer (ភាសាខ្មែរ) (km)", + "ko", "Korean (한국어) (ko)", + "lt", "Lithuanian (Lietuvių) (lt)", + "nb", "Norwegian [Bokmal] (Norsk [Bokmål]) (nb)", + "pl", "Polish (Polski) (pl)", + "pt-BR", "Portuguese [Brazilian] (Português [do Brasil]) (pt-BR)", + "pt", "Portuguese [European] (Português [Europeu]) (pt-PT)", + "ru", "Russian (Русский) (ru)", + "gd", "Scottish [Gaelic] (Gàidhlig) (gd)", + "sr", "Serbian [Cyrillic] (Cрпски [ћирилицом]) (sr)", + "sk", "Slovak (Slovenský jazyk [slovenčina]) (sk)", + "sl", "Slovenian (Slovenski jezik [slovenščina]) (sl)", + "es", "Spanish (Español) (es)", + "sv", "Swedish (Svenska) (sv)", + "ta", "Tamil (தமிழ்) (ta)", + "th", "Thai (ภาษาไทย) (th)", + "tr", "Turkish (Türkçe) (tr)", + "vi", "Vietnamese (Tiếng Việt) (vi)" ]; + +// Data for the