[openoffice] branch trunk updated: Fixed typos, removed whitespace

2020-11-10 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 2c8c108  Fixed typos, removed whitespace
2c8c108 is described below

commit 2c8c108ad7f2c5beb4b9b8617c2004bf2d017c8f
Author: mseidel 
AuthorDate: Tue Nov 10 14:15:24 2020 +0100

Fixed typos, removed whitespace
---
 main/offapi/com/sun/star/i18n/CTLScriptType.idl| 13 -
 .../com/sun/star/i18n/XCharacterClassification.idl | 19 ++--
 .../com/sun/star/i18n/XExtendedTextConversion.idl  | 23 ---
 .../com/sun/star/i18n/XExtendedTransliteration.idl | 13 +
 main/offapi/com/sun/star/i18n/XLocaleData.idl  | 12 
 main/offapi/com/sun/star/i18n/XTransliteration.idl | 34 --
 6 files changed, 60 insertions(+), 54 deletions(-)

diff --git a/main/offapi/com/sun/star/i18n/CTLScriptType.idl 
b/main/offapi/com/sun/star/i18n/CTLScriptType.idl
index 8c75aa7..8f28e9f 100644
--- a/main/offapi/com/sun/star/i18n/CTLScriptType.idl
+++ b/main/offapi/com/sun/star/i18n/CTLScriptType.idl
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
@@ -24,15 +24,14 @@
 #ifndef __com_sun_star_i18n_CTLScriptType_idl__
 #define __com_sun_star_i18n_CTLScriptType_idl__
 
-
 //=
 
