This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 4982c10  git-site-role commit from build_staging.sh
4982c10 is described below

commit 4982c101f52afe772197b0b738ad0955a3e2d3f6
Author: jenkins <[email protected]>
AuthorDate: Thu May 13 08:48:38 2021 +0000

    git-site-role commit from build_staging.sh
---
 content/de/index.html | 178 +++++++++++------------
 content/eo/index.html | 164 ++-------------------
 content/feed.xml      |   4 +-
 content/xx/index.html | 384 +++++++++++++++++++++++++++-----------------------
 4 files changed, 303 insertions(+), 427 deletions(-)

diff --git a/content/de/index.html b/content/de/index.html
index a0d1b6a..794ec35 100644
--- a/content/de/index.html
+++ b/content/de/index.html
@@ -6,9 +6,12 @@
     
     <link href="/css/ooo.css" rel="stylesheet" type="text/css">
     
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name="name" content="Apache OpenOffice" />
     <meta name="description" content="Die offizielle Homepage des Apache 
OpenOffice Open Source Projekts, Heimat von OpenOffice Writer, Calc, Impress, 
Draw und Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open 
Document Format, freie Büro-Editoren" />
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
     <title>Apache OpenOffice - Offizielle Seite - Die freie und offene 
B&uuml;ro-Software</title>
     <script type="text/javascript" src="/download/globalvars.js"></script>
     <script type="text/javascript" src="/msg_prop_l10n.js"></script>
