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

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

commit 07a2abd02eee81c7bd4418d0567a5101678fafa9
Author: Marcus <[email protected]>
AuthorDate: Thu May 13 10:32:04 2021 +0200

    Updated structure
---
 content/xx/index.html | 378 +++++++++++++++++++++++++++-----------------------
 1 file changed, 201 insertions(+), 177 deletions(-)

diff --git a/content/xx/index.html b/content/xx/index.html
index e879c05..ab5fcca 100644
--- a/content/xx/index.html
+++ b/content/xx/index.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="xx" lang="xx">
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en-US" lang="en-US">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <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 -----------------------*/
@@ -33,42 +33,8 @@
         }
       }
 
-      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".
+       // The text is defined in "/msg_prop_l10n_xx.js".
 
        // Show the alert box or not?
        if( l10n.index_alert_box_show ) {
@@ -104,146 +70,45 @@
                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>
 </head>
 
 <body>
 
-<!-- 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">
@@ -379,6 +244,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 />
@@ -392,28 +322,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>12 October 2016:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_12";>
+      Announcing Apache OpenOffice 4.1.3</a>
+      <br />
+
+      <em>28 October 2015:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/announcing_apache_openoffice_4_11";>
+      Announcing Apache OpenOffice 4.1.2</a>
+      <br />
+
+      <em>27 September 2015:</em>
+      <br />
+      <a 
href="https://blogs.apache.org/OOo/entry/coming_soon_apache_openoffice_4";>
+      Coming soon... Apache OpenOffice 4.1.2</a>
       <br />
 
-      <em>21 August:</em>
+      <em>13 May 2015:</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/authoring_e_books_in_apache";>
+      Authoring e-Books in Apache OpenOffice</a>
       <br />
 
-      <em>29 April:</em>
+      <em>13 April 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/collaboration_is_in_our_dna";>
+      Collaboration is in our DNA</a>
       <br />
 
-      <em>17 April:</em>
+      <em>31 December 2014:</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/apache_openoffice_in_2014_a";>
+      Apache OpenOffice in 2014: a year in review</a>
       <br />
     </p>
   </div>
@@ -427,6 +375,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>
@@ -448,7 +472,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/";
@@ -463,7 +487,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/";
@@ -478,7 +502,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/";
@@ -505,7 +529,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/";
@@ -520,7 +544,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/";

Reply via email to