-module com {  module sun {  module star {  module i18n {
+module com { module sun { module star { module i18n {
 
 //=
 
 //--
-/** CTL tcript type constants for layout engine, returned by 
+/** CTL script type constants for layout engine, returned by
 XScriptTypeDetector::getCTLScriptType()
 
 @since OpenOffice 1.1.2
diff --git a/main/offapi/com/sun/star/i18n/XCharacterClassification.idl 
b/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
index 7c31835..c932d03 100644
--- a/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
+++ b/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
@@ -41,7 +41,7 @@ module com { module sun { module star { module i18n {
 
 /*
 
-Possible tokens to be parsed with  parse...Token():
+Possible tokens to be parsed with parse...Token():
 
 UPASCALPHA=[A-Z]
 LOASCALPHA=[a-z]
@@ -71,8 +71,8 @@ ALPHA_NAME=ALPHA *(ALNUM|DEFCHARS)
 ANY_NAME=1*(ALNUM|DEFCHARS)
 SINGLE_QUOTE_NAME=ASC_QUOTE(1*CHAR)ASC_QUOTE
 DOUBLE_QUOTE_NAME=ASC_DBL_QUOTE(*CHAR)ASC_DBL_QUOTE
-ASC_NUMBER=[SIGN]*(1*ASC_DIGIT  *(GRPSEP 
1*ASC_DIGIT))[DECSEP]1*ASC_DIGIT[EXPONENT]
-NUMBER=[SIGN]*(1*DIGIT  *(GRPSEP 1*DIGIT))[DECSEP]1*DIGIT[EXPONENT]
+ASC_NUMBER=[SIGN]*(1*ASC_DIGIT *(GRPSEP 
1*ASC_DIGIT))[DECSEP]1*ASC_DIGIT[EXPONENT]
+NUMBER=[SIGN]*(1*DIGIT *(GRPSEP 1*DIGIT))[DECSEP]1*DIGIT[EXPONENT]
 
 */
 
@@ -122,7 +122,7 @@ published interface XCharacterClassification : 
com::sun::star::uno::XInterface
 
 //
 /// Get KChara

[openoffice] branch AOO42X updated: Fixed typos, removed whitespace

2020-11-10 Thread mseidel
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new 90ed883  Fixed typos, removed whitespace
90ed883 is described below

commit 90ed883b86099fe2fffd4e1380d66cd02ea67ba5
Author: mseidel 
AuthorDate: Tue Nov 10 14:15:24 2020 +0100

Fixed typos, removed whitespace

(cherry picked from commit 2c8c108ad7f2c5beb4b9b8617c2004bf2d017c8f)
---
 main/offapi/com/sun/star/i18n/CTLScriptType.idl| 13 -
 .../com/sun/star/i18n/XCharacterClassification.idl | 19 ++--
 .../com/sun/star/i18n/XExtendedTextConversion.idl  | 23 ---
 .../com/sun/star/i18n/XExtendedTransliteration.idl | 13 +
 main/offapi/com/sun/star/i18n/XLocaleData.idl  | 12 
 main/offapi/com/sun/star/i18n/XTransliteration.idl | 34 --
 6 files changed, 60 insertions(+), 54 deletions(-)

diff --git a/main/offapi/com/sun/star/i18n/CTLScriptType.idl 
b/main/offapi/com/sun/star/i18n/CTLScriptType.idl
index 8c75aa7..8f28e9f 100644
--- a/main/offapi/com/sun/star/i18n/CTLScriptType.idl
+++ b/main/offapi/com/sun/star/i18n/CTLScriptType.idl
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
@@ -24,15 +24,14 @@
 #ifndef __com_sun_star_i18n_CTLScriptType_idl__
 #define __com_sun_star_i18n_CTLScriptType_idl__
 
-
 //=
 
-module com {  module sun {  module star {  module i18n {
+module com { module sun { module star { module i18n {
 
 //=
 
 //--
-/** CTL tcript type constants for layout engine, returned by 
+/** CTL script type constants for layout engine, returned by
 XScriptTypeDetector::getCTLScriptType()
 
 @since OpenOffice 1.1.2
diff --git a/main/offapi/com/sun/star/i18n/XCharacterClassification.idl 
b/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
index 7c31835..c932d03 100644
--- a/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
+++ b/main/offapi/com/sun/star/i18n/XCharacterClassification.idl
@@ -1,5 +1,5 @@
 /**
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  */
 
 
@@ -41,7 +41,7 @@ module com { module sun { module star { module i18n {
 
 /*
 
-Possible tokens to be parsed with  parse...Token():
+Possible tokens to be parsed with parse...Token():
 
 UPASCALPHA=[A-Z]
 LOASCALPHA=[a-z]
@@ -71,8 +71,8 @@ ALPHA_NAME=ALPHA *(ALNUM|DEFCHARS)
 ANY_NAME=1*(ALNUM|DEFCHARS)
 SINGLE_QUOTE_NAME=ASC_QUOTE(1*CHAR)ASC_QUOTE
 DOUBLE_QUOTE_NAME=ASC_DBL_QUOTE(*CHAR)ASC_DBL_QUOTE
-ASC_NUMBER=[SIGN]*(1*ASC_DIGIT  *(GRPSEP 
1*ASC_DIGIT))[DECSEP]1*ASC_DIGIT[EXPONENT]
-NUMBER=[SIGN]*(1*DIGIT  *(GRPSEP 1*DIGIT))[DECSEP]1*DIGIT[EXPONENT]
+ASC_NUMBER=[SIGN]*(1*ASC_DIGIT *(GRPSEP 
1*ASC_DIGIT))[DECSEP]1*ASC_DIGIT[EXPONENT]
+NUMBER=[SIGN]*(1*DIGIT *(GRPSEP 1*DIGIT))[DECSEP]1*DIGIT[EXPONENT]
 
 */
 
@@ -122,7 +122,7 @@ published interface XCharacterClassification : 
com::sun::star::uno::XInterface
 
 //

svn commit: r1883258 - in /openoffice/ooo-site/trunk/content/download: download.js globalvars.js msg_prop_l10n_en.js release_matrix.js

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 17:55:03 2020
New Revision: 1883258

URL: http://svn.apache.org/viewvc?rev=1883258&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/download/download.js
openoffice/ooo-site/trunk/content/download/globalvars.js
openoffice/ooo-site/trunk/content/download/msg_prop_l10n_en.js
openoffice/ooo-site/trunk/content/download/release_matrix.js

Modified: openoffice/ooo-site/trunk/content/download/download.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/download.js?rev=1883258&r1=1883257&r2=1883258&view=diff
==
--- openoffice/ooo-site/trunk/content/download/download.js (original)
+++ openoffice/ooo-site/trunk/content/download/download.js Tue Nov 10 17:55:03 
2020
@@ -696,7 +696,7 @@ DL.checkForLinkExceptions = function() {
}
 
// If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', 
show the none-availability to the user.
-   if( ( DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || 
DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === 
"4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" || 
DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
+   if( ( DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || 
DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === 
"4.1.4" || DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || 
DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === 
"mac32" ) {
// Show an error message that the chosen items do not lead to a 
download.
 
// If a customized string is not available in the 
"msg_prop_l10n_XX.js" file.
@@ -939,7 +939,7 @@ DL.getLinkSelection = function() {
document.getElementById( "dl_rpt"   ).title = 
l10n.dl_report_title;
 
// New Apache release policy since March 2018: Do not provide 
any MD5 checksums anymore as it is understood as too insecure.
-   if( ( DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" 
|| DL.VERSION_SEL === "4.2.0" ) ) {
+   if( ( DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" 
|| DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.2.0" ) ) {
// If version is '4.1.6' (or newer), do not show any 
MD5 checksum file links.
document.getElementById( "space4"   ).innerHTML 
= "";
document.getElementById( "dl_f_chk_md5" ).href  
= "";

Modified: openoffice/ooo-site/trunk/content/download/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1883258&r1=1883257&r2=1883258&view=diff
==
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Nov 10 
17:55:03 2020
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION = "4.1.7";  // Release version in 
full format "x.y.z".
+DL.VERSION = "4.1.8";  // Release version in 
full format "x.y.z".
 DL.VERSION_SHORT   = DL.VERSION;   // Release version in 
short format "x.y".
-DL.MILESTONE   = "AOO417m1";   // Milestone ID (from 
AOO build system).
-DL.BUILD   = "9800";   // Build ID (from AOO 
build system).
-DL.SVN_REV = "46059c9192"; // SVN revision.
-DL.REL_DATE= "2019-Sep-21";// Date of the public 
announced release.
-DL.PREV_VERSION= "4.1.6";  // Release of 
the previous version.
+DL.MILESTONE   = "AOO418m3";   // Milestone ID (from 
AOO build system).
+DL.BUILD   = "9803";   // Build ID (from AOO 
build system).
+DL.SVN_REV = "18848f57b6"; // SVN revision.
+DL.REL_DATE= "2020-Nov-05";// Date of the public 
announced release.
+DL.PREV_VERSION= "4.1.7";  // Release of 
the previous version.
 DL.OLDVERSION  = "3.4.1";  // Old version (last 
stable release of 3.x series).
 DL.LEGACYVERSION   = "3.3.0";  // Old legacy version 
(last stable none-Apache release).
 
@@ -85,7 +85,8 @@ DL.SEL_LANG   = [ "ast","Asturian",
 
 // Data for the  element "ver".
// Value  Visible text
-DL.SEL_VER = [ "4.1.7",  "4.1.7",
+DL.SEL_VER = [ "4.1.8",  "4.1.8",
+   "4.1.7",  "4.1.7",

svn commit: r1067809 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download.js content/download/globalvars.js content/download/msg_prop_l10n_en.js content/download/release_

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 17:57:25 2020
New Revision: 1067809

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
websites/staging/ooo-site/trunk/content/download/globalvars.js
websites/staging/ooo-site/trunk/content/download/msg_prop_l10n_en.js
websites/staging/ooo-site/trunk/content/download/release_matrix.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 17:57:25 2020
@@ -1 +1 @@
-1883128
+1883258

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 17:57:25 2020
@@ -1 +1 @@
-1883128
+1883258

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 Tue Nov 10 
17:57:25 2020
@@ -696,7 +696,7 @@ DL.checkForLinkExceptions = function() {
}
 
// If version is '4.1.0' (or newer) and platform is 'Mac OS X <= 10.6', 
show the none-availability to the user.
-   if( ( DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" || 
DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === "4.1.4" || DL.VERSION_SEL === 
"4.1.3" || DL.VERSION_SEL === "4.1.2" || DL.VERSION_SEL === "4.1.1" || 
DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === "mac32" ) {
+   if( ( DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" || 
DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.1.5" || DL.VERSION_SEL === 
"4.1.4" || DL.VERSION_SEL === "4.1.3" || DL.VERSION_SEL === "4.1.2" || 
DL.VERSION_SEL === "4.1.1" || DL.VERSION_SEL === "4.1.0" ) && DL.PLATFORM === 
"mac32" ) {
// Show an error message that the chosen items do not lead to a 
download.
 
// If a customized string is not available in the 
"msg_prop_l10n_XX.js" file.
@@ -939,7 +939,7 @@ DL.getLinkSelection = function() {
document.getElementById( "dl_rpt"   ).title = 
l10n.dl_report_title;
 
// New Apache release policy since March 2018: Do not provide 
any MD5 checksums anymore as it is understood as too insecure.
-   if( ( DL.VERSION_SEL === "4.1.7" || DL.VERSION_SEL === "4.1.6" 
|| DL.VERSION_SEL === "4.2.0" ) ) {
+   if( ( DL.VERSION_SEL === "4.1.8" || DL.VERSION_SEL === "4.1.7" 
|| DL.VERSION_SEL === "4.1.6" || DL.VERSION_SEL === "4.2.0" ) ) {
// If version is '4.1.6' (or newer), do not show any 
MD5 checksum file links.
document.getElementById( "space4"   ).innerHTML 
= "";
document.getElementById( "dl_f_chk_md5" ).href  
= "";

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 Tue Nov 10 
17:57:25 2020
@@ -12,13 +12,13 @@
 var DL = new Object();
 
 // Stable release: General properties.
-DL.VERSION = "4.1.7";  // Release version in 
full format "x.y.z".
+DL.VERSION = "4.1.8";  // Release version in 
full format "x.y.z".
 DL.VERSION_SHORT   = DL.VERSION;   // Release version in 
short format "x.y".
-DL.MILESTONE   = "AOO417m1";   // Milestone ID (from 
AOO build system).
-DL.BUILD   = "9800";   // Build ID (from AOO 
build system).
-DL.SVN_REV = "46059c9192"; // SVN revision.
-DL.REL_DATE= "2019-Sep-21";// Date of the public 
announced release.
-DL.PREV_VERSION= "4.1.6";  // Release of 
the previous version.
+DL.MILESTONE   = "AOO418m3";   // Milestone ID (from 
AOO build system).
+DL.BUILD   = "9803";   // Build ID (from AOO 
build system).
+DL.SVN_REV = "18848f57b6"; // SVN revision.
+DL.REL_DATE= "2020-Nov-05";// Date of the public 
announced release.
+DL.PREV_VERSION= "4.1.7";  // Release of 
the previous version.
 DL.OLDVERSION  = "3.4.1";  // Old version (last 
stable release of 3.x series).
 DL.LEGACYVERSION   = "3.3.0";  // Old legacy version 
(last stabl

svn commit: r1883259 - in /openoffice/ooo-site/trunk/content/download: globalvars.js release_matrix.js

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 18:13:36 2020
New Revision: 1883259

URL: http://svn.apache.org/viewvc?rev=1883259&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/download/globalvars.js
openoffice/ooo-site/trunk/content/download/release_matrix.js

Modified: openoffice/ooo-site/trunk/content/download/globalvars.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/globalvars.js?rev=1883259&r1=1883258&r2=1883259&view=diff
==
--- openoffice/ooo-site/trunk/content/download/globalvars.js (original)
+++ openoffice/ooo-site/trunk/content/download/globalvars.js Tue Nov 10 
18:13:36 2020
@@ -17,7 +17,7 @@ DL.VERSION_SHORT  = DL.VERSION;   // Rele
 DL.MILESTONE   = "AOO418m3";   // Milestone ID (from 
AOO build system).
 DL.BUILD   = "9803";   // Build ID (from AOO 
build system).
 DL.SVN_REV = "18848f57b6"; // SVN revision.
-DL.REL_DATE= "2020-Nov-05";// Date of the public 
announced release.
+DL.REL_DATE= "2020-Nov-10";// Date of the public 
announced release.
 DL.PREV_VERSION= "4.1.7";  // Release of 
the previous version.
 DL.OLDVERSION  = "3.4.1";  // Old version (last 
stable release of 3.x series).
 DL.LEGACYVERSION   = "3.3.0";  // Old legacy version 
(last stable none-Apache release).

Modified: openoffice/ooo-site/trunk/content/download/release_matrix.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/release_matrix.js?rev=1883259&r1=1883258&r2=1883259&view=diff
==
--- openoffice/ooo-site/trunk/content/download/release_matrix.js (original)
+++ openoffice/ooo-site/trunk/content/download/release_matrix.js Tue Nov 10 
18:13:36 2020
@@ -26,7 +26,7 @@
 DL.release_matrix_418 = {
 "src": {
 "0": [ 'src', 'English (US)', 'English (US)', 'y', 
'download/index.html' ],
-"1": [ 'AOO418m3', '9803', 'Git hash 18848f57b6', '2020-11-05' ],
+"1": [ 'AOO418m3', '9803', 'Git hash 18848f57b6', '2020-11-10' ],
 "2": [ 'tar_bz2', 'y', '209' ],
 "3": [ 'tar_gz',  'y', '276' ],
 "4": [ 'zip', 'y', '323' ] },




svn commit: r1067811 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/globalvars.js content/download/release_matrix.js

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 18:14:18 2020
New Revision: 1067811

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
websites/staging/ooo-site/trunk/content/download/release_matrix.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 18:14:18 2020
@@ -1 +1 @@
-1883258
+1883259

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 18:14:18 2020
@@ -1 +1 @@
-1883258
+1883259

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 Tue Nov 10 
18:14:18 2020
@@ -17,7 +17,7 @@ DL.VERSION_SHORT  = DL.VERSION;   // Rele
 DL.MILESTONE   = "AOO418m3";   // Milestone ID (from 
AOO build system).
 DL.BUILD   = "9803";   // Build ID (from AOO 
build system).
 DL.SVN_REV = "18848f57b6"; // SVN revision.
-DL.REL_DATE= "2020-Nov-05";// Date of the public 
announced release.
+DL.REL_DATE= "2020-Nov-10";// Date of the public 
announced release.
 DL.PREV_VERSION= "4.1.7";  // Release of 
the previous version.
 DL.OLDVERSION  = "3.4.1";  // Old version (last 
stable release of 3.x series).
 DL.LEGACYVERSION   = "3.3.0";  // Old legacy version 
(last stable none-Apache release).

Modified: websites/staging/ooo-site/trunk/content/download/release_matrix.js
==
--- websites/staging/ooo-site/trunk/content/download/release_matrix.js 
(original)
+++ websites/staging/ooo-site/trunk/content/download/release_matrix.js Tue Nov 
10 18:14:18 2020
@@ -26,7 +26,7 @@
 DL.release_matrix_418 = {
 "src": {
 "0": [ 'src', 'English (US)', 'English (US)', 'y', 
'download/index.html' ],
-"1": [ 'AOO418m3', '9803', 'Git hash 18848f57b6', '2020-11-05' ],
+"1": [ 'AOO418m3', '9803', 'Git hash 18848f57b6', '2020-11-10' ],
 "2": [ 'tar_bz2', 'y', '209' ],
 "3": [ 'tar_gz',  'y', '276' ],
 "4": [ 'zip', 'y', '323' ] },




svn commit: r1883265 - in /openoffice/site/trunk/content: downloads.mdtext index.mdtext

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 21:25:30 2020
New Revision: 1883265

URL: http://svn.apache.org/viewvc?rev=1883265&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/site/trunk/content/downloads.mdtext
openoffice/site/trunk/content/index.mdtext

Modified: openoffice/site/trunk/content/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/downloads.mdtext?rev=1883265&r1=1883264&r2=1883265&view=diff
==
--- openoffice/site/trunk/content/downloads.mdtext (original)
+++ openoffice/site/trunk/content/downloads.mdtext Tue Nov 10 21:25:30 2020
@@ -22,50 +22,50 @@ via the global [download page](https://w
 
 ## List of the current downloads ##
 
-***Current Version 4.1.7 (released on September 21, 2019)***
+***Current Version 4.1.8 (released on November 10, 2020)***
 
  * **Source**:
-* 
[apache-openoffice-4.1.7-46059c9192-src.zip](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip)
-  
[[asc](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc)]
-  
[[sha256](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256)]
-  
[[sha512](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512)]
-* 
[apache-openoffice-4.1.7-46059c9192-src.tar.gz](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz)
-  
[[asc](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc)]
-  
[[sha256](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256)]
-  
[[sha512](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512)]
-* 
[apache-openoffice-4.1.7-46059c9192-src.tar.bz2](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2)
-  
[[asc](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc)]
-  
[[sha256](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256)]
-  
[[sha512](https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512)]
+* 
[apache-openoffice-4.1.8-18848f57b6-src.zip](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip)
+  
[[asc](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.asc)]
+  
[[sha256](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha256)]
+  
[[sha512](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha512)]
+* 
[apache-openoffice-4.1.8-18848f57b6-src.tar.gz](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz)
+  
[[asc](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.asc)]
+  
[[sha256](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha256)]
+  
[[sha512](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha512)]
+* 
[apache-openoffice-4.1.8-18848f57b6-src.tar.bz2](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2)
+  
[[asc](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.asc)]
+  
[[sha256](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha256)]
+  
[[sha512](https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha512)]
 
  * **Binaries**:
 * [Downloads](https://www.openoffice.org/download/index.html)
 
  * **Software Development Kit (SDK)**:
-* 
[Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz](https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz)
-  
[[asc](https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.asc)]
-  
[[sha256](https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha256)]
-  
[[sha512](https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha512)]
-* 
[Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz](https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-

svn commit: r1067820 - in /websites/staging/openoffice/trunk/content: ./ downloads.html index.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 21:25:37 2020
New Revision: 1067820

Log:
Staging update by buildbot for openoffice

Modified:
websites/staging/openoffice/trunk/content/   (props changed)
websites/staging/openoffice/trunk/content/downloads.html
websites/staging/openoffice/trunk/content/index.html

Propchange: websites/staging/openoffice/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 21:25:37 2020
@@ -1 +1 @@
-1880549
+1883265

Modified: websites/staging/openoffice/trunk/content/downloads.html
==
--- websites/staging/openoffice/trunk/content/downloads.html (original)
+++ websites/staging/openoffice/trunk/content/downloads.html Tue Nov 10 
21:25:37 2020
@@ -131,23 +131,23 @@ h2:hover > .headerlink, h3:hover > .head
 Pre-built versions of Apache OpenOffice are available
 via the global https://www.openoffice.org/download/";>download 
page.
 List of the current downloads¶
-Current Version 4.1.7 (released on September 21, 
2019)
+Current Version 4.1.8 (released on November 10, 
2020)
 
 
 Source:
 
-https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip";>apache-openoffice-4.1.7-46059c9192-src.zip
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc";>asc]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256";>sha256]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512";>sha512]
-https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz";>apache-openoffice-4.1.7-46059c9192-src.tar.gz
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc";>asc]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256";>sha256]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512";>sha512]
-https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2";>apache-openoffice-4.1.7-46059c9192-src.tar.bz2
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc";>asc]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256";>sha256]
-  [https://downloads.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512";>sha512]
+https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip";>apache-openoffice-4.1.8-18848f57b6-src.zip
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.asc";>asc]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha256";>sha256]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.zip.sha512";>sha512]
+https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz";>apache-openoffice-4.1.8-18848f57b6-src.tar.gz
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.asc";>asc]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha256";>sha256]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.gz.sha512";>sha512]
+https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2";>apache-openoffice-4.1.8-18848f57b6-src.tar.bz2
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.asc";>asc]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha256";>sha256]
+  [https://downloads.apache.org/openoffice/4.1.8/source/apache-openoffice-4.1.8-18848f57b6-src.tar.bz2.sha512";>sha512]
 
 
 
@@ -159,30 +159,30 @@ via the global https://www.open
 
 Software Development Kit (SDK):
 
-https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz";>Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz
-  [https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.asc";>asc]
-  [https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha256";>sha256]
-  [https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha512";>sha512]
-https://downloads.apache.org/openoffice/4.1.7/binaries/SDK/Apache_O

svn commit: r1883266 - in /openoffice/ooo-site/trunk/content: it/download/msg_prop_l10n_it.js lt/download/msg_prop_l10n_lt.js nl/download/msg_prop_l10n_nl.js no/download/msg_prop_l10n_no.js pl/downloa

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 21:31:59 2020
New Revision: 1883266

URL: http://svn.apache.org/viewvc?rev=1883266&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js
openoffice/ooo-site/trunk/content/lt/download/msg_prop_l10n_lt.js
openoffice/ooo-site/trunk/content/nl/download/msg_prop_l10n_nl.js
openoffice/ooo-site/trunk/content/no/download/msg_prop_l10n_no.js
openoffice/ooo-site/trunk/content/pl/download/msg_prop_l10n_pl.js
openoffice/ooo-site/trunk/content/pt/download/msg_prop_l10n_pt.js

Modified: openoffice/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js?rev=1883266&r1=1883265&r2=1883266&view=diff
==
--- openoffice/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js (original)
+++ openoffice/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js Tue Nov 
10 21:31:59 2020
@@ -35,13 +35,13 @@ l10n.dl_green_box_selectbox_ver_title   =
 // You must leave at least one single empty string (see the comment lines 
below the 3 following variables)!
 /* l10n.dl_green_box_select_box_os_values  = [ "" ]; */
 l10n.dl_green_box_select_box_os_values = [ "Windows (EXE)",
-   "Linux 64-bit (x86-64) 
(DEB)",
-   "Linux 64-bit (x86-64) 
(RPM)",
-   "Linux 32-bit (x86) (DEB)",
-   "Linux 32-bit (x86) (RPM)",
-   "OS X (version >= 10.7) 
(DMG)",
-   "OS X (version <= 10.6) 
(DMG)",
-   "More platforms / operating 
systems" ];
+   
"Linux 64-bit (x86-64) (DEB)",
+   
"Linux 64-bit (x86-64) (RPM)",
+   
"Linux 32-bit (x86) (DEB)",
+   
"Linux 32-bit (x86) (RPM)",
+   
"OS X (version >= 10.7) (DMG)",
+   
"OS X (version <= 10.6) (DMG)",
+   
"More platforms / operating systems" ];
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 l10n.dl_green_box_select_box_language_values   = [ "" ];
@@ -91,18 +91,19 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
 

svn commit: r1067821 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/it/download/ content/lt/download/ content/nl/download/ content/no/download/ content/pl/download/ content/pt/downlo

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 21:33:38 2020
New Revision: 1067821

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/it/download/msg_prop_l10n_it.js
websites/staging/ooo-site/trunk/content/lt/download/msg_prop_l10n_lt.js
websites/staging/ooo-site/trunk/content/nl/download/msg_prop_l10n_nl.js
websites/staging/ooo-site/trunk/content/no/download/msg_prop_l10n_no.js
websites/staging/ooo-site/trunk/content/pl/download/msg_prop_l10n_pl.js
websites/staging/ooo-site/trunk/content/pt/download/msg_prop_l10n_pt.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 21:33:38 2020
@@ -1 +1 @@
-1883259
+1883266

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 21:33:38 2020
@@ -1 +1 @@
-1883259
+1883266

Modified: 
websites/staging/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js
==
--- websites/staging/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js 
(original)
+++ websites/staging/ooo-site/trunk/content/it/download/msg_prop_l10n_it.js Tue 
Nov 10 21:33:38 2020
@@ -35,13 +35,13 @@ l10n.dl_green_box_selectbox_ver_title   =
 // You must leave at least one single empty string (see the comment lines 
below the 3 following variables)!
 /* l10n.dl_green_box_select_box_os_values  = [ "" ]; */
 l10n.dl_green_box_select_box_os_values = [ "Windows (EXE)",
-   "Linux 64-bit (x86-64) 
(DEB)",
-   "Linux 64-bit (x86-64) 
(RPM)",
-   "Linux 32-bit (x86) (DEB)",
-   "Linux 32-bit (x86) (RPM)",
-   "OS X (version >= 10.7) 
(DMG)",
-   "OS X (version <= 10.6) 
(DMG)",
-   "More platforms / operating 
systems" ];
+   
"Linux 64-bit (x86-64) (DEB)",
+   
"Linux 64-bit (x86-64) (RPM)",
+   
"Linux 32-bit (x86) (DEB)",
+   
"Linux 32-bit (x86) (RPM)",
+   
"OS X (version >= 10.7) (DMG)",
+   
"OS X (version <= 10.6) (DMG)",
+   
"More platforms / operating systems" ];
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 l10n.dl_green_box_select_box_language_values   = [ "" ];
@@ -91,18 +91,19 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+  

svn commit: r1883267 - in /openoffice/ooo-site/trunk/content: tr/download/msg_prop_l10n_tr.js vi/download/msg_prop_l10n_vi.js zh-cn/download/msg_prop_l10n_zh-cn.js zh-tw/download/msg_prop_l10n_zh-tw.j

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 21:55:09 2020
New Revision: 1883267

URL: http://svn.apache.org/viewvc?rev=1883267&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js
openoffice/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js
openoffice/ooo-site/trunk/content/zh-cn/download/msg_prop_l10n_zh-cn.js
openoffice/ooo-site/trunk/content/zh-tw/download/msg_prop_l10n_zh-tw.js

Modified: openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js?rev=1883267&r1=1883266&r2=1883267&view=diff
==
--- openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js (original)
+++ openoffice/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js Tue Nov 
10 21:55:09 2020
@@ -91,18 +91,19 @@ l10n.dl_green_box_select_box_lang_values
"el",   "Yunanca",  
"ελληνικά" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-"4.1.5",   
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",   
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Eski yayımlar" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Eski yayımlar" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -358,6 +359,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript işlevleri/değişkenleri";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: openoffice/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js?rev=1883267&r1=1883266&r2=1883267&view=diff
==
--- openoffice/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js (original)
+++ openoffice/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js Tue Nov 
10 21:55:09 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.

svn commit: r1067822 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/tr/download/msg_prop_l10n_tr.js content/vi/download/msg_prop_l10n_vi.js content/zh-cn/download/msg_prop_l10n_zh-cn

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 21:56:02 2020
New Revision: 1067822

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/tr/download/msg_prop_l10n_tr.js
websites/staging/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js

websites/staging/ooo-site/trunk/content/zh-cn/download/msg_prop_l10n_zh-cn.js

websites/staging/ooo-site/trunk/content/zh-tw/download/msg_prop_l10n_zh-tw.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 21:56:02 2020
@@ -1 +1 @@
-1883266
+1883267

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 21:56:02 2020
@@ -1 +1 @@
-1883266
+1883267

Modified: 
websites/staging/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js
==
--- websites/staging/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js 
(original)
+++ websites/staging/ooo-site/trunk/content/tr/download/msg_prop_l10n_tr.js Tue 
Nov 10 21:56:02 2020
@@ -91,18 +91,19 @@ l10n.dl_green_box_select_box_lang_values
"el",   "Yunanca",  
"ελληνικά" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-"4.1.5",   
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",   
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Eski yayımlar" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Eski yayımlar" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -358,6 +359,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript işlevleri/değişkenleri";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: 
websites/staging/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js
==
--- websites/staging/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js 
(original)
+++ websites/staging/ooo-site/trunk/content/vi/download/msg_prop_l10n_vi.js Tue 
Nov 10 21:56:02 2020
@@ -92,18 +92,19 @@ l10n.dl_green_

svn commit: r1883268 - in /openoffice/ooo-site/trunk/content: sr/download/msg_prop_l10n_sr.js sv/download/msg_prop_l10n_sv.js ta/download/msg_prop_l10n_ta.js th/download/msg_prop_l10n_th.js

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:07:55 2020
New Revision: 1883268

URL: http://svn.apache.org/viewvc?rev=1883268&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js
openoffice/ooo-site/trunk/content/sv/download/msg_prop_l10n_sv.js
openoffice/ooo-site/trunk/content/ta/download/msg_prop_l10n_ta.js
openoffice/ooo-site/trunk/content/th/download/msg_prop_l10n_th.js

Modified: openoffice/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js?rev=1883268&r1=1883267&r2=1883268&view=diff
==
--- openoffice/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js (original)
+++ openoffice/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js Tue Nov 
10 22:07:55 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -361,6 +362,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;
@@ -371,9 +373,9 @@ l10n.dl_rel_notes_aoo411_link   = "https
 l10n.dl_rel_notes_aoo410_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";;
 l10n.dl_rel_notes_aoo401_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes";;
 l10n.dl_rel_notes_aoo400_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";;
-l10n.dl_help_link  = 
"https://www.openoffice.org/download/full_vs_lp.html";;
-l10n.dl_checksum_link  = 
"https://www.openoffice.org/download/checksums.html";;
-l10n.dl_report_link= 
"https://www.openoffice.org/download/analyze.html";;
-l10n.dl_porting_link   = 
"https://www.openoffice.org/porting/index.html";;
-l10n.dl_archive_link   = 
"https://www.openoffice.org/download/archive.html";;
-l10n.dl_aoo341_link= 
"https://www.openoffice.org/download/archive.html";;
+l10n.

svn commit: r1067823 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/sr/download/msg_prop_l10n_sr.js content/sv/download/msg_prop_l10n_sv.js content/ta/download/msg_prop_l10n_ta.js co

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:08:37 2020
New Revision: 1067823

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/sr/download/msg_prop_l10n_sr.js
websites/staging/ooo-site/trunk/content/sv/download/msg_prop_l10n_sv.js
websites/staging/ooo-site/trunk/content/ta/download/msg_prop_l10n_ta.js
websites/staging/ooo-site/trunk/content/th/download/msg_prop_l10n_th.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:08:37 2020
@@ -1 +1 @@
-1883267
+1883268

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:08:37 2020
@@ -1 +1 @@
-1883267
+1883268

Modified: 
websites/staging/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js
==
--- websites/staging/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js 
(original)
+++ websites/staging/ooo-site/trunk/content/sr/download/msg_prop_l10n_sr.js Tue 
Nov 10 22:08:37 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -361,6 +362,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;
@@ -371,9 +373,9 @@ l10n.dl_rel_notes_aoo411_link   = "https
 l10n.dl_rel_notes_aoo410_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";;
 l10n.dl_rel_notes_aoo401_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes";;
 l10n.dl_rel_notes_aoo400_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes";;
-l10n.dl_help_link  = 
"https://www.openoffice.org/download/full_vs_lp.html";;
-l10n.dl_checksum_link  = 
"ht

svn commit: r1067825 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:17:00 2020
New Revision: 1067825

Log:
Publishing svnmucc operation to ooo-site site by marcus

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067824, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067824, websites/staging/ooo-site/trunk/content/



svn commit: r1067826 - /websites/production/openoffice/content/

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:19:55 2020
New Revision: 1067826

Log:
Publishing svnmucc operation to openoffice site by marcus

Added:
websites/production/openoffice/content/
  - copied from r1067825, websites/staging/openoffice/trunk/content/



svn commit: r1883269 [2/3] - in /openoffice/ooo-site/trunk/content: projects/update/aoo341/check.Update pt-br/download/msg_prop_l10n_pt-BR.js ru/download/msg_prop_l10n_ru.js sk/download/msg_prop_l10n_

2020-11-10 Thread mseidel


Modified: openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update?rev=1883269&r1=1883268&r2=1883269&view=diff
==
--- openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update 
(original)
+++ openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update Tue 
Nov 10 22:23:01 2020
@@ -1,7 +1,7 @@
 
 http://www.w3.org/2005/Atom"; xml:lang="en-US">
 Update Feed for 3.4.1 instances
-Fri, Sep 20, 2019 16:54:32 UTC
+Tue, Nov 03, 2020 17:58:14 UTC
 
 Apache OpenOffice project
 https://openoffice.org
@@ -81,8 +81,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -97,8 +97,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -113,8 +113,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -129,8 +129,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -147,8 +147,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -163,8 +163,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -179,8 +179,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -195,8 +195,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -213,8 +213,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ca/download?utm_source=AOO3_4_1_ca&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -229,8 +229,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ca/download?utm_source=AOO3_4_1_ca&utm_medium=Client&utm_c

svn commit: r1883269 [3/3] - in /openoffice/ooo-site/trunk/content: projects/update/aoo341/check.Update pt-br/download/msg_prop_l10n_pt-BR.js ru/download/msg_prop_l10n_ru.js sk/download/msg_prop_l10n_

2020-11-10 Thread mseidel
Modified: 
openoffice/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js?rev=1883269&r1=1883268&r2=1883269&view=diff
==
--- openoffice/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js 
(original)
+++ openoffice/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js Tue 
Nov 10 22:23:01 2020
@@ -90,18 +90,19 @@ l10n.dl_green_box_select_box_lang_values
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 l10n.dl_green_box_select_box_language_values   = [ "" ];
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: openoffice/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js?rev=1883269&r1=1883268&r2=1883269&view=diff
==
--- openoffice/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js (original)
+++ openoffice/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js Tue Nov 
10 22:23:01 2020
@@ -95,18 +95,19 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ]; 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l1

svn commit: r1883269 [1/3] - in /openoffice/ooo-site/trunk/content: projects/update/aoo341/check.Update pt-br/download/msg_prop_l10n_pt-BR.js ru/download/msg_prop_l10n_ru.js sk/download/msg_prop_l10n_

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:23:01 2020
New Revision: 1883269

URL: http://svn.apache.org/viewvc?rev=1883269&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/projects/update/aoo341/check.Update
openoffice/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js
openoffice/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js
openoffice/ooo-site/trunk/content/sk/download/msg_prop_l10n_sk.js
openoffice/ooo-site/trunk/content/sl/download/msg_prop_l10n_sl.js



svn commit: r1067827 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/projects/update/aoo341/ content/pt-br/download/ content/ru/download/ content/sk/download/ content/sl/download/

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:24:27 2020
New Revision: 1067827

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/projects/update/aoo341/check.Update

websites/staging/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js
websites/staging/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js
websites/staging/ooo-site/trunk/content/sk/download/msg_prop_l10n_sk.js
websites/staging/ooo-site/trunk/content/sl/download/msg_prop_l10n_sl.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:24:27 2020
@@ -1 +1 @@
-1883268
+1883269

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:24:27 2020
@@ -1 +1 @@
-1883268
+1883269

Modified: 
websites/staging/ooo-site/trunk/content/projects/update/aoo341/check.Update
==
Binary files - no diff available.

Modified: 
websites/staging/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js
==
--- 
websites/staging/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js 
(original)
+++ 
websites/staging/ooo-site/trunk/content/pt-br/download/msg_prop_l10n_pt-BR.js 
Tue Nov 10 22:24:27 2020
@@ -90,18 +90,19 @@ l10n.dl_green_box_select_box_lang_values
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 l10n.dl_green_box_select_box_language_values   = [ "" ];
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: 
websites/staging/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js
==
--- websites/staging/ooo-site/trunk/content/ru/download/msg_prop_l10n_ru.js 
(original)
+++ websites/stagin

[openoffice-project] branch main updated: Switched from JBake to Pelican

2020-11-10 Thread wave
This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/main by this push:
 new fa272d6  Switched from JBake to Pelican
fa272d6 is described below

commit fa272d6463ef9a1e43fd58a56b2678057af0d494
Author: Dave Fisher 
AuthorDate: Tue Nov 10 14:31:48 2020 -0800

Switched from JBake to Pelican
---
 .gitignore |   7 +
 Makefile   |  73 +
 assets/.htaccess   |   3 -
 bake.sh|  10 --
 build_local.sh |  11 --
 build_site.sh  |  30 
 build_staging.sh   |  30 
 content/bug-tracking.md|  22 ++-
 content/community-faqs.md  |  22 ++-
 content/contact.md |  22 ++-
 content/contributing-code.md   |  22 ++-
 content/developer-faqs.md  |  22 ++-
 {assets => content}/doap_openoffice.rdf|   0
 content/docs/download_process.md   |   2 -
 {assets => content}/docs/download_process.png  | Bin
 content/docs/edit-cms.md   |  22 ++-
 content/docs/governance/consensusBuilding.md   |  24 ++-
 content/docs/governance/lazyConsensus.md   |  22 ++-
 content/docs/governance/voting.md  |  22 ++-
 content/downloads.md   |  22 ++-
 content/events.md  |  22 ++-
 {assets => content}/favicon.ico| Bin
 content/get-involved-de.md |  22 ++-
 content/get-involved.md|  22 ++-
 content/get-it-here.md |  22 ++-
 {assets => content}/images/AOO4_website_logo.png   | Bin
 {assets => content}/images/action-bg.png   | Bin
 {assets => content}/images/action-clipart.png  | Bin
 {assets => content}/images/action-contract.png | Bin
 {assets => content}/images/action-dictionaries.png | Bin
 {assets => content}/images/action-download.png | Bin
 {assets => content}/images/action-expand.png   | Bin
 {assets => content}/images/action-extend.png   | Bin
 {assets => content}/images/action-help.png | Bin
 {assets => content}/images/action-info.png | Bin
 {assets => content}/images/action-link.png | Bin
 {assets => content}/images/action-participate.png  | Bin
 {assets => content}/images/action-templates.png| Bin
 {assets => content}/images/action.png  | Bin
 {assets => content}/images/asf_logo_small.png  | Bin
 {assets => content}/images/campaign-divider.png| Bin
 {assets => content}/images/download-bg.png | Bin
 {assets => content}/images/get-it-here/en.png  | Bin
 {assets => content}/images/licensing.png   | Bin
 content/index.md   |  22 ++-
 content/license.md |  22 ++-
 content/list-conduct.md|  24 ++-
 content/mailing-lists.md   |  22 ++-
 content/mission.md |  24 ++-
 content/native-lang.md |   5 +-
 content/orientation/decision-making.md |  22 ++-
 content/orientation/how-aoo-project-works.md   |  22 ++-
 content/orientation/index.md   |  22 ++-
 content/orientation/infrastructure.md  |  22 ++-
 content/orientation/intro-contributing.md  |  22 ++-
 content/orientation/intro-development.md   |  22 ++-
 content/orientation/intro-doc.md   |  22 ++-
 content/orientation/intro-l10n.md  |  22 ++-
 content/orientation/intro-marketing.md |  22 ++-
 content/orientation/intro-qa.md|  22 ++-
 content/people.md  |  22 ++-
 content/pmc-faqs.md|  22 ++-
 content/press.md   |  22 ++-
 content/privacy.md |  22 ++-
 content/qa.md  |  22 ++-
 {assets => content}/robots.txt |   0
 content/security.md|  22 ++-
 content/social.md  |  22 ++-
 content/source.md  |  22 ++-
 content/students.md|  22 ++-
 content/style-test.md  |  22 ++-
 content/svn-basics.md  |  22 ++-
 content/terms.md   |  22 ++-
 content/trademarks.md  |  22 ++-
 content/translate.md  

svn commit: r1883270 - /openoffice/ooo-site/trunk/content/brand.mdtext

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:33:10 2020
New Revision: 1883270

URL: http://svn.apache.org/viewvc?rev=1883270&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/brand.mdtext

Modified: openoffice/ooo-site/trunk/content/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/brand.mdtext?rev=1883270&r1=1883269&r2=1883270&view=diff
==
--- openoffice/ooo-site/trunk/content/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/brand.mdtext Tue Nov 10 22:33:10 2020
@@ -7,6 +7,6 @@ tagline:The Free and Open Productivity
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Apache OpenOffice 4.1.7 released
-announceurl:   
https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13
-announcetip:   Apache OpenOffice 4.1.7 released
+announce:  Apache OpenOffice 4.1.8 released
+announceurl:   
https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-14
+announcetip:   Apache OpenOffice 4.1.8 released




svn commit: r1067828 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/brand.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:33:47 2020
New Revision: 1067828

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/brand.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:33:47 2020
@@ -1 +1 @@
-1883269
+1883270

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:33:47 2020
@@ -1 +1 @@
-1883269
+1883270

Modified: websites/staging/ooo-site/trunk/content/brand.html
==
--- websites/staging/ooo-site/trunk/content/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/brand.html Tue Nov 10 22:33:47 2020
@@ -73,4 +73,4 @@
 
 The Free and Open Productivity Suite
   
-  https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13"; 
title="Apache OpenOffice 4.1.7 released">Apache OpenOffice 4.1.7 
released
+  https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-14"; 
title="Apache OpenOffice 4.1.8 released">Apache OpenOffice 4.1.8 
released




svn commit: r1067831 - in /websites/staging/openoffice/trunk/content: ./ downloads.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:40:41 2020
New Revision: 1067831

Log:
Staging update by buildbot for openoffice

Modified:
websites/staging/openoffice/trunk/content/   (props changed)
websites/staging/openoffice/trunk/content/downloads.html

Propchange: websites/staging/openoffice/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:40:41 2020
@@ -1 +1 @@
-1883271
+1883272

Modified: websites/staging/openoffice/trunk/content/downloads.html
==
--- websites/staging/openoffice/trunk/content/downloads.html (original)
+++ websites/staging/openoffice/trunk/content/downloads.html Tue Nov 10 
22:40:41 2020
@@ -199,18 +199,18 @@ This https://downloads.apache.o
 
 Source:
 
-https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip";>apache-openoffice-4.1.7-46059c9192-src.zip
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc";>asc]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256";>sha256]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512";>sha512]
-https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz";>apache-openoffice-4.1.7-46059c9192-src.tar.gz
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc";>asc]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256";>sha256]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512";>sha512]
-https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2";>apache-openoffice-4.1.7-46059c9192-src.tar.bz2
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc";>asc]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256";>sha256]
-  [https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512";>sha512]
+https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip";>apache-openoffice-4.1.7-46059c9192-src.zip
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc";>asc]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256";>sha256]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512";>sha512]
+https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz";>apache-openoffice-4.1.7-46059c9192-src.tar.gz
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc";>asc]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256";>sha256]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512";>sha512]
+https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2";>apache-openoffice-4.1.7-46059c9192-src.tar.bz2
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc";>asc]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256";>sha256]
+  [https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512";>sha512]
 
 
 
@@ -222,30 +222,30 @@ This https://downloads.apache.o
 
 Software Development Kit (SDK):
 
-https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz";>Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz
-  [https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.asc";>asc]
-  [https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha256";>sha256]
-  [https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha512";>sha512]
-https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz";>Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz
-  [https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz.asc";>asc]
-  [https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenO

svn commit: r1883272 - /openoffice/site/trunk/content/downloads.mdtext

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:40:34 2020
New Revision: 1883272

URL: http://svn.apache.org/viewvc?rev=1883272&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/site/trunk/content/downloads.mdtext

Modified: openoffice/site/trunk/content/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/downloads.mdtext?rev=1883272&r1=1883271&r2=1883272&view=diff
==
--- openoffice/site/trunk/content/downloads.mdtext (original)
+++ openoffice/site/trunk/content/downloads.mdtext Tue Nov 10 22:40:34 2020
@@ -80,47 +80,47 @@ This [KEYS](https://downloads.apache.org
 ***Apache OpenOffice 4.1.7 (released September 21, 2019)***
 
  * **Source**:
-* 
[apache-openoffice-4.1.7-46059c9192-src.zip](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip)
-  
[[asc](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc)]
-  
[[sha256](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256)]
-  
[[sha512](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512)]
-* 
[apache-openoffice-4.1.7-46059c9192-src.tar.gz](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz)
-  
[[asc](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc)]
-  
[[sha256](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256)]
-  
[[sha512](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512)]
-* 
[apache-openoffice-4.1.7-46059c9192-src.tar.bz2](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2)
-  
[[asc](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc)]
-  
[[sha256](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256)]
-  
[[sha512](https://archive.apache.org/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512)]
+* 
[apache-openoffice-4.1.7-46059c9192-src.zip](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip)
+  
[[asc](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.asc)]
+  
[[sha256](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha256)]
+  
[[sha512](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.zip.sha512)]
+* 
[apache-openoffice-4.1.7-46059c9192-src.tar.gz](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz)
+  
[[asc](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.asc)]
+  
[[sha256](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha256)]
+  
[[sha512](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.gz.sha512)]
+* 
[apache-openoffice-4.1.7-46059c9192-src.tar.bz2](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2)
+  
[[asc](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.asc)]
+  
[[sha256](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha256)]
+  
[[sha512](https://archive.apache.org/dist/openoffice/4.1.7/source/apache-openoffice-4.1.7-46059c9192-src.tar.bz2.sha512)]
 
  * **Binaries**:
 * [Downloads](https://www.openoffice.org/download/index.html)
 
  * **Software Development Kit (SDK)**:
-* 
[Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz)
-  
[[asc](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.asc)]
-  
[[sha256](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha256)]
-  
[[sha512](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-deb_en-US.tar.gz.sha512)]
-* 
[Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7_Linux_x86-64_install-rpm_en-US.tar.gz)
-  
[[asc](https://archive.apache.org/openoffice/4.1.7/binaries/SDK/Apache_OpenOffice-SDK_4.1.7

svn commit: r1067832 - /websites/production/openoffice/content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:41:16 2020
New Revision: 1067832

Log:
Publishing svnmucc operation to openoffice site by mseidel

Added:
websites/production/openoffice/content/
  - copied from r1067831, websites/staging/openoffice/trunk/content/



svn commit: r1883271 - /openoffice/site/trunk/content/doap_openoffice.rdf

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:36:41 2020
New Revision: 1883271

URL: http://svn.apache.org/viewvc?rev=1883271&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/site/trunk/content/doap_openoffice.rdf

Modified: openoffice/site/trunk/content/doap_openoffice.rdf
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/content/doap_openoffice.rdf?rev=1883271&r1=1883270&r2=1883271&view=diff
==
--- openoffice/site/trunk/content/doap_openoffice.rdf (original)
+++ openoffice/site/trunk/content/doap_openoffice.rdf Tue Nov 10 22:36:41 2020
@@ -38,9 +38,9 @@
 https://projects.apache.org/category/content"; />
 
   
-Apache OpenOffice 4.1.7
-2019-09-21
-4.1.7
+Apache OpenOffice 4.1.8
+2020-11-10
+4.1.8
   
 
 




svn commit: r1067829 - in /websites/staging/openoffice/trunk/content: ./ doap_openoffice.rdf

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:36:47 2020
New Revision: 1067829

Log:
Staging update by buildbot for openoffice

Modified:
websites/staging/openoffice/trunk/content/   (props changed)
websites/staging/openoffice/trunk/content/doap_openoffice.rdf

Propchange: websites/staging/openoffice/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:36:47 2020
@@ -1 +1 @@
-1883265
+1883271

Modified: websites/staging/openoffice/trunk/content/doap_openoffice.rdf
==
Binary files - no diff available.




svn commit: r1067830 - /websites/production/openoffice/content/

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:39:49 2020
New Revision: 1067830

Log:
Publishing svnmucc operation to openoffice site by marcus

Added:
websites/production/openoffice/content/
  - copied from r1067829, websites/staging/openoffice/trunk/content/



svn commit: r1883273 [2/2] - in /openoffice/ooo-site/trunk/content: ja/download/msg_prop_l10n_ja.js km/download/msg_prop_l10n_km.js ko/download/msg_prop_l10n_ko.js projects/update34/ProductUpdateServi

2020-11-10 Thread mseidel
Modified: 
openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update?rev=1883273&r1=1883272&r2=1883273&view=diff
==
--- 
openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update
 (original)
+++ 
openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update
 Tue Nov 10 22:52:01 2020
@@ -1,7 +1,7 @@
 
 http://www.w3.org/2005/Atom"; xml:lang="en-US">
 Update Feed for 3.2.0 instances
-Fri, Sep 20, 2019 16:55:07 UTC
+Tue, Nov 03, 2020 17:58:57 UTC
 
 Apache OpenOffice project
 https://openoffice.org
@@ -81,8 +81,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -97,8 +97,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -113,8 +113,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -129,8 +129,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -147,8 +147,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -163,8 +163,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -179,8 +179,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -195,8 +195,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -213,8 +213,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ca/download?utm_source=OOo3_2_0_ca&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -229,8 +229,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffi

svn commit: r1067833 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/ja/download/ content/km/download/ content/ko/download/ content/projects/update34/ProductUpdateService/

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:52:41 2020
New Revision: 1067833

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/ja/download/msg_prop_l10n_ja.js
websites/staging/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js
websites/staging/ooo-site/trunk/content/ko/download/msg_prop_l10n_ko.js

websites/staging/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:52:41 2020
@@ -1 +1 @@
-1883270
+1883273

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:52:41 2020
@@ -1 +1 @@
-1883270
+1883273

Modified: 
websites/staging/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js
==
--- websites/staging/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js 
(original)
+++ websites/staging/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js Tue 
Nov 10 22:52:41 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript functions/variables";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: 
websites/staging/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js
==
--- websites/staging/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js 
(original)
+++ websites/staging/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js Tue 
Nov 10 22:52:41 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1

svn commit: r1883273 [1/2] - in /openoffice/ooo-site/trunk/content: ja/download/msg_prop_l10n_ja.js km/download/msg_prop_l10n_km.js ko/download/msg_prop_l10n_ko.js projects/update34/ProductUpdateServi

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:52:01 2020
New Revision: 1883273

URL: http://svn.apache.org/viewvc?rev=1883273&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js
openoffice/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js
openoffice/ooo-site/trunk/content/ko/download/msg_prop_l10n_ko.js

openoffice/ooo-site/trunk/content/projects/update34/ProductUpdateService/check.Update

Modified: openoffice/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js?rev=1883273&r1=1883272&r2=1883273&view=diff
==
--- openoffice/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js (original)
+++ openoffice/ooo-site/trunk/content/ja/download/msg_prop_l10n_ja.js Tue Nov 
10 22:52:01 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   "4.1.1",
-   "4.1.0",
-   "4.0.1",
-   "4.0.0",
-   "3.4.1",
-   "Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",
+   
"4.1.6",
+   
"4.1.5",
+   
"4.1.4",
+   
"4.1.3",
+   
"4.1.2",
+   
"4.1.1",
+   
"4.1.0",
+   
"4.0.1",
+   
"4.0.0",
+   
"3.4.1",
+   
"Older releases" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
 
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript functions/variables";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: openoffice/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js?rev=1883273&r1=1883272&r2=1883273&view=diff
==
--- openoffice/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js (original)
+++ openoffice/ooo-site/trunk/content/km/download/msg_prop_l10n_km.js Tue Nov 
10 22:52:01 2020
@@ -92,18 +92,19 @@ l10n.dl_green_box_select_box_lang_values
 
 /* l10n.dl_green_box_select_box_language_values= [ "" ]; */
 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   "4.1.6",
-   "4.1.5",
-   "4.1.4",
-   "4.1.3",
-   "4.1.2",
-   

svn commit: r1883274 - /openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:55:23 2020
New Revision: 1883274

URL: http://svn.apache.org/viewvc?rev=1883274&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js

Modified: openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js?rev=1883274&r1=1883273&r2=1883274&view=diff
==
--- openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js (original)
+++ openoffice/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js Tue Nov 
10 22:55:23 2020
@@ -97,7 +97,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   
"Vietnamesisch","Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ];
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   "4.1.7",
"4.1.6",
"4.1.5",
"4.1.4",
@@ -367,6 +368,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97550579";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74691663";;




svn commit: r1067834 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 22:55:07 2020
New Revision: 1067834

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067833, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067833, websites/staging/ooo-site/trunk/content/



svn commit: r1067835 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/de/download/msg_prop_l10n_de.js

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:56:08 2020
New Revision: 1067835

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/de/download/msg_prop_l10n_de.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:56:08 2020
@@ -1 +1 @@
-1883273
+1883274

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:56:08 2020
@@ -1 +1 @@
-1883273
+1883274

Modified: 
websites/staging/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js
==
--- websites/staging/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js 
(original)
+++ websites/staging/ooo-site/trunk/content/de/download/msg_prop_l10n_de.js Tue 
Nov 10 22:56:08 2020
@@ -97,7 +97,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   
"Vietnamesisch","Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ];
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   "4.1.7",
"4.1.6",
"4.1.5",
"4.1.4",
@@ -367,6 +368,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97550579";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74691663";;




svn commit: r1883275 - /openoffice/ooo-site/trunk/content/de/brand.mdtext

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:56:40 2020
New Revision: 1883275

URL: http://svn.apache.org/viewvc?rev=1883275&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/de/brand.mdtext

Modified: openoffice/ooo-site/trunk/content/de/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/de/brand.mdtext?rev=1883275&r1=1883274&r2=1883275&view=diff
==
--- openoffice/ooo-site/trunk/content/de/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/de/brand.mdtext Tue Nov 10 22:56:40 2020
@@ -7,6 +7,6 @@ tagline:Die freie und offene Büro-So
 logo:  AOO_logos/100MillAOO100px.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Apache OpenOffice 4.1.7 ist verfügbar!
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
-announcetip:   AOO 4.1.7 Release Notes (Englisch)
+announce:  Apache OpenOffice 4.1.8 ist verfügbar!
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   AOO 4.1.8 Release Notes (Englisch)




svn commit: r1067836 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/de/brand.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:57:36 2020
New Revision: 1067836

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/de/brand.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:57:36 2020
@@ -1 +1 @@
-1883274
+1883275

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:57:36 2020
@@ -1 +1 @@
-1883274
+1883275

Modified: websites/staging/ooo-site/trunk/content/de/brand.html
==
--- websites/staging/ooo-site/trunk/content/de/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/de/brand.html Tue Nov 10 22:57:36 
2020
@@ -73,4 +73,4 @@
 
 Die freie und offene Büro-Software
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="AOO 4.1.7 Release Notes (Englisch)">Apache OpenOffice 4.1.7 ist 
verfügbar!
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="AOO 4.1.8 Release Notes (Englisch)">Apache OpenOffice 4.1.8 ist 
verfügbar!




svn commit: r1883276 - /openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:57:55 2020
New Revision: 1883276

URL: http://svn.apache.org/viewvc?rev=1883276&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js

Modified: openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js?rev=1883276&r1=1883275&r2=1883276&view=diff
==
--- openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js (original)
+++ openoffice/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js Tue Nov 
10 22:57:55 2020
@@ -96,18 +96,19 @@ l10n.dl_green_box_select_box_lang_values
"vi", "Vietnamese", 
"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ];
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   
"4.1.6",
-   
"4.1.5",
-   
"4.1.4",
-   
"4.1.3",
-   
"4.1.2",
-   
"4.1.1",
-   
"4.1.0",
-   
"4.0.1",
-   
"4.0.0",
-   
"3.4.1",
-   
"Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   "4.1.7",
+   "4.1.6",
+   "4.1.5",
+   "4.1.4",
+   "4.1.3",
+   "4.1.2",
+   "4.1.1",
+   "4.1.0",
+   "4.0.1",
+   "4.0.0",
+   "3.4.1",
+   "Older releases" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -177,14 +178,14 @@ l10n.dl_nav_headline_2_text   = 
"Documen
 l10n.dl_nav_schedule_text  = "Release Schedules";
 l10n.dl_nav_schedule_title = "When are new releases 
planned?";
 l10n.dl_nav_schedule_href  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/Releases";;
-l10n.dl_nav_hist_schedule_text = "Historic Release Schedule";
-l10n.dl_nav_hist_schedule_title= "When were old releases 
planned?";
-l10n.dl_nav_hist_schedule_href = 
"https://wiki.openoffice.org/wiki/Product_Release";;
+l10n.dl_nav_hist_schedule_text = "Historic Release Schedule";
+l10n.dl_nav_hist_schedule_title= "When were old 
releases planned?";
+l10n.dl_nav_hist_schedule_href = 
"https://wiki.openoffice.org/wiki/Product_Release";;
 l10n.dl_nav_inst_guide_text= "Installation Guides";
-l10n.dl_nav_inst_guide_title   = "Instructions for installing Apache 
OpenOffice on Windows, macOS (OS X) and Linux machines";
+l10n.dl_nav_inst_guide_title   = "Instructions for installing 
Apache OpenOffice on Windows, macOS (OS X) and Linux machines";
 l10n.dl_nav_inst_guide_href= 
"https://www.openoffice.org/download/common/instructions.html";;
 l10n.dl_nav_user_guide_text= "User Guides";
-l10n.dl_nav_user_guide_title   = "Extensive user manuals for every day 
use";
+l10n.dl_nav_user_guide_title   = "Extensive user manuals for 
every day use";
 l10n.dl_nav_user_guide_href= 
"https://www.openoffice.org/documentation/index.html";;
 l10n.dl_nav_why_java_text  = "Java and Apache OpenOffice";
 l10n.dl_

svn commit: r1067837 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/xx/download/msg_prop_l10n_xx.js

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:58:42 2020
New Revision: 1067837

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/xx/download/msg_prop_l10n_xx.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:58:42 2020
@@ -1 +1 @@
-1883275
+1883276

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:58:42 2020
@@ -1 +1 @@
-1883275
+1883276

Modified: 
websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js
==
--- websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js 
(original)
+++ websites/staging/ooo-site/trunk/content/xx/download/msg_prop_l10n_xx.js Tue 
Nov 10 22:58:42 2020
@@ -96,18 +96,19 @@ l10n.dl_green_box_select_box_lang_values
"vi", "Vietnamese", 
"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ];
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
-   
"4.1.6",
-   
"4.1.5",
-   
"4.1.4",
-   
"4.1.3",
-   
"4.1.2",
-   
"4.1.1",
-   
"4.1.0",
-   
"4.0.1",
-   
"4.0.0",
-   
"3.4.1",
-   
"Older releases" ];
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   "4.1.7",
+   "4.1.6",
+   "4.1.5",
+   "4.1.4",
+   "4.1.3",
+   "4.1.2",
+   "4.1.1",
+   "4.1.0",
+   "4.0.1",
+   "4.0.0",
+   "3.4.1",
+   "Older releases" ];
 
 // Download: Strings in the sub-green box (used in "index.html").
 // Not defined for now.
@@ -177,14 +178,14 @@ l10n.dl_nav_headline_2_text   = 
"Documen
 l10n.dl_nav_schedule_text  = "Release Schedules";
 l10n.dl_nav_schedule_title = "When are new releases 
planned?";
 l10n.dl_nav_schedule_href  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/Releases";;
-l10n.dl_nav_hist_schedule_text = "Historic Release Schedule";
-l10n.dl_nav_hist_schedule_title= "When were old releases 
planned?";
-l10n.dl_nav_hist_schedule_href = 
"https://wiki.openoffice.org/wiki/Product_Release";;
+l10n.dl_nav_hist_schedule_text = "Historic Release Schedule";
+l10n.dl_nav_hist_schedule_title= "When were old 
releases planned?";
+l10n.dl_nav_hist_schedule_href = 
"https://wiki.openoffice.org/wiki/Product_Release";;
 l10n.dl_nav_inst_guide_text= "Installation Guides";
-l10n.dl_nav_inst_guide_title   = "Instructions for installing Apache 
OpenOffice on Windows, macOS (OS X) and Linux machines";
+l10n.dl_nav_inst_guide_title   = "Instructions for installing 
Apache OpenOffice on Windows, macOS (OS X) and Linux machines";
 l10n.dl_nav_inst_guide_href= 
"https://www.openoffice.org/download/common/instructio

svn commit: r1883277 - /openoffice/ooo-site/trunk/content/xx/brand.mdtext

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 22:58:06 2020
New Revision: 1883277

URL: http://svn.apache.org/viewvc?rev=1883277&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/xx/brand.mdtext

Modified: openoffice/ooo-site/trunk/content/xx/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/xx/brand.mdtext?rev=1883277&r1=1883276&r2=1883277&view=diff
==
--- openoffice/ooo-site/trunk/content/xx/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/xx/brand.mdtext Tue Nov 10 22:58:06 2020
@@ -1,12 +1,12 @@
-home:  home
-search:search
+home:  home
+search:search
 selectedlang:  en
-language:  Language
-name:  Apache OpenOffice
-tagline:   The Free and Open Productivity Suite
-logo:  AOO_logos/100MillAOO100px.png
-domain:https://www.openoffice.org
-divid: bannera
-announce:  Apache OpenOffice 4.1.7 released!
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
-announcetip:   Apache OpenOffice 4.1.7 released!
+language:  Language
+name:  Apache OpenOffice
+tagline:   The Free and Open Productivity Suite
+logo:  AOO_logos/100MillAOO100px.png
+domain:https://www.openoffice.org
+divid: bannera
+announce:  Apache OpenOffice 4.1.8 released!
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   Apache OpenOffice 4.1.8 released!




svn commit: r1067838 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/xx/brand.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 22:59:26 2020
New Revision: 1067838

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/xx/brand.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:59:26 2020
@@ -1 +1 @@
-1883276
+1883277

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 22:59:26 2020
@@ -1 +1 @@
-1883276
+1883277

Modified: websites/staging/ooo-site/trunk/content/xx/brand.html
==
--- websites/staging/ooo-site/trunk/content/xx/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/xx/brand.html Tue Nov 10 22:59:26 
2020
@@ -73,4 +73,4 @@
 
 The Free and Open Productivity Suite
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Apache OpenOffice 4.1.7 released!">Apache OpenOffice 4.1.7 
released!
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Apache OpenOffice 4.1.8 released!">Apache OpenOffice 4.1.8 
released!




[openoffice-project] branch main updated: Fix titles and .htaccess

2020-11-10 Thread wave
This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/main by this push:
 new f646b2a  Fix titles and .htaccess
f646b2a is described below

commit f646b2aa143d04dff3318f29a1f0cf7ba3b256bd
Author: Dave Fisher 
AuthorDate: Tue Nov 10 15:03:17 2020 -0800

Fix titles and .htaccess
---
 content/.htaccess| 3 +++
 theme/openoffice/templates/base.html | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
new file mode 100644
index 000..fa6337a
--- /dev/null
+++ b/content/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
diff --git a/theme/openoffice/templates/base.html 
b/theme/openoffice/templates/base.html
index f22aa70..a714496 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -19,6 +19,7 @@
 limitations under the License.
   -->
 {% block head %}
+{{ page.title }}
 
 
 
@@ -31,7 +32,7 @@
 
 
   
-  https://openoffice.apache.org/";>
+  
   
 
 The Free and Open Productivity Suite



svn commit: r1883278 - in /openoffice/ooo-site/trunk/content: it/ ja/ km/ ko/ lt/ nl/ no/ pl/ pt/ ru/ sk/ sl/ sr/ sv/ ta/ th/ tr/ vi/ zh-cn/ zh-tw/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:10:20 2020
New Revision: 1883278

URL: http://svn.apache.org/viewvc?rev=1883278&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/it/brand.mdtext
openoffice/ooo-site/trunk/content/ja/brand.mdtext
openoffice/ooo-site/trunk/content/km/brand.mdtext
openoffice/ooo-site/trunk/content/ko/brand.mdtext
openoffice/ooo-site/trunk/content/lt/brand.mdtext
openoffice/ooo-site/trunk/content/nl/brand.mdtext
openoffice/ooo-site/trunk/content/no/brand.mdtext
openoffice/ooo-site/trunk/content/pl/brand.mdtext
openoffice/ooo-site/trunk/content/pt/brand.mdtext
openoffice/ooo-site/trunk/content/ru/brand.mdtext
openoffice/ooo-site/trunk/content/sk/brand.mdtext
openoffice/ooo-site/trunk/content/sl/brand.mdtext
openoffice/ooo-site/trunk/content/sr/brand.mdtext
openoffice/ooo-site/trunk/content/sv/brand.mdtext
openoffice/ooo-site/trunk/content/ta/brand.mdtext
openoffice/ooo-site/trunk/content/th/brand.mdtext
openoffice/ooo-site/trunk/content/tr/brand.mdtext
openoffice/ooo-site/trunk/content/vi/brand.mdtext
openoffice/ooo-site/trunk/content/zh-cn/brand.mdtext
openoffice/ooo-site/trunk/content/zh-tw/brand.mdtext

Modified: openoffice/ooo-site/trunk/content/it/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/it/brand.mdtext?rev=1883278&r1=1883277&r2=1883278&view=diff
==
--- openoffice/ooo-site/trunk/content/it/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/it/brand.mdtext Tue Nov 10 23:10:20 2020
@@ -7,6 +7,6 @@ tagline:La suite libera e completa pe
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:   Disponibile Apache OpenOffice 4.1.7
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
+announce:   Disponibile Apache OpenOffice 4.1.8
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
 announcetip:   Caratteristiche e informazioni

Modified: openoffice/ooo-site/trunk/content/ja/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ja/brand.mdtext?rev=1883278&r1=1883277&r2=1883278&view=diff
==
--- openoffice/ooo-site/trunk/content/ja/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/ja/brand.mdtext Tue Nov 10 23:10:20 2020
@@ -7,6 +7,6 @@ tagline:The Free and Open Productivit
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Announcing Apache OpenOffice 4.1.7
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
+announce:  Announcing Apache OpenOffice 4.1.8
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
 announcetip:   Read the announcement

Modified: openoffice/ooo-site/trunk/content/km/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/km/brand.mdtext?rev=1883278&r1=1883277&r2=1883278&view=diff
==
--- openoffice/ooo-site/trunk/content/km/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/km/brand.mdtext Tue Nov 10 23:10:20 2020
@@ -7,6 +7,6 @@ tagline:The Free and Open Productivity
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Apache OpenOffice 4.1.7 released!
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
-announcetip:   The Apache OpenOffice Project Announces Apache OpenOffice 4.1.7
+announce:  Apache OpenOffice 4.1.8 released!
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   The Apache OpenOffice Project Announces Apache OpenOffice 4.1.8

Modified: openoffice/ooo-site/trunk/content/ko/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ko/brand.mdtext?rev=1883278&r1=1883277&r2=1883278&view=diff
==
--- openoffice/ooo-site/trunk/content/ko/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/ko/brand.mdtext Tue Nov 10 23:10:20 2020
@@ -7,6 +7,6 @@ tagline:무료 공개 ìƒ
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Apache OpenOffice 4.1.7 출시
-announceurl:   
https://c

svn commit: r1067841 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/security/cves/CVE-2020-13958.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:11:51 2020
New Revision: 1067841

Log:
Staging update by buildbot for ooo-site

Added:
websites/staging/ooo-site/trunk/content/security/cves/CVE-2020-13958.html
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 Tue Nov 10 23:11:51 2020
@@ -1 +1 @@
-1883278
+1883279

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:11:51 2020
@@ -1 +1 @@
-1883278
+1883279

Added: websites/staging/ooo-site/trunk/content/security/cves/CVE-2020-13958.html
==
--- websites/staging/ooo-site/trunk/content/security/cves/CVE-2020-13958.html 
(added)
+++ websites/staging/ooo-site/trunk/content/security/cves/CVE-2020-13958.html 
Tue Nov 10 23:11:51 2020
@@ -0,0 +1,144 @@
+
+
+
+
+
+CVE-2020-13958
+
+  
+ 
+
+
+
+
+  
+
+home » security » cves
+  
+  
+  
+  
+  
+
+
+
+
+  https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-13958";>
+  CVE-2020-13958
+  
+
+
+  https://www.openoffice.org/security/cves/CVE-2020-13958.html";>
+  Apache OpenOffice Advisory
+  
+
+
+  
+CVE-2020-13958 Unrestricted actions leads to arbitrary code execution 
in crafted documents
+  
+
+
+  
+Fixed in Apache OpenOffice 4.1.8
+  
+
+
+  
+Description
+  
+
+
+  A vulnerability in Apache OpenOffice scripting events allows an attacker 
to construct documents containing
+  hyperlinks pointing to an executable on the target users file system. 
These hyperlinks can be triggered
+  unconditionally. In fixed versions no internal protocol may be called 
from the document event handler and other
+  hyperlinks require a control-click.
+
+
+  
+Severity: Low
+  
+
+
+  There are no known exploits of this vulnerability.
+  
+  A proof-of-concept demonstration exists.
+
+
+  Thanks to the reporter for discovering this issue.
+
+
+  
+Vendor: The Apache Software Foundation
+  
+
+
+  
+Versions Affected
+  
+
+
+  All Apache OpenOffice versions 4.1.7 and older are affected.
+  
+  OpenOffice.org versions may also be affected.
+
+
+  
+Mitigation
+  
+
+
+  Install Apache OpenOffice 4.1.8 for the latest maintenance and 
cumulative security fixes. Use the Apache OpenOffice
+  https://www.openoffice.org/download/";>
+download page
+  .
+
+
+
+  
+Acknowledgments
+  
+
+
+  The Apache OpenOffice Security Team would like to thank Imre Rad for 
discovering and reporting this attack vector.
+
+
+  
+Further Information
+  
+
+
+  For additional information and assistance, consult the
+  https://forum.openoffice.org/";>
+Apache OpenOffice Community Forums
+  
+  or make requests to the
+  mailto:us...@openoffice.apache.org";>
+us...@openoffice.apache.org
+  
+  public mailing list.
+
+
+  The latest information on Apache OpenOffice security bulletins can be 
found at the
+  https://www.openoffice.org/security/bulletin.html";>
+Bulletin Archive page
+  .
+
+
+
+  https://security.openoffice.org";>
+Security Home
+  
+  ->
+  https://www.openoffice.org/security/bulletin.html";>
+Bulletin
+  
+  ->
+  https://www.openoffice.org/security/cves/CVE-2020-13958.html";>
+CVE-2020-13958
+  
+
+  
+  
+
+
+




svn commit: r1067840 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/it/ content/ja/ content/km/ content/ko/ content/lt/ content/nl/ content/no/ content/pl/ content/pt/ content/ru/ co

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:11:08 2020
New Revision: 1067840

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/it/brand.html
websites/staging/ooo-site/trunk/content/ja/brand.html
websites/staging/ooo-site/trunk/content/km/brand.html
websites/staging/ooo-site/trunk/content/ko/brand.html
websites/staging/ooo-site/trunk/content/lt/brand.html
websites/staging/ooo-site/trunk/content/nl/brand.html
websites/staging/ooo-site/trunk/content/no/brand.html
websites/staging/ooo-site/trunk/content/pl/brand.html
websites/staging/ooo-site/trunk/content/pt/brand.html
websites/staging/ooo-site/trunk/content/ru/brand.html
websites/staging/ooo-site/trunk/content/sk/brand.html
websites/staging/ooo-site/trunk/content/sl/brand.html
websites/staging/ooo-site/trunk/content/sr/brand.html
websites/staging/ooo-site/trunk/content/sv/brand.html
websites/staging/ooo-site/trunk/content/ta/brand.html
websites/staging/ooo-site/trunk/content/th/brand.html
websites/staging/ooo-site/trunk/content/tr/brand.html
websites/staging/ooo-site/trunk/content/vi/brand.html
websites/staging/ooo-site/trunk/content/zh-cn/brand.html
websites/staging/ooo-site/trunk/content/zh-tw/brand.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:11:08 2020
@@ -1 +1 @@
-1883277
+1883278

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:11:08 2020
@@ -1 +1 @@
-1883277
+1883278

Modified: websites/staging/ooo-site/trunk/content/it/brand.html
==
--- websites/staging/ooo-site/trunk/content/it/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/it/brand.html Tue Nov 10 23:11:08 
2020
@@ -73,4 +73,4 @@
 
 La suite libera e completa per 
l'ufficio
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Caratteristiche e informazioni">Disponibile Apache OpenOffice 
4.1.7
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Caratteristiche e informazioni">Disponibile Apache OpenOffice 
4.1.8

Modified: websites/staging/ooo-site/trunk/content/ja/brand.html
==
--- websites/staging/ooo-site/trunk/content/ja/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/ja/brand.html Tue Nov 10 23:11:08 
2020
@@ -73,4 +73,4 @@
 
 The Free and Open Productivity Suite
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Read the announcement">Announcing Apache OpenOffice 4.1.7
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Read the announcement">Announcing Apache OpenOffice 4.1.8

Modified: websites/staging/ooo-site/trunk/content/km/brand.html
==
--- websites/staging/ooo-site/trunk/content/km/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/km/brand.html Tue Nov 10 23:11:08 
2020
@@ -73,4 +73,4 @@
 
 The Free and Open Productivity Suite
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="The Apache OpenOffice Project Announces Apache OpenOffice 4.1.7">Apache 
OpenOffice 4.1.7 released!
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="The Apache OpenOffice Project Announces Apache OpenOffice 4.1.8">Apache 
OpenOffice 4.1.8 released!

Modified: websites/staging/ooo-site/trunk/content/ko/brand.html
==
--- websites/staging/ooo-site/trunk/content/ko/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/ko/brand.html Tue Nov 10 23:11:08 
2020
@@ -73,4 +73,4 @@
 
 무료 공개 생산성 스위트
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Apache OpenOffice 4.1.7 출시">Apache OpenOffice 4.1.7 출시
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Apache OpenOffice 4.1.8 출시">Apache OpenOffice 4.1.8 출시

Modified: websites/staging/ooo-site/trunk/content/lt/brand.html
==
--- websites/staging/ooo-site/trunk/content/lt/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/lt/brand.html Tue Nov 10 23:11:08 
2020
@@ -73,4 +73,4 @@
 

svn commit: r1883279 - /openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 23:11:16 2020
New Revision: 1883279

URL: http://svn.apache.org/viewvc?rev=1883279&view=rev
Log:
Added bulletin for CVE-2020-13958

Added:
openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html

Added: openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html?rev=1883279&view=auto
==
--- openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html (added)
+++ openoffice/ooo-site/trunk/content/security/cves/CVE-2020-13958.html Tue Nov 
10 23:11:16 2020
@@ -0,0 +1,125 @@
+
+
+  
+CVE-2020-13958
+
+  
+
+  
+
+  https://cve.mitre.org/cgi-bin/cvename.cgi?name=2020-13958";>
+  CVE-2020-13958
+  
+
+
+  https://www.openoffice.org/security/cves/CVE-2020-13958.html";>
+  Apache OpenOffice Advisory
+  
+
+
+  
+CVE-2020-13958 Unrestricted actions leads to arbitrary code execution 
in crafted documents
+  
+
+
+  
+Fixed in Apache OpenOffice 4.1.8
+  
+
+
+  
+Description
+  
+
+
+  A vulnerability in Apache OpenOffice scripting events allows an attacker 
to construct documents containing
+  hyperlinks pointing to an executable on the target users file system. 
These hyperlinks can be triggered
+  unconditionally. In fixed versions no internal protocol may be called 
from the document event handler and other
+  hyperlinks require a control-click.
+
+
+  
+Severity: Low
+  
+
+
+  There are no known exploits of this vulnerability.
+  
+  A proof-of-concept demonstration exists.
+
+
+  Thanks to the reporter for discovering this issue.
+
+
+  
+Vendor: The Apache Software Foundation
+  
+
+
+  
+Versions Affected
+  
+
+
+  All Apache OpenOffice versions 4.1.7 and older are affected.
+  
+  OpenOffice.org versions may also be affected.
+
+
+  
+Mitigation
+  
+
+
+  Install Apache OpenOffice 4.1.8 for the latest maintenance and 
cumulative security fixes. Use the Apache OpenOffice
+  https://www.openoffice.org/download/";>
+download page
+  .
+
+
+
+  
+Acknowledgments
+  
+
+
+  The Apache OpenOffice Security Team would like to thank Imre Rad for 
discovering and reporting this attack vector.
+
+
+  
+Further Information
+  
+
+
+  For additional information and assistance, consult the
+  https://forum.openoffice.org/";>
+Apache OpenOffice Community Forums
+  
+  or make requests to the
+  mailto:us...@openoffice.apache.org";>
+us...@openoffice.apache.org
+  
+  public mailing list.
+
+
+  The latest information on Apache OpenOffice security bulletins can be 
found at the
+  https://www.openoffice.org/security/bulletin.html";>
+Bulletin Archive page
+  .
+
+
+
+  https://security.openoffice.org";>
+Security Home
+  
+  ->
+  https://www.openoffice.org/security/bulletin.html";>
+Bulletin
+  
+  ->
+  https://www.openoffice.org/security/cves/CVE-2020-13958.html";>
+CVE-2020-13958
+  
+
+  
+




svn commit: r1883280 - /openoffice/ooo-site/trunk/content/security/bulletin.html

2020-11-10 Thread marcus
Author: marcus
Date: Tue Nov 10 23:12:49 2020
New Revision: 1883280

URL: http://svn.apache.org/viewvc?rev=1883280&view=rev
Log:
Added item for bulletin for CVE-2020-13958

Modified:
openoffice/ooo-site/trunk/content/security/bulletin.html

Modified: openoffice/ooo-site/trunk/content/security/bulletin.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/security/bulletin.html?rev=1883280&r1=1883279&r2=1883280&view=diff
==
--- openoffice/ooo-site/trunk/content/security/bulletin.html (original)
+++ openoffice/ooo-site/trunk/content/security/bulletin.html Tue Nov 10 
23:12:49 2020
@@ -26,6 +26,12 @@
   
 
 
+Fixed in Apache OpenOffice 4.1.8
+
+
+  CVE-2020-13958: Unrestricted 
actions leads to arbitrary code execution in crafted documents 
+ 
+
 Fixed in Apache OpenOffice 4.1.7
 
 




svn commit: r1067842 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/security/bulletin.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:13:28 2020
New Revision: 1067842

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/security/bulletin.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:13:28 2020
@@ -1 +1 @@
-1883279
+1883280

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:13:28 2020
@@ -1 +1 @@
-1883279
+1883280

Modified: websites/staging/ooo-site/trunk/content/security/bulletin.html
==
--- websites/staging/ooo-site/trunk/content/security/bulletin.html (original)
+++ websites/staging/ooo-site/trunk/content/security/bulletin.html Tue Nov 10 
23:13:28 2020
@@ -41,6 +41,12 @@
   
 
 
+Fixed in Apache OpenOffice 4.1.8
+
+
+  CVE-2020-13958: Unrestricted 
actions leads to arbitrary code execution in crafted documents 
+ 
+
 Fixed in Apache OpenOffice 4.1.7
 
 




svn commit: r1067843 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:14:38 2020
New Revision: 1067843

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067842, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067842, websites/staging/ooo-site/trunk/content/



svn commit: r1883281 [2/2] - in /openoffice/ooo-site/trunk/content: hu/brand.mdtext hu/download/msg_prop_l10n_hu.js projects/update35/ProductUpdateService/check.Update

2020-11-10 Thread mseidel
Modified: 
openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update?rev=1883281&r1=1883280&r2=1883281&view=diff
==
--- 
openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update
 (original)
+++ 
openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update
 Tue Nov 10 23:16:47 2020
@@ -1,7 +1,7 @@
 
 http://www.w3.org/2005/Atom"; xml:lang="en-US">
 Update Feed for 3.2.1 instances
-Fri, Sep 20, 2019 16:55:00 UTC
+Tue, Nov 03, 2020 17:58:49 UTC
 
 Apache OpenOffice project
 https://openoffice.org
@@ -81,8 +81,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -97,8 +97,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -113,8 +113,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -129,8 +129,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/ast/download?utm_source=OOo3_2_1_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -147,8 +147,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -163,8 +163,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -179,8 +179,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -195,8 +195,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/bg/download?utm_source=OOo3_2_1_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -213,8 +213,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ca/download?utm_source=OOo3_2_1_ca&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -229,8 +229,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffi

svn commit: r1883281 [1/2] - in /openoffice/ooo-site/trunk/content: hu/brand.mdtext hu/download/msg_prop_l10n_hu.js projects/update35/ProductUpdateService/check.Update

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:16:47 2020
New Revision: 1883281

URL: http://svn.apache.org/viewvc?rev=1883281&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/hu/brand.mdtext
openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js

openoffice/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update

Modified: openoffice/ooo-site/trunk/content/hu/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/hu/brand.mdtext?rev=1883281&r1=1883280&r2=1883281&view=diff
==
--- openoffice/ooo-site/trunk/content/hu/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/hu/brand.mdtext Tue Nov 10 23:16:47 2020
@@ -7,6 +7,6 @@ tagline:Az ingyenes és nyílt for
 logo:  AOO_logos/100MillAOO100px.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Megjelent az Apache OpenOffice 4.1.7!
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
-announcetip:   Megjelent az Apache OpenOffice 4.1.7!
+announce:  Megjelent az Apache OpenOffice 4.1.8!
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   Megjelent az Apache OpenOffice 4.1.8!

Modified: openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js?rev=1883281&r1=1883280&r2=1883281&view=diff
==
--- openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js (original)
+++ openoffice/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js Tue Nov 
10 23:16:47 2020
@@ -94,7 +94,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ]; 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",

"4.1.6",

"4.1.5",

"4.1.4",
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript függvények/változók";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;




svn commit: r1067844 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/hu/brand.html content/hu/download/msg_prop_l10n_hu.js content/projects/update35/ProductUpdateService/check.Update

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:17:29 2020
New Revision: 1067844

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/hu/brand.html
websites/staging/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js

websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:17:29 2020
@@ -1 +1 @@
-1883280
+1883281

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:17:29 2020
@@ -1 +1 @@
-1883280
+1883281

Modified: websites/staging/ooo-site/trunk/content/hu/brand.html
==
--- websites/staging/ooo-site/trunk/content/hu/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/hu/brand.html Tue Nov 10 23:17:29 
2020
@@ -73,4 +73,4 @@
 
 Az ingyenes és nyílt forrású irodai 
programcsomag
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Megjelent az Apache OpenOffice 4.1.7!">Megjelent az Apache OpenOffice 
4.1.7!
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Megjelent az Apache OpenOffice 4.1.8!">Megjelent az Apache OpenOffice 
4.1.8!

Modified: 
websites/staging/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js
==
--- websites/staging/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js 
(original)
+++ websites/staging/ooo-site/trunk/content/hu/download/msg_prop_l10n_hu.js Tue 
Nov 10 23:17:29 2020
@@ -94,7 +94,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 // l10n.dl_green_box_select_box_version_values = [ "" ]; 
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",

"4.1.6",

"4.1.5",

"4.1.4",
@@ -359,6 +360,7 @@ l10n.dl_analyze_table_stable_release_tex
 l10n.dl_analyze_table_javascript_text  = 
"JavaScript függvények/változók";
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: 
websites/staging/ooo-site/trunk/content/projects/update35/ProductUpdateService/check.Update
==
Binary files - no diff available.




svn commit: r1883282 [1/2] - in /openoffice/ooo-site/trunk/content: it/index.html ja/index.html projects/update36/ProductUpdateService/check.Update

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:24:02 2020
New Revision: 1883282

URL: http://svn.apache.org/viewvc?rev=1883282&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/it/index.html
openoffice/ooo-site/trunk/content/ja/index.html

openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update

Modified: openoffice/ooo-site/trunk/content/it/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/it/index.html?rev=1883282&r1=1883281&r2=1883282&view=diff
==
--- openoffice/ooo-site/trunk/content/it/index.html (original)
+++ openoffice/ooo-site/trunk/content/it/index.html Tue Nov 10 23:24:02 2020
@@ -123,7 +123,7 @@ a noi.
 
 
Download
-   versione 
4.1.7
+   versione 
4.1.8
 
 
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";>Caratteristiche
 e novità
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";>Caratteristiche
 e novità
 
 
 

Modified: openoffice/ooo-site/trunk/content/ja/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ja/index.html?rev=1883282&r1=1883281&r2=1883282&view=diff
==
--- openoffice/ooo-site/trunk/content/ja/index.html (original)
+++ openoffice/ooo-site/trunk/content/ja/index.html Tue Nov 10 23:24:02 2020
@@ -16,7 +16,7 @@
 
   
   
-ダウンロード4.1.7
+ダウンロード4.1.8
   
 
 




svn commit: r1883282 [2/2] - in /openoffice/ooo-site/trunk/content: it/index.html ja/index.html projects/update36/ProductUpdateService/check.Update

2020-11-10 Thread mseidel
Modified: 
openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update?rev=1883282&r1=1883281&r2=1883282&view=diff
==
--- 
openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
 (original)
+++ 
openoffice/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
 Tue Nov 10 23:24:02 2020
@@ -1,7 +1,7 @@
 
 http://www.w3.org/2005/Atom"; xml:lang="en-US">
 Update Feed for 3.3.0 instances
-Fri, Sep 20, 2019 16:54:46 UTC
+Tue, Nov 03, 2020 17:58:38 UTC
 
 Apache OpenOffice project
 https://openoffice.org
@@ -81,8 +81,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_3_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -97,8 +97,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_3_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -113,8 +113,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/ast/download?utm_source=OOo3_3_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -129,8 +129,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/ast/download?utm_source=OOo3_3_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -147,8 +147,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_3_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -163,8 +163,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_3_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -179,8 +179,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/bg/download?utm_source=OOo3_3_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -195,8 +195,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/bg/download?utm_source=OOo3_3_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -213,8 +213,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ca/download?utm_source=OOo3_3_0_ca&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -229,8 +229,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffi

svn commit: r1067845 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/it/index.html content/ja/index.html content/projects/update36/ProductUpdateService/check.Update

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:24:46 2020
New Revision: 1067845

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/it/index.html
websites/staging/ooo-site/trunk/content/ja/index.html

websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:24:46 2020
@@ -1 +1 @@
-1883281
+1883282

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:24:46 2020
@@ -1 +1 @@
-1883281
+1883282

Modified: websites/staging/ooo-site/trunk/content/it/index.html
==
--- websites/staging/ooo-site/trunk/content/it/index.html (original)
+++ websites/staging/ooo-site/trunk/content/it/index.html Tue Nov 10 23:24:46 
2020
@@ -138,7 +138,7 @@ a noi.
 
 
Download
-   versione 
4.1.7
+   versione 
4.1.8
 
 
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";>Caratteristiche
 e novità
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";>Caratteristiche
 e novità
 
 
 

Modified: websites/staging/ooo-site/trunk/content/ja/index.html
==
--- websites/staging/ooo-site/trunk/content/ja/index.html (original)
+++ websites/staging/ooo-site/trunk/content/ja/index.html Tue Nov 10 23:24:46 
2020
@@ -33,7 +33,7 @@
 
   
   
-ダウンロード4.1.7
+ダウンロード4.1.8
   
 
 

Modified: 
websites/staging/ooo-site/trunk/content/projects/update36/ProductUpdateService/check.Update
==
Binary files - no diff available.




svn commit: r1067846 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:27:02 2020
New Revision: 1067846

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067845, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067845, websites/staging/ooo-site/trunk/content/



svn commit: r1883283 [1/2] - in /openoffice/ooo-site/trunk/content: ast/ ast/download/ da/ da/download/ es/ es/descargar/ fr/ he/ he/download/ hi/ hi/download/ projects/update38/ProductUpdateService/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:47:33 2020
New Revision: 1883283

URL: http://svn.apache.org/viewvc?rev=1883283&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/ast/brand.mdtext
openoffice/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js
openoffice/ooo-site/trunk/content/da/brand.mdtext
openoffice/ooo-site/trunk/content/da/download/msg_prop_l10n_da.js
openoffice/ooo-site/trunk/content/es/brand.mdtext
openoffice/ooo-site/trunk/content/es/descargar/msg_prop_l10n_es.js
openoffice/ooo-site/trunk/content/fr/index.html
openoffice/ooo-site/trunk/content/he/brand.mdtext
openoffice/ooo-site/trunk/content/he/download/msg_prop_l10n_he.js
openoffice/ooo-site/trunk/content/hi/brand.mdtext
openoffice/ooo-site/trunk/content/hi/download/msg_prop_l10n_hi.js

openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update

Modified: openoffice/ooo-site/trunk/content/ast/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ast/brand.mdtext?rev=1883283&r1=1883282&r2=1883283&view=diff
==
--- openoffice/ooo-site/trunk/content/ast/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/ast/brand.mdtext Tue Nov 10 23:47:33 2020
@@ -7,6 +7,6 @@ tagline:La suite de productividá ab
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Espublizada Apache OpenOffice 4.1.7
-announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes
-announcetip:   Espublizada Apache OpenOffice 4.1.7
+announce:  Espublizada Apache OpenOffice 4.1.8
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   Espublizada Apache OpenOffice 4.1.8

Modified: openoffice/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js?rev=1883283&r1=1883282&r2=1883283&view=diff
==
--- openoffice/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js 
(original)
+++ openoffice/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js Tue Nov 
10 23:47:33 2020
@@ -91,7 +91,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",

"4.1.6",

"4.1.5",

"4.1.4",
@@ -358,6 +359,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: openoffice/ooo-site/trunk/content/da/brand.mdtext
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/da/brand.mdtext?rev=1883283&r1=1883282&r2=1883283&view=diff
==
--- openoffice/ooo-site/trunk/content/da/brand.mdtext (original)
+++ openoffice/ooo-site/trunk/content/da/brand.mdtext Tue Nov 10 23:47:33 2020
@@ -7,6 +7,6 @@ tagline:Den gratis og åbne produkti
 logo:  AOO_logos/AOO4_website_logo.png
 domain:https://www.openoffice.org
 divid: bannera
-announce:  Apache OpenOffice 4.1.7 er nu tilgængelig
-announceurl:   
https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13
-announcetip:   Apache OpenOffice 4.1.7 er nu tilgængelig
+announce:  Apache OpenOffice 4.1.8 er nu tilgængelig
+announceurl:   
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes
+announcetip:   Apache OpenOffice 4.1.8 er nu tilgængelig

Mod

svn commit: r1883283 [2/2] - in /openoffice/ooo-site/trunk/content: ast/ ast/download/ da/ da/download/ es/ es/descargar/ fr/ he/ he/download/ hi/ hi/download/ projects/update38/ProductUpdateService/

2020-11-10 Thread mseidel
Modified: 
openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update?rev=1883283&r1=1883282&r2=1883283&view=diff
==
--- 
openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
 (original)
+++ 
openoffice/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update
 Tue Nov 10 23:47:33 2020
@@ -1,7 +1,7 @@
 
 http://www.w3.org/2005/Atom"; xml:lang="en-US">
 Update Feed for 3.4.0 instances
-Fri, Sep 20, 2019 16:54:39 UTC
+Tue, Nov 03, 2020 17:58:22 UTC
 
 Apache OpenOffice project
 https://openoffice.org
@@ -81,8 +81,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -97,8 +97,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -113,8 +113,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -129,8 +129,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ast
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/ast/download?utm_source=AOO3_4_0_ast&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -147,8 +147,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -163,8 +163,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -179,8 +179,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 x86
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -195,8 +195,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_bg
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Linux
 X86_64
 https://www.openoffice.org/bg/download?utm_source=AOO3_4_0_bg&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -213,8 +213,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 Windows
 x86
 https://www.openoffice.org/ca/download?utm_source=AOO3_4_0_ca&utm_medium=Client&utm_campaign=Upgrade"/>
@@ -229,8 +229,8 @@
 
 http://installation.openoffice.org/description";>
 OpenOffice.org_3_ca
-- Apache OpenOffice 4.1.7
-9800
+- Apache OpenOffice 4.1.8
+9803
 MacOSX
 x86
 https://www.openoffi

svn commit: r1067847 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/ast/ content/ast/download/ content/da/ content/da/download/ content/es/ content/es/descargar/ content/fr/ content/

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:48:36 2020
New Revision: 1067847

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/ast/brand.html
websites/staging/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js
websites/staging/ooo-site/trunk/content/da/brand.html
websites/staging/ooo-site/trunk/content/da/download/msg_prop_l10n_da.js
websites/staging/ooo-site/trunk/content/es/brand.html
websites/staging/ooo-site/trunk/content/es/descargar/msg_prop_l10n_es.js
websites/staging/ooo-site/trunk/content/fr/index.html
websites/staging/ooo-site/trunk/content/he/brand.html
websites/staging/ooo-site/trunk/content/he/download/msg_prop_l10n_he.js
websites/staging/ooo-site/trunk/content/hi/brand.html
websites/staging/ooo-site/trunk/content/hi/download/msg_prop_l10n_hi.js

websites/staging/ooo-site/trunk/content/projects/update38/ProductUpdateService/check.Update

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:48:36 2020
@@ -1 +1 @@
-1883282
+1883283

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:48:36 2020
@@ -1 +1 @@
-1883282
+1883283

Modified: websites/staging/ooo-site/trunk/content/ast/brand.html
==
--- websites/staging/ooo-site/trunk/content/ast/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/ast/brand.html Tue Nov 10 23:48:36 
2020
@@ -73,4 +73,4 @@
 
 La suite de productividá abierta y 
llibre
   
-  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
 title="Espublizada Apache OpenOffice 4.1.7">Espublizada Apache OpenOffice 
4.1.7
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Espublizada Apache OpenOffice 4.1.8">Espublizada Apache OpenOffice 
4.1.8

Modified: 
websites/staging/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js
==
--- websites/staging/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js 
(original)
+++ websites/staging/ooo-site/trunk/content/ast/download/msg_prop_l10n_ast.js 
Tue Nov 10 23:48:36 2020
@@ -91,7 +91,8 @@ l10n.dl_green_box_select_box_lang_values
"vi",   "Vietnamese",   
"Tiếng Việt" ];
 
 /* l10n.dl_green_box_select_box_version_values = [ "" ]; */
-l10n.dl_green_box_select_box_version_values= [ "4.1.7",
+l10n.dl_green_box_select_box_version_values= [ "4.1.8",
+   
"4.1.7",

"4.1.6",

"4.1.5",

"4.1.4",
@@ -358,6 +359,7 @@ l10n.dl_analyze_table_javascript_text   =
 
 
 // General: Links to webpage files that could be localized.
+l10n.dl_rel_notes_aoo418_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";;
 l10n.dl_rel_notes_aoo417_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";;
 l10n.dl_rel_notes_aoo416_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";;
 l10n.dl_rel_notes_aoo415_link  = 
"https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.5+Release+Notes";;

Modified: websites/staging/ooo-site/trunk/content/da/brand.html
==
--- websites/staging/ooo-site/trunk/content/da/brand.html (original)
+++ websites/staging/ooo-site/trunk/content/da/brand.html Tue Nov 10 23:48:36 
2020
@@ -73,4 +73,4 @@
 
 Den gratis og åbne produktivitets pakke
   
-  https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13"; 
title="Apache OpenOffice 4.1.7 er nu tilgængelig">Apache OpenOffice 4.1.7 er 
nu tilgængelig
+  https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
 title="Apache OpenOffice 4.1.8 er nu tilgængelig">Apache OpenOffice 4.1.8 er 
nu tilgængelig

Modified: 
websites/staging/ooo-site/trunk/content/da/download/msg_prop_l10n_da.js
==
--- websites/stag

svn commit: r1067848 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:50:50 2020
New Revision: 1067848

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067847, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067847, websites/staging/ooo-site/trunk/content/



svn commit: r1883284 - in /openoffice/ooo-site/trunk/content/fr: Telecharger/index.html index.html

2020-11-10 Thread mseidel
Author: mseidel
Date: Tue Nov 10 23:54:37 2020
New Revision: 1883284

URL: http://svn.apache.org/viewvc?rev=1883284&view=rev
Log:
Changes for the AOO 4.1.8 release

Modified:
openoffice/ooo-site/trunk/content/fr/Telecharger/index.html
openoffice/ooo-site/trunk/content/fr/index.html

Modified: openoffice/ooo-site/trunk/content/fr/Telecharger/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/fr/Telecharger/index.html?rev=1883284&r1=1883283&r2=1883284&view=diff
==
--- openoffice/ooo-site/trunk/content/fr/Telecharger/index.html (original)
+++ openoffice/ooo-site/trunk/content/fr/Telecharger/index.html Tue Nov 10 
23:54:37 2020
@@ -15,13 +15,13 @@
 
 
 
-Télécharger Apache OpenOffice 4.1.7 en 
français
+Télécharger Apache OpenOffice 4.1.8 en 
français
 
 
  
  Système Microsoft Windows
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Win_x86_install_fr.exe/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Win_x86_install_fr.exe/download";>
   Windows pour XP, 7 à 10
 
 
@@ -29,7 +29,7 @@
  
  Système Apple macOS
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_MacOS_x86-64_install_fr.dmg/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_MacOS_x86-64_install_fr.dmg/download";>
   macOSProcesseur Intel
 
 
@@ -37,19 +37,19 @@
  
  Distribution Linux (mode 32 ou 64 bits)
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86_install-rpm_fr.tar.gz/download";>
+
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86_install-rpm_fr.tar.gz/download";>
   Linux RPM Fedora, Mandriva…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86_install-deb_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86_install-deb_fr.tar.gz/download";>
   Linux DEB Ubuntu, Debian…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86-64_install-rpm_fr.tar.gz/download";>
   Linux RPM x64Fedora, Mandriva…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86-64_install-deb_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86-64_install-deb_fr.tar.gz/download";>
   Linux DEB x64Ubuntu, Debian…
 
 

Modified: openoffice/ooo-site/trunk/content/fr/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/fr/index.html?rev=1883284&r1=1883283&r2=1883284&view=diff
==
--- openoffice/ooo-site/trunk/content/fr/index.html (original)
+++ openoffice/ooo-site/trunk/content/fr/index.html Tue Nov 10 23:54:37 2020
@@ -50,7 +50,7 @@ Apache OpenOffice
 
 La 4.1.8 est disponible
 L'équipe de développement Apache vous offre désormais la version 4.1.8 
de Apache OpenOffice.
-Consultez la https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=130028674";>liste
 des nouveautés.
+Consultez la https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";>liste
 des nouveautés.
 N'hésitez pas à vous mettre à jour...
 
 




svn commit: r1067849 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/fr/Telecharger/index.html content/fr/index.html

2020-11-10 Thread buildbot
Author: buildbot
Date: Tue Nov 10 23:57:19 2020
New Revision: 1067849

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/fr/Telecharger/index.html
websites/staging/ooo-site/trunk/content/fr/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:57:19 2020
@@ -1 +1 @@
-1883283
+1883284

Propchange: websites/staging/ooo-site/trunk/content/
--
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 10 23:57:19 2020
@@ -1 +1 @@
-1883283
+1883284

Modified: websites/staging/ooo-site/trunk/content/fr/Telecharger/index.html
==
--- websites/staging/ooo-site/trunk/content/fr/Telecharger/index.html (original)
+++ websites/staging/ooo-site/trunk/content/fr/Telecharger/index.html Tue Nov 
10 23:57:19 2020
@@ -33,13 +33,13 @@
 
 
 
-Télécharger Apache OpenOffice 4.1.7 en 
français
+Télécharger Apache OpenOffice 4.1.8 en 
français
 
 
  
  Système Microsoft Windows
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Win_x86_install_fr.exe/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Win_x86_install_fr.exe/download";>
   Windows pour XP, 7 à 10
 
 
@@ -47,7 +47,7 @@
  
  Système Apple macOS
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_MacOS_x86-64_install_fr.dmg/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_MacOS_x86-64_install_fr.dmg/download";>
   macOSProcesseur Intel
 
 
@@ -55,19 +55,19 @@
  
  Distribution Linux (mode 32 ou 64 bits)
 http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86_install-rpm_fr.tar.gz/download";>
+
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86_install-rpm_fr.tar.gz/download";>
   Linux RPM Fedora, Mandriva…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86_install-deb_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86_install-deb_fr.tar.gz/download";>
   Linux DEB Ubuntu, Debian…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86-64_install-rpm_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86-64_install-rpm_fr.tar.gz/download";>
   Linux RPM x64Fedora, Mandriva…
 
   http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.7/binaries/fr/Apache_OpenOffice_4.1.7_Linux_x86-64_install-deb_fr.tar.gz/download";>
+  
href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.8/binaries/fr/Apache_OpenOffice_4.1.8_Linux_x86-64_install-deb_fr.tar.gz/download";>
   Linux DEB x64Ubuntu, Debian…
 
 

Modified: websites/staging/ooo-site/trunk/content/fr/index.html
==
--- websites/staging/ooo-site/trunk/content/fr/index.html (original)
+++ websites/staging/ooo-site/trunk/content/fr/index.html Tue Nov 10 23:57:19 
2020
@@ -67,7 +67,7 @@ Apache OpenOffice
 
 La 4.1.8 est disponible
 L'équipe de développement Apache vous offre désormais la version 4.1.8 
de Apache OpenOffice.
-Consultez la https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=130028674";>liste
 des nouveautés.
+Consultez la https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";>liste
 des nouveautés.
 N'hésitez pas à vous mettre à jour...
 
 




svn commit: r1067850 - in /websites/production/ooo-site: cgi-bin/ content/

2020-11-10 Thread mseidel
Author: mseidel
Date: Wed Nov 11 00:00:35 2020
New Revision: 1067850

Log:
Publishing svnmucc operation to ooo-site site by mseidel

Added:
websites/production/ooo-site/cgi-bin/
  - copied from r1067849, websites/staging/ooo-site/trunk/cgi-bin/
websites/production/ooo-site/content/
  - copied from r1067849, websites/staging/ooo-site/trunk/content/



[openoffice] branch trunk updated: Calculate max nspace declarations correctly for XML writer

2020-11-10 Thread truckman
This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 1d5f25b  Calculate max nspace declarations correctly for XML writer
1d5f25b is described below

commit 1d5f25b3a6d735ba43bcd728fa141b3a24bbcb5d
Author: Don Lewis 
AuthorDate: Tue Nov 10 22:43:34 2020 -0800

Calculate max nspace declarations correctly for XML writer

Patch by: Dave Beckett  (via raptor project git repository)

https://github.com/dajobe/raptor/commit/590681e546cd9aa18d57dc2ea1858cb734a3863f.patch
---
 main/redland/raptor/makefile.mk |  1 +
 main/redland/raptor/raptor2-2.0.15.patch.nspace | 40 +
 2 files changed, 41 insertions(+)

diff --git a/main/redland/raptor/makefile.mk b/main/redland/raptor/makefile.mk
index 0c8b6a4..acb8bfa 100644
--- a/main/redland/raptor/makefile.mk
+++ b/main/redland/raptor/makefile.mk
@@ -48,6 +48,7 @@ TARFILE_MD5=a39f6c07ddb20d7dd2ff1f95fa21e2cd
 ADDITIONAL_FILES=src/makefile.mk src/raptor_config.h
 
 OOO_PATCH_FILES= \
+$(TARFILE_NAME).patch.nspace \
 $(TARFILE_NAME).patch.dmake \
 
 PATCH_FILES=$(OOO_PATCH_FILES)
diff --git a/main/redland/raptor/raptor2-2.0.15.patch.nspace 
b/main/redland/raptor/raptor2-2.0.15.patch.nspace
new file mode 100644
index 000..8e07f2d
--- /dev/null
+++ b/main/redland/raptor/raptor2-2.0.15.patch.nspace
@@ -0,0 +1,40 @@
+From 590681e546cd9aa18d57dc2ea1858cb734a3863f Mon Sep 17 00:00:00 2001
+From: Dave Beckett 
+Date: Sun, 16 Apr 2017 23:15:12 +0100
+Subject: [PATCH] Calcualte max nspace declarations correctly for XML writer
+
+(raptor_xml_writer_start_element_common): Calculate max including for
+each attribute a potential name and value.
+
+Fixes Issues #617 http://bugs.librdf.org/mantis/view.php?id=617
+and #618 http://bugs.librdf.org/mantis/view.php?id=618
+---
+ src/raptor_xml_writer.c | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git misc/raptor2-2.0.15/src/raptor_xml_writer.c 
misc/build/raptor2-2.0.15/src/raptor_xml_writer.c
+index 693b9468..0d3a36a5 100644
+--- misc/raptor2-2.0.15/src/raptor_xml_writer.c
 misc/build/raptor2-2.0.15/src/raptor_xml_writer.c
+@@ -181,9 +181,10 @@ raptor_xml_writer_start_element_common(raptor_xml_writer* 
xml_writer,
+   size_t nspace_declarations_count = 0;  
+   unsigned int i;
+ 
+-  /* max is 1 per element and 1 for each attribute + size of declared */
+   if(nstack) {
+-int nspace_max_count = element->attribute_count+1;
++int nspace_max_count = element->attribute_count * 2; /* attr and value */
++if(element->name->nspace)
++  nspace_max_count++;
+ if(element->declared_nspaces)
+   nspace_max_count += raptor_sequence_size(element->declared_nspaces);
+ if(element->xml_language)
+@@ -237,7 +238,7 @@ raptor_xml_writer_start_element_common(raptor_xml_writer* 
xml_writer,
+ }
+   }
+ 
+-  /* Add the attribute + value */
++  /* Add the attribute's value */
+   nspace_declarations[nspace_declarations_count].declaration=
+ raptor_qname_format_as_xml(element->attributes[i],
+
&nspace_declarations[nspace_declarations_count].length);



[openoffice] branch AOO42X updated: Calculate max nspace declarations correctly for XML writer

2020-11-10 Thread truckman
This is an automated email from the ASF dual-hosted git repository.

truckman pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
 new 01edbeb  Calculate max nspace declarations correctly for XML writer
01edbeb is described below

commit 01edbebbec3e8409fb7c5f402b6b558c575eeb17
Author: Don Lewis 
AuthorDate: Tue Nov 10 22:43:34 2020 -0800

Calculate max nspace declarations correctly for XML writer

Patch by: Dave Beckett  (via raptor project git repository)

https://github.com/dajobe/raptor/commit/590681e546cd9aa18d57dc2ea1858cb734a3863f.patch
---
 main/redland/raptor/makefile.mk |  1 +
 main/redland/raptor/raptor2-2.0.15.patch.nspace | 40 +
 2 files changed, 41 insertions(+)

diff --git a/main/redland/raptor/makefile.mk b/main/redland/raptor/makefile.mk
index 0c8b6a4..acb8bfa 100644
--- a/main/redland/raptor/makefile.mk
+++ b/main/redland/raptor/makefile.mk
@@ -48,6 +48,7 @@ TARFILE_MD5=a39f6c07ddb20d7dd2ff1f95fa21e2cd
 ADDITIONAL_FILES=src/makefile.mk src/raptor_config.h
 
 OOO_PATCH_FILES= \
+$(TARFILE_NAME).patch.nspace \
 $(TARFILE_NAME).patch.dmake \
 
 PATCH_FILES=$(OOO_PATCH_FILES)
diff --git a/main/redland/raptor/raptor2-2.0.15.patch.nspace 
b/main/redland/raptor/raptor2-2.0.15.patch.nspace
new file mode 100644
index 000..8e07f2d
--- /dev/null
+++ b/main/redland/raptor/raptor2-2.0.15.patch.nspace
@@ -0,0 +1,40 @@
+From 590681e546cd9aa18d57dc2ea1858cb734a3863f Mon Sep 17 00:00:00 2001
+From: Dave Beckett 
+Date: Sun, 16 Apr 2017 23:15:12 +0100
+Subject: [PATCH] Calcualte max nspace declarations correctly for XML writer
+
+(raptor_xml_writer_start_element_common): Calculate max including for
+each attribute a potential name and value.
+
+Fixes Issues #617 http://bugs.librdf.org/mantis/view.php?id=617
+and #618 http://bugs.librdf.org/mantis/view.php?id=618
+---
+ src/raptor_xml_writer.c | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git misc/raptor2-2.0.15/src/raptor_xml_writer.c 
misc/build/raptor2-2.0.15/src/raptor_xml_writer.c
+index 693b9468..0d3a36a5 100644
+--- misc/raptor2-2.0.15/src/raptor_xml_writer.c
 misc/build/raptor2-2.0.15/src/raptor_xml_writer.c
+@@ -181,9 +181,10 @@ raptor_xml_writer_start_element_common(raptor_xml_writer* 
xml_writer,
+   size_t nspace_declarations_count = 0;  
+   unsigned int i;
+ 
+-  /* max is 1 per element and 1 for each attribute + size of declared */
+   if(nstack) {
+-int nspace_max_count = element->attribute_count+1;
++int nspace_max_count = element->attribute_count * 2; /* attr and value */
++if(element->name->nspace)
++  nspace_max_count++;
+ if(element->declared_nspaces)
+   nspace_max_count += raptor_sequence_size(element->declared_nspaces);
+ if(element->xml_language)
+@@ -237,7 +238,7 @@ raptor_xml_writer_start_element_common(raptor_xml_writer* 
xml_writer,
+ }
+   }
+ 
+-  /* Add the attribute + value */
++  /* Add the attribute's value */
+   nspace_declarations[nspace_declarations_count].declaration=
+ raptor_qname_format_as_xml(element->attributes[i],
+
&nspace_declarations[nspace_declarations_count].length);