@@ -24,70 +27,55 @@
       function follow( platform ) {
         // _gaq.push( ['_trackEvent', 'social', 'followUs', platform] );
 
-                 if ( platform == 'ApacheBlog' ) {
+       if ( platform == 'ApacheBlog' ) {
           window.open( "https://blogs.apache.org/OOo/";, "_blank" );
-           } else if ( platform == 'Facebook' ) {
+       } else if ( platform == 'Facebook' ) {
           window.open( "https://www.facebook.com/ApacheOO";, "_blank" );
-               } else if ( platform == 'Twitter' ) {
+       } else if ( platform == 'Twitter' ) {
           window.open( "https://twitter.com/ApacheOO";, "_blank" );
-           } else if ( platform == 'YouTube' ) {
+       } else if ( platform == 'YouTube' ) {
           window.open( "https://www.youtube.com/openoffice";, "_blank" );
         }
       }
 
-      function showAlertbox( show ) {
-       // More see "http://html-color-codes.info/";
-        var l10n_alert_box_background_color = "#F5A9A9";
-        // Make the whole alert box clickable with a link.
-        var l10n_alert_box_href                    = "index.html";
-       // Maximum 49 characters.
-        var l10n_alert_box_headline_text    = "Überschrifttext mit max. 49 
Zeichen";
-       // Maximum 630 characters.
-        var l10n_alert_box_text_text       = "Text mit max. 630 Zeichen."
-                                             + "<br /><br />"
-                                             + "Diese Textbox ist jetzt inhalb 
des Layouts der darunterliegenden "
-                                             + "Listenelemente."
-                                             + "<br /><br />"
-                                             + "Der verlinkte Text kann 
angeklickt werden, damit der Benutzer zu "
-                                             + "weiteren Informationen oder 
einer Lösung geführt werden kann. Aber der "
-                                             + "Link kann auch weggelassen 
werden. Dann ist der gesamte Text nicht "
-                                             + "anklickbar.";
-        // Show alert box or not?
-        if( show ) {
-          // If no background color value was set then use the default value.
-          if( ! l10n_alert_box_background_color )
-            var l10n_alert_box_background_color = "#FFD9A7";
-
-          // Show alert box with defined background color.
-          // Depending if link is available, make the whole DIV clickable or 
not.
-          if( l10n_alert_box_href ) {
-            // Show the text with link and cursor as poiner.
-            document.write( "<div id='alert_box' style='background: " + 
l10n_alert_box_background_color
-            + "; ' onclick='window.open(\"" + l10n_alert_box_href + "\", 
\"_blank\"); return false;'>" );
-
-            // Show headline.
-            document.write( "<h2 style='cursor: pointer;'>" + 
l10n_alert_box_headline_text + "</h2>" );
-
-            // Show text.
-            if( l10n_alert_box_text_text )
-              document.write( "<p style='cursor: pointer;'>" + 
l10n_alert_box_text_text + "</p>" );
-
-          } else {
-            // Show the text without link and normal cursor.
-            document.write( "<div id='alert_box' style='background: " + 
l10n_alert_box_background_color + "'>" );
-
-            // Show headline.
-            document.write( "<h2 style='cursor: default;'>" + 
l10n_alert_box_headline_text + "</h2>" );
-
-            // Shoe text.
-            if( l10n_alert_box_text_text )
-              document.write( "<p style='cursor: default;'>" + 
l10n_alert_box_text_text + "</p>" );
-          }
-
-          document.write( "</div>" ); // Alert box
-        }
+      function showAlertBox() {
+       // The text is defined in "/msg_prop_l10n_xx.js".
+
+       // Show the alert box or not?
+       if( l10n.index_alert_box_show ) {
+               // Depending if link is available, make the whole DIV clickable 
or not.
+               if( l10n.index_alert_box_href ) {
+                       // Show the text with link and cursor as pointer.
+                       document.write( "<div id='alert_box' 
onclick='window.open( \"" + l10n.index_alert_box_href
+                       + "\", \"_blank\" ); return false;'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: pointer;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: pointer;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               } else {
+                       // Show the text without link and normal cursor.
+                       document.write( "<div id='alert_box'><ul><li>" );
+
+                       // Show headline.
+                       document.write( "<h2 style='cursor: default;'>"
+                       + l10n.index_alert_box_headline_text + "</h2>" );
+
+                       // Show text.
+                       if( l10n.index_alert_box_text_text ) {
+                               document.write( "<p style='cursor: default;'>"
+                               + l10n.index_alert_box_text_text + "</p>" );
+                       }
+               }
+               document.write( "</li></ul></div>" ); // Alert box.
+       }
       }
-  </script>
+    </script>
 
     
     <script src="https://www.apachecon.com/event-images/snippet.js";></script>
@@ -115,8 +103,9 @@ screen reader.
   <script type="text/javascript">
   <!--
   // Show alert box.
-  // Change to 'true' if you want to show the text that is defined in the 
variables above.
-  showAlertbox( false );
+  // Show an important message or announcement.
+  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
+  showAlertbox();
   //-->
   </script>
 
@@ -139,41 +128,41 @@ screen reader.
     </li>
   </ul>
 
-    <!-- Show the download link with currently available version number, 
loaded via JavaScript -->
-    <script type="text/javascript">
-    <!--
-    document.write( "<ul><li>"
-      + "<div class='action-download'>"
-        + "<div class='action-text action-link'>"
-          + "<a href='./download/'>"
-            + "<h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>"
-            + "<p style='font-size: 1.0em; font-weight: bold;'>(Neueste 
Version: " + DL.VERSION + ")</p>"
-            + "<p>Laden Sie Apache OpenOffice kostenlos herunter 
<b>(wirklich!)</b> | "
-              + "<a 
href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
-                + "title='Blog post: With Apache OpenOffice you get what you 
do not pay for' target='_blank'>"
-                + "Hier mehr Informationen (in Englisch)"
-              + ".</a>"
-            + "</p>"
-          + "</a>"
-        + "</div>"
+  <!-- Show the download link with currently available version number, loaded 
via JavaScript -->
+  <script type="text/javascript">
+  <!--
+  document.write( "<ul><li>"
+    + "<div class='action-download'>"
+      + "<div class='action-text action-link'>"
+        + "<a href='./download/'>"
+          + "<h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>"
+          + "<p style='font-size: 1.0em; font-weight: bold;'>(Neueste Version: 
" + DL.VERSION + ")</p>"
+          + "<p>Laden Sie Apache OpenOffice kostenlos herunter 
<b>(wirklich!)</b> | "
+            + "<a 
href='https://blogs.apache.org/OOo/entry/with_apache_openoffice_you_get'"
+              + "title='Blog post: With Apache OpenOffice you get what you do 
not pay for' target='_blank'>"
+              + "Hier mehr Informationen (in Englisch)"
+            + ".</a>"
+          + "</p>"
+        + "</a>"
       + "</div>"
-    + "</li></ul>" );
-    //-->
-    </script>
+    + "</div>"
+  + "</li></ul>" );
+  //-->
+  </script>
 
-    <!-- Show the download link, without version number -->
-    <noscript>
-        <div class="action-download">
-          <div class="action-text action-link">
-            <a href="./download/">
-              <h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>
-              <p>Laden Sie Apache OpenOffice kostenlos herunter.</p>
-            </a>
-          </div>
-        </div>
-    </noscript>
+  <!-- Show the download link, without version number -->
+  <noscript>
+    <div class="action-download">
+      <div class="action-text action-link">
+        <a href="./download/">
+          <h2>Ich m&ouml;chte Apache OpenOffice herunterladen</h2>
+          <p>Laden Sie Apache OpenOffice kostenlos herunter.</p>
+        </a>
+      </div>
+    </div>
+  </noscript>
 
-    <ul>
+  <ul>
     <li>
       <hr />
     </li>
@@ -256,9 +245,9 @@ screen reader.
   </ul>
 
   <div id="SupportedAndSupporters">
-       <a href="https://validator.w3.org/check?uri=referer";
-       title="W3C Markup Validation Service - Check the markup (HTML, XHTML, 
...) of Web documents">
-       <img src="https://www.w3.org/Icons/valid-xhtml10-blue.png";
+    <a href="https://validator.w3.org/check?uri=referer";
+    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) 
of Web documents">
+    <img src="https://www.w3.org/Icons/valid-xhtml10-blue.png";
     alt="Valid XHTML 1.0!" height="31" width="88" /></a>
   </div>
 </div>
@@ -273,7 +262,6 @@ screen reader.
     </p>
 
     <p>
-
       <em>4. Mai 2021:</em>
       <br />
       <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-16";>
diff --git a/content/eo/index.html b/content/eo/index.html
index 8543d67..f86e7a5 100644
--- a/content/eo/index.html
+++ b/content/eo/index.html
@@ -10,11 +10,11 @@
     <meta name="name" content="Apache OpenOffice" />
     <meta name="description" content="The official home page of the Apache 
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw 
and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Writer, Calc, Impress, Draw, Base, ODF, 
Open Document Format, free office editors" />
+    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
     <title>Apache OpenOffice - Official Site - La Free and Open Productivity 
Suite</title>
     <script type="text/javascript" src="/download/globalvars.js"></script>
-    <script type="text/javascript" src="./msg_prop_l10n_eo.js"></script>
-    <script type="text/javascript" src="/download/languages.js"></script>
-    <script type="text/javascript" src="/download/download.js"></script>
+    <script type="text/javascript" src="/msg_prop_l10n.js"></script>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
@@ -38,40 +38,6 @@
         }
       }
 
-      function showEventBox() {
-       // The text is defined in "/msg_prop_l10n.js".
-
-       // Show the event box or not?
-       if( l10n.index_event_box_show ) {
-               // Show the banner logo and text with link and cursor as 
pointer.
-               document.write( "<div id='event_box' onclick='window.open( \"" 
+ l10n.index_event_box_text_href
-                       + "\", \"_blank\" ); return false;'>"
-                       + "<ul>"
-                         + "<li>"
-                           // Event banner logo on the left hand side.
-                           + "<p style='float: left;'>"
-                             + "<a href='" + l10n.index_event_box_graphic_href
-                               + "' title='" + 
l10n.index_event_box_graphic_title + "' target='_blank'>"
-                                 + "<img src='" + 
l10n.index_event_box_graphic_src + "'"
-                                 + "alt='" + l10n.index_event_box_graphic_alt 
+ "'"
-                                 + "height='" + 
l10n.index_event_box_graphic_height + "'"
-                                 + "width='" + 
l10n.index_event_box_graphic_width + "' />"
-                             + "</a>"
-                           + "</p>"
-
-                           // Event text on the right hand side.
-                           + "<p>"
-                             + "<a style='color: black; text-decoration: 
none;'"
-                               + "' title='" + l10n.index_event_box_text_title 
+ "' target='_blank'>"
-                               + l10n.index_event_box_text_text
-                             + "</a>"
-                           + "</p>"
-                         + "</li>"
-                       + "</ul>"
-               + "</div>" );
-       }
-      }
-
       function showAlertBox() {
        // The text is defined in "/msg_prop_l10n.js".
 
@@ -109,98 +75,6 @@
                document.write( "</li></ul></div>" ); // Alert box.
        }
       }
-
-      function setRedirect() {
-       // The text is defined in "/msg_prop_l10n.js".
-       DL.NL_LANG      = "";                                   // Set to empty 
as both variables ...
-       DL.LANG_SEL     = "";                                   // ... must not 
be used in following function.
-       var lang_iso    = DL.getLanguage();                     // Get the 
language ISO code from browser guessed data.
-       var lang_mode   = "";                                   // Customized 
redirect mode.
-       var lang_text   = "";                                   // Customized 
message text that can be shown.
-       var link        = "";                                   // Override 
redirect mode.
-
-       // Add ECMA262-5 Array methods if not supported natively.
-       // To workaround that MSIE 8 and older do not support this function.
-       if( !( 'indexOf' in Array.prototype ) ) {
-               Array.prototype.indexOf= function( find, i ) {  // 'i' is an 
optional parameter.
-                       if( i === undefined ) {
-                               i = 0;
-                       }
-                       if( i < 0 ) {
-                               i+= this.length;
-                       }
-                       if( i < 0 ) {
-                               i = 0;
-                       }
-                       for( var n = this.length; i < n; i++ ) {
-                               if( i in this && this[ i ] === find ) {
-                                       return i;
-                               }
-                       }
-                       return -1;
-               };
-       }
-
-       // Fix for Portuguese (European) as they are named only "pt" without 
region code!
-       if( lang_iso === "pt-pt" || lang_iso === "pt-PT" ) {
-               lang_iso = "pt";
-       }
-
-       // Query if the browser language is one of the released languages.
-       // The array has 3 elements per language (defined in 
"/download/globalvars.js"
-       for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {
-         // If the ISO code is found in the language array.
-         if( DL.SEL_LANG[ i ] === lang_iso ) {
-           // Query for the redirect method (defined in "/msg_prop_l10n.js", 
column 0).
-           lang_mode   = l10n.index_redirect_text[ i / 3 * 2 ];
-           lang_text   = l10n.index_redirect_text[ i / 3 * 2 + 1 ];
-           break;
-         }
-       }
-
-       // Convert the browser URL into a string.
-       link = String( document.location );
-
-       // Does the browser URL contain already a redirect mode?
-       // If yes, set the new redirect mode to override the customized mode.
-       if( link.indexOf( "hard" ) !== -1 ) {
-           lang_mode = "hard";
-       } else if( link.indexOf( "soft" ) !== -1 ) {
-           lang_mode = "soft";
-       } else if( link.indexOf( "none" ) !== -1 ) {
-           lang_mode = "none";
-       }
-
-       // Fix for English as main language for the website, it does not need a 
language code.
-       if( lang_iso === "en-us" || lang_iso === "en-gb" || lang_iso === 
"en-uk" || lang_iso === "en" ||
-           lang_iso === "en-US" || lang_iso === "en-GB" || lang_iso === 
"en-UK" ) {
-               lang_iso = "";
-       }
-
-       switch( lang_mode ) {
-               case "hard":
-                       // Do not show a message, just redirect.
-                       window.open( "https://www.openoffice.org/"; + lang_iso , 
"_self" );
-                       break;
-               case "soft":
-                       // Show a message and redirect only on user's click.
-                       // Assign the message text that is defined in:
-                       // "/msg_prop_l10n.js", array 
"l10n.index_redirect_text", column 1),
-                       document.write( "<div id='redirect_box'"
-                       + " onclick='window.open( 
\"https://www.openoffice.org/"; + lang_iso + "\", \"_self\" );"
-                       + "return false;'>"
-                       + "<ul><li>"
-                       + "<p>" + lang_text + "</p>"
-                       + "</li></ul>"
-                       + "</div>" ); // Redirect box.
-                       break;
-               case "none":
-               default:
-                       // Do nothing and show nothing.
-       }
-
-       return;
-      }
     </script>
 
     
@@ -219,28 +93,19 @@
       
       
 
-<!-- The text in the H1 tag is intentionally shown as "display: none" (do not 
display). -->
-<!-- This is to please accessibility tools like a screen reader. -->
+<!-- The text in the H1 tag is intentionally shown as not displayable, just to 
please accessibility tools like a
+screen reader.
+-->
 <h1 style="display: none;">Apache OpenOffice</h1>
 
 <div id="actionstatements">
 
   <script type="text/javascript">
   <!--
-  // Show event box.
-  // Show a banner logo and message of the event.
-  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
-  showEventBox();
-
   // Show alert box.
   // Show an important message or announcement.
   // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
   showAlertBox();
-
-  // Show redirect box.
-  // Show a text how to redirect to the NL webpage.
-  // In "/msg_prop_l10n.js": Change the mode and text how a redirect to the 
respective NL webpage should be done.
-  setRedirect();
   //-->
   </script>
 
@@ -248,7 +113,6 @@
     <li>
       <hr />
     </li>
-
     <li>
       <div class="action-info">
         <div class="action-text action-link">
@@ -259,7 +123,6 @@
         </div>
       </div>
     </li>
-
     <li>
       <hr />
     </li>
@@ -723,7 +586,8 @@
 
       <p>
         <em>10-an de Oktobro 2013:</em>
-        La itala administra regiono de Emilia-Romagna sciigis planojn movi al 
OpenOffice, <a 
href="https://justpaste.it/redirect/8yuud/https://joinup.ec.europa.eu/community/osor/news/openoffice-italian-emilia-romagna-save-2-million";>
+        La itala administra regiono de Emilia-Romagna sciigis planojn movi al 
OpenOffice,
+        <a 
href="https://justpaste.it/redirect/8yuud/https://joinup.ec.europa.eu/community/osor/news/openoffice-italian-emilia-romagna-save-2-million";>
         ŝparante 2 milionojn da eŭro</a>.
       </p>
     </div>
@@ -735,13 +599,13 @@
         <em>8-a de Januaro 2013:</em>
         Apache OpenOffice estas evoluigita 100% de volontuloj. Apache ne pagas 
por programistoj, por tradukistoj, por
         QAA, por marketing, por UI, por subteno, ktp. Kompreneble, ni estas 
kontenta a akcepti
-        <a 
href="https://justpaste.it/redirect/8yuud/https://www.apache.org/foundation/contributing.html";>donacojn
 al la Apache Software Foundation</a>,
-        por subteni nian serviloj runnings kaj por similaj superkape 
elspezojn. Sed niaj produktoj estas evoluigita
-        tute de volontuloj. 
+        <a 
href="https://justpaste.it/redirect/8yuud/https://www.apache.org/foundation/contributing.html";>donacojn
 al
+        la Apache Software Foundation</a>, por subteni nian serviloj runnings 
kaj por similaj superkape elspezojn.
+        Sed niaj produktoj estas evoluigita tute de volontuloj. 
       </p>
-      <p>Kelkaj uzantoj estas komence maltrankviligita per tiu seldiro:<br 
/><strong>Kiel povas softvaron por libera,
-        evoluigita fare de volontuloj, esti iu ajn bona?<br /></strong><a 
href=''>Legita sur
-        por respondo...</a>
+      <p>
+        Kelkaj uzantoj estas komence maltrankviligita per tiu seldiro:<br 
/><strong>Kiel povas softvaron por libera,
+        evoluigita fare de volontuloj, esti iu ajn bona?<br /></strong><a 
href=''>Legita sur por respondo...</a>
       </p>
     </div>
   </div>
diff --git a/content/feed.xml b/content/feed.xml
index e517f50..b9dc1d9 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
     <atom:link href="http://localhost:8820/feed.xml"; rel="self" 
type="application/rss+xml" />
     <description>OpenOffice.org Feed</description>
     <language>en-us</language>
-    <pubDate>Thu, 13 May 2021 07:30:28 +0000</pubDate>
-    <lastBuildDate>Thu, 13 May 2021 07:30:28 +0000</lastBuildDate>
+    <pubDate>Thu, 13 May 2021 08:47:21 +0000</pubDate>
+    <lastBuildDate>Thu, 13 May 2021 08:47:21 +0000</lastBuildDate>
     
 
   </channel> 
diff --git a/content/xx/index.html b/content/xx/index.html
index 48658f7..ef4c814 100644
--- a/content/xx/index.html
+++ b/content/xx/index.html
@@ -10,11 +10,11 @@
     <meta name="name" content="Apache OpenOffice" />
     <meta name="description" content="The official home page of the Apache 
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw 
and Base." />
     <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Writer, Calc, Impress, Draw, Base, ODF, 
Open Document Format, free office editors" />
+    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+    <link rel="icon" href="favicon.ico" type="image/x-icon" />
     <title>Apache OpenOffice - Official Site - The Free and Open Productivity 
Suite</title>
     <script type="text/javascript" src="/download/globalvars.js"></script>
-    <script type="text/javascript" src="./msg_prop_l10n_xx.js"></script>
-    <script type="text/javascript" src="/download/languages.js"></script>
-    <script type="text/javascript" src="/download/download.js"></script>
+    <script type="text/javascript" src="/msg_prop_l10n.js"></script>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
@@ -38,40 +38,6 @@
         }
       }
 
-      function showEventBox() {
-       // The text is defined in "/msg_prop_l10n.js".
-
-       // Show the event box or not?
-       if( l10n.index_event_box_show ) {
-               // Show the banner logo and text with link and cursor as 
pointer.
-               document.write( "<div id='event_box' onclick='window.open( \"" 
+ l10n.index_event_box_text_href
-                       + "\", \"_blank\" ); return false;'>"
-                       + "<ul>"
-                         + "<li>"
-                           // Event banner logo on the left hand side.
-                           + "<p style='float: left;'>"
-                             + "<a href='" + l10n.index_event_box_graphic_href
-                               + "' title='" + 
l10n.index_event_box_graphic_title + "' target='_blank'>"
-                                 + "<img src='" + 
l10n.index_event_box_graphic_src + "'"
-                                 + "alt='" + l10n.index_event_box_graphic_alt 
+ "'"
-                                 + "height='" + 
l10n.index_event_box_graphic_height + "'"
-                                 + "width='" + 
l10n.index_event_box_graphic_width + "' />"
-                             + "</a>"
-                           + "</p>"
-
-                           // Event text on the right hand side.
-                           + "<p>"
-                             + "<a style='color: black; text-decoration: 
none;'"
-                               + "' title='" + l10n.index_event_box_text_title 
+ "' target='_blank'>"
-                               + l10n.index_event_box_text_text
-                             + "</a>"
-                           + "</p>"
-                         + "</li>"
-                       + "</ul>"
-               + "</div>" );
-       }
-      }
-
       function showAlertBox() {
        // The text is defined in "/msg_prop_l10n.js".
 
@@ -109,98 +75,6 @@
                document.write( "</li></ul></div>" ); // Alert box.
        }
       }
-
-      function setRedirect() {
-       // The text is defined in "/msg_prop_l10n.js".
-       DL.NL_LANG      = "";                                   // Set to empty 
as both variables ...
-       DL.LANG_SEL     = "";                                   // ... must not 
be used in following function.
-       var lang_iso    = DL.getLanguage();                     // Get the 
language ISO code from browser guessed data.
-       var lang_mode   = "";                                   // Customized 
redirect mode.
-       var lang_text   = "";                                   // Customized 
message text that can be shown.
-       var link        = "";                                   // Override 
redirect mode.
-
-       // Add ECMA262-5 Array methods if not supported natively.
-       // To workaround that MSIE 8 and older do not support this function.
-       if( !( 'indexOf' in Array.prototype ) ) {
-               Array.prototype.indexOf= function( find, i ) {  // 'i' is an 
optional parameter.
-                       if( i === undefined ) {
-                               i = 0;
-                       }
-                       if( i < 0 ) {
-                               i+= this.length;
-                       }
-                       if( i < 0 ) {
-                               i = 0;
-                       }
-                       for( var n = this.length; i < n; i++ ) {
-                               if( i in this && this[ i ] === find ) {
-                                       return i;
-                               }
-                       }
-                       return -1;
-               };
-       }
-
-       // Fix for Portuguese (European) as they are named only "pt" without 
region code!
-       if( lang_iso === "pt-pt" || lang_iso === "pt-PT" ) {
-               lang_iso = "pt";
-       }
-
-       // Query if the browser language is one of the released languages.
-       // The array has 3 elements per language (defined in 
"/download/globalvars.js"
-       for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {
-         // If the ISO code is found in the language array.
-         if( DL.SEL_LANG[ i ] === lang_iso ) {
-           // Query for the redirect method (defined in "/msg_prop_l10n.js", 
column 0).
-           lang_mode   = l10n.index_redirect_text[ i / 3 * 2 ];
-           lang_text   = l10n.index_redirect_text[ i / 3 * 2 + 1 ];
-           break;
-         }
-       }
-
-       // Convert the browser URL into a string.
-       link = String( document.location );
-
-       // Does the browser URL contain already a redirect mode?
-       // If yes, set the new redirect mode to override the customized mode.
-       if( link.indexOf( "hard" ) !== -1 ) {
-           lang_mode = "hard";
-       } else if( link.indexOf( "soft" ) !== -1 ) {
-           lang_mode = "soft";
-       } else if( link.indexOf( "none" ) !== -1 ) {
-           lang_mode = "none";
-       }
-
-       // Fix for English as main language for the website, it does not need a 
language code.
-       if( lang_iso === "en-us" || lang_iso === "en-gb" || lang_iso === 
"en-uk" || lang_iso === "en" ||
-           lang_iso === "en-US" || lang_iso === "en-GB" || lang_iso === 
"en-UK" ) {
-               lang_iso = "";
-       }
-
-       switch( lang_mode ) {
-               case "hard":
-                       // Do not show a message, just redirect.
-                       window.open( "https://www.openoffice.org/"; + lang_iso , 
"_self" );
-                       break;
-               case "soft":
-                       // Show a message and redirect only on user's click.
-                       // Assign the message text that is defined in:
-                       // "/msg_prop_l10n.js", array 
"l10n.index_redirect_text", column 1),
-                       document.write( "<div id='redirect_box'"
-                       + " onclick='window.open( 
\"https://www.openoffice.org/"; + lang_iso + "\", \"_self\" );"
-                       + "return false;'>"
-                       + "<ul><li>"
-                       + "<p>" + lang_text + "</p>"
-                       + "</li></ul>"
-                       + "</div>" ); // Redirect box.
-                       break;
-               case "none":
-               default:
-                       // Do nothing and show nothing.
-       }
-
-       return;
-      }
     </script>
 
     
@@ -219,49 +93,40 @@
       
       
 
-<!-- The text in the H1 tag is intentionally shown as "display: none" (do not 
display). -->
-<!-- This is to please accessibility tools like a screen reader. -->
+<!-- The text in the H1 tag is intentionally shown as not displayable, just to 
please accessibility tools like a
+screen reader.
+-->
 <h1 style="display: none;">Apache OpenOffice</h1>
 
 <div id="actionstatements">
 
   <script type="text/javascript">
   <!--
-  // Show event box.
-  // Show a banner logo and message of the event.
-  // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
-  showEventBox();
-
   // Show alert box.
   // Show an important message or announcement.
   // In "/msg_prop_l10n.js": Change to 'true' to show the box that is defined 
in the variables.
   showAlertBox();
-
-  // Show redirect box.
-  // Show a text how to redirect to the NL webpage.
-  // In "/msg_prop_l10n.js": Change the mode and text how a redirect to the 
respective NL webpage should be done.
-  setRedirect();
   //-->
   </script>
 
-  <li>
-    <hr />
-  </li>
-
-  <li>
-    <div class="action-info">
-      <div class="action-text action-link">
-        <a href="why/index.html">
-          <h2>I want to learn more about OpenOffice</h2>
-          <p>What is Apache OpenOffice? And why should I use it?</p>
-        </a>
+  <ul>
+    <li>
+      <hr />
+    </li>
+    <li>
+      <div class="action-info">
+        <div class="action-text action-link">
+          <a href="why/index.html">
+            <h2>I want to learn more about OpenOffice</h2>
+            <p>What is Apache OpenOffice? And why should I use it?</p>
+          </a>
+        </div>
       </div>
-    </div>
-  </li>
-
-  <li>
-    <hr />
-  </li>
+    </li>
+    <li>
+      <hr />
+    </li>
+  </ul>
 
   <!-- Show the download link with currently available version number, loaded 
via JavaScript -->
   <script type="text/javascript">
@@ -397,6 +262,71 @@
     </p>
 
     <p>
+      <em>4 May 2021:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-16";>
+      Announcing Apache OpenOffice 4.1.10</a>
+      <br />
+
+      <em>7 February 2021:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-15";>
+      Announcing Apache OpenOffice 4.1.9</a>
+      <br />
+
+      <em>6 January 2021:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/new-release-for-apple-s";>
+      New release for Apple's macOS 11 (Big Sur) - Also with fixes for Linux 
and Windows</a>
+      <br />
+
+      <em>10 November 2020:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-14";>
+      Announcing Apache OpenOffice 4.1.8</a>
+      <br />
+
+      <em>29 October 2020:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/300-million-downloads-of-apache";>
+      300 Million Downloads of Apache OpenOffice</a>
+      <br />
+
+      <em>15 October 2020:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/the-apache-software-foundation-celebrates";>
+      The Apache Software Foundation Celebrates 20 Years of OpenOffice®</a>
+      <br />
+
+      <em>17 May 2020:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/apache-openoffice-needs-your-help";>
+      Apache OpenOffice needs your help</a>
+      <br />
+
+      <em>22 October 2019:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/1-6-million-downloads-of";>
+      1.6 million downloads of Apache OpenOffice 4.1.7</a>
+      <br />
+
+      <em>21 September 2019:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13";>
+      Announcing Apache OpenOffice 4.1.7</a>
+      <br />
+
+      <em>18 November 2018:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-12";>
+      Announcing Apache OpenOffice 4.1.6</a>
+      <br />
+
+      <em>31 January 2018:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/over-3-2-million-downloads";>
+      Over 3.2 million downloads of Apache OpenOffice 4.1.5</a>
+      <br />
 
       <em>30 December 2017:</em>
       <br />
@@ -410,28 +340,46 @@
       Announcing Apache OpenOffice 4.1.4</a>
       <br />
 
-      <em>31 December:</em>
+      <em>28 November 2016:</em>
       <br />
-      <a href="https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a";>
-      Apache OpenOffice in 2014: a year in review</a>
+      <a 
href="https://blogs.apache.org/OOo/entry/over_200_million_downloads_of";>
+      Over 200 million downloads of Apache OpenOffice</a>
       <br />
 
-      <em>21 August:</em>
+      <em>12 October 2016:</em>
       <br />
-      <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1";>
-      Apache OpenOffice 4.1.1 released</a>
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_12";>
+      Announcing Apache OpenOffice 4.1.3</a>
       <br />
 
-      <em>29 April:</em>
+      <em>28 October 2015:</em>
       <br />
-      <a 
href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce";>
-      Apache OpenOffice 4.1.0 released</a>
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_11";>
+      Announcing Apache OpenOffice 4.1.2</a>
       <br />
 
-      <em>17 April:</em>
+      <em>27 September 2015:</em>
       <br />
-      <a 
href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces56";>
-      100 Million downloads</a>
+      <a 
href="https://blogs.apache.org/OOo/entry/coming_soon_apache_openoffice_4";>
+      Coming soon... Apache OpenOffice 4.1.2</a>
+      <br />
+
+      <em>13 May 2015:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/authoring_e_books_in_apache";>
+      Authoring e-Books in Apache OpenOffice</a>
+      <br />
+
+      <em>13 April 2015:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/collaboration_is_in_our_dna";>
+      Collaboration is in our DNA</a>
+      <br />
+
+      <em>31 December 2014:</em>
+      <br />
+      <a href="https://blogs.apache.org/OOo/entry/apache_openoffice_in_2014_a";>
+      Apache OpenOffice in 2014: a year in review</a>
       <br />
     </p>
   </div>
@@ -445,6 +393,82 @@
       </p>
       <p></p>
 
+      <h2>Apache OpenOffice 4.1.10 released</h2>
+
+      <p>
+        <em>4 May 2021:</em>
+        The Apache OpenOffice project announces the
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-16";
+        title="Official blog post about Apache OpenOffice 4.1.10">official 
release of version 4.1.10</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.10+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.10">Release Notes</a> 
you can read about all new bugfixes,
+        improvements and languages. <a 
href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.10">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+
+      <h2>Apache OpenOffice 4.1.9 released</h2>
+
+      <p>
+        <em>7 February 2021:</em>
+        The Apache OpenOffice project announces the
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-15";
+        title="Official blog post about Apache OpenOffice 4.1.9">official 
release of version 4.1.9</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.9+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.9">Release Notes</a> 
you can read about all new bugfixes,
+        improvements and languages. <a 
href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.9">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.8 released</h2>
+
+      <p>
+        <em>10 November 2020:</em>
+        The Apache OpenOffice project announces the
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-14";
+        title="Official blog post about Apache OpenOffice 4.1.8">official 
release of version 4.1.8</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.8+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.8">Release Notes</a> 
you can read about all new bugfixes,
+        improvements and languages. <a 
href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.8">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.7 released</h2>
+
+      <p>
+        <em>21 September 2019:</em>
+        The Apache OpenOffice project announces the
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-13";
+        title="Official blog post about Apache OpenOffice 4.1.7">official 
release of version 4.1.7</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.7+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.7">Release Notes</a> 
you can read about all new bugfixes,
+        improvements and languages. <a 
href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.7">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
+      <h2>Apache OpenOffice 4.1.6 released</h2>
+
+      <p>
+        <em>18 November 2018:</em>
+        The Apache OpenOffice project announces the
+        <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-12";
+        title="Official blog post about Apache OpenOffice 4.1.6">official 
release of version 4.1.6</a>.
+        In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.6+Release+Notes";
+        title="Release Notes for Apache OpenOffice 4.1.6">Release Notes</a> 
you can read about all new bugfixes,
+        improvements and languages. <a 
href="https://www.openoffice.org/download/";
+        title="Download Apache OpenOffice 4.1.6">Don't miss to download</a> 
the new release and find out yourself.
+      </p>
+    </div>
+
+    <div class="campaign">
       <h2>Apache OpenOffice 4.1.5 released</h2>
 
       <p>
@@ -466,7 +490,7 @@
         <em>19 October 2017:</em>
         The Apache OpenOffice project announces the
         <a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-1";
-        title="Offical blog post about Apache OpenOffice 4.1.4">official 
release of version 4.1.4</a>.
+        title="Official blog post about Apache OpenOffice 4.1.4">official 
release of version 4.1.4</a>.
         In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.4+Release+Notes";
         title="Release Notes for Apache OpenOffice 4.1.4">Release Notes</a> 
you can read about all new bugfixes,
         improvements and languages. <a 
href="https://www.openoffice.org/download/";
@@ -481,7 +505,7 @@
         <em>12 October 2016:</em>
         The Apache OpenOffice project announces the
         <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_12";
-        title="Offical blog post about Apache OpenOffice 4.1.3">official 
release of version 4.1.3</a>.
+        title="Official blog post about Apache OpenOffice 4.1.3">official 
release of version 4.1.3</a>.
         In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.3+Release+Notes";
         title="Release Notes for Apache OpenOffice 4.1.3">Release Notes</a> 
you can read about all new bugfixes,
         improvements and languages. <a 
href="https://www.openoffice.org/download/";
@@ -496,7 +520,7 @@
         <em>28 October 2015:</em>
         The Apache OpenOffice project announces the
         <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_11";
-        title="Offical blog post about Apache OpenOffice 4.1.2">official 
release of version 4.1.2</a>.
+        title="Official blog post about Apache OpenOffice 4.1.2">official 
release of version 4.1.2</a>.
         In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.2+Release+Notes";
         title="Release Notes for Apache OpenOffice 4.1.2">Release Notes</a> 
you can read about all bugfixes,
         improvements and languages. <a 
href="https://www.openoffice.org/download/";
@@ -509,9 +533,8 @@
 
       <p>
         <em>16 September 2014:</em>
-        The City of Udine, in Italy, announced a process that will lead to the 
installation
-        of OpenOffice on 900 municipal desktops, saving the city 360,000 Euro.
-        ZDNet's Raffaele Mastrolonardo has the
+        The City of Udine, in Italy, announced a process that will lead to the 
installation of OpenOffice on
+        900 municipal desktops, saving the city 360,000 Euro. ZDNet's Raffaele 
Mastrolonardo has the
         <a 
href="http://www.zdnet.com/another-italian-city-announces-its-ditching-microsoft-windows-for-open-source-7000033682/";>details</a>.
       </p>
     </div>
@@ -523,7 +546,7 @@
         <em>21 August 2014:</em>
         The Apache OpenOffice project announces the
         <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_1";
-        title="Offical blog post about Apache OpenOffice 4.1.1">official 
release of version 4.1.1</a>.
+        title="Official blog post about Apache OpenOffice 4.1.1">official 
release of version 4.1.1</a>.
         In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes";
         title="Release Notes for Apache OpenOffice 4.1.1">Release Notes</a> 
you can read about all new features,
         functions and languages. <a href="https://www.openoffice.org/download/";
@@ -538,7 +561,7 @@
         <em>29 April 2014:</em>
         The Apache OpenOffice project announces the
         <a 
href="https://blogs.apache.org/OOo/entry/the_apache_openoffice_project_announce";
-        title="Offical blog post about Apache OpenOffice 4.1.0">official 
release of version 4.1.0</a>.
+        title="Official blog post about Apache OpenOffice 4.1.0">official 
release of version 4.1.0</a>.
         In the <a 
href="https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1+Release+Notes";
         title="Release Notes for Apache OpenOffice 4.1.0">Release Notes</a> 
you can read about all new features,
         functions and languages. <a href="https://www.openoffice.org/download/";
@@ -580,8 +603,9 @@
         keep our servers runnings and for similar overhead expenses. But our 
products are developed entirely by
         volunteers.
       </p>
-      <p>Some users are initially worried by this statement:<br /><strong>How 
can software for free, developed by
-      volunteers, be any good?<br /></strong><a 
href="/why/why_volunteers.html">Read on for an answer...</a>
+      <p>
+        Some users are initially worried by this statement:<br /><strong>How 
can software for free, developed by
+        volunteers, be any good?<br /></strong><a 
href="/why/why_volunteers.html">Read on for an answer...</a>
       </p>
     </div>
   </div>

Reply via email to