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 a0b6650e0a git-site-role commit from build_staging.sh
a0b6650e0a is described below
commit a0b6650e0a4bcca1bb8547efcda4eab82a713ddf
Author: jenkins <[email protected]>
AuthorDate: Sun Dec 24 13:52:23 2023 +0000
git-site-role commit from build_staging.sh
---
content/feed.xml | 4 +-
content/nl/download/platform_hints.html | 249 +++++++++-----------------------
2 files changed, 68 insertions(+), 185 deletions(-)
diff --git a/content/feed.xml b/content/feed.xml
index 699e136427..39d14006fb 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>Sun, 24 Dec 2023 13:37:31 +0000</pubDate>
- <lastBuildDate>Sun, 24 Dec 2023 13:37:31 +0000</lastBuildDate>
+ <pubDate>Sun, 24 Dec 2023 13:51:38 +0000</pubDate>
+ <lastBuildDate>Sun, 24 Dec 2023 13:51:38 +0000</lastBuildDate>
</channel>
diff --git a/content/nl/download/platform_hints.html
b/content/nl/download/platform_hints.html
index 70636bde97..ea849c5a36 100644
--- a/content/nl/download/platform_hints.html
+++ b/content/nl/download/platform_hints.html
@@ -1,183 +1,66 @@
-
-
-<!DOCTYPE html>
-
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-
- <link href="/css/ooo.css" rel="stylesheet" type="text/css">
-
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>Apache OpenOffice - Belangrijke hints voor het gekozen
platform</title>
- <script src="globalvars.js"></script>
- <script src="msg_prop_l10n_nl.js"></script>
- <style>
- /* <![CDATA[ */
- /*-------------------- Exceptions on standard css -----------------------*/
- @import "/css/styles.css";
- @import "/css/exceptions.css";
- /* ]]> */
- </style>
-
-
- <script src="https://www.apachecon.com/event-images/snippet.js"></script>
- </head>
- <body style="padding: 10px 10px 10px 10px;">
- <div id="bannera">
- <div id="languagesdiv">
- Language
- <select id="selectlanguage"
onchange="javascript:location.href=location.protocol+'//'+location.host+'/'+this.value;">
- <!-- Asturian --><option value="ast">Asturianu (ast)</option>
- <!-- Catalan --><option value="ca">Català (ca)</option>
- <!-- Czech --><option value="cs">Čeština (cs)</option>
- <!-- Danish --><option value="da">Dansk (da)</option>
- <!-- German --><option value="de">Deutsch (de)</option>
- <!-- English [British]<option value="en-gb">English [British]
(en-GB)</option> -->
- <!-- English [US] --><option value="?redirect=soft"
selected="selected">English [US] (en-US)</option>
- <!-- Spanish --><option value="es">Español (es)</option>
- <!-- Esperanto --><option value="eo">Esperanto (eo)</option>
- <!-- Estonian --><option value="et">Eesti keel (et)</option>
- <!-- Basque --><option value="eu">Euskara (eu)</option>
- <!-- French --><option value="fr">Français (fr)</option>
- <!-- Scottish --><option value="gd">Gàidhlig (gd)</option>
- <!-- Galician --><option value="gl">Galego (gl)</option>
- <!-- Italian --><option value="it">Italiano (it)</option>
- <!-- Lithuanian --><option value="lt">Lietuvių (lt)</option>
- <!-- Hungarian --><option value="hu">Magyar (hu)</option>
- <!-- Dutch --><option value="nl">Nederlands (nl)</option>
- <!-- Norwegian --><option value="no">Norsk (no)</option>
- <!-- Polish --><option value="pl">Polski (pl)</option>
- <!-- Portuguese [Brazilian] --><option value="pt-br">Português [do
Brasil] (pt-BR)</option>
- <!-- Portuguese [European] --><option value="pt">Português [Europeu]
(pt)</option>
- <!-- Romanian --><option value="ro">Română (ro)</option>
- <!-- Slovak --><option value="sk">Slovenčina (sk)</option>
- <!-- Slovenian --><option value="sl">Slovenščina (sl)</option>
- <!-- Finnish --><option value="fi">Suomi (fi)</option>
- <!-- Swedish --><option value="sv">Svenska (sv)</option>
- <!-- Ukrainian --><option value="uk">Yкраїнська (uk)</option>
- <!-- Vietnamese --><option value="vi">Tiếng Việt (vi)</option>
- <!-- Turkish --><option value="tr">Türkçe (tr)</option>
- <!-- Oromo --><option value="om">ኦሮሚኛ (om)</option>
- <!-- Armenian --><option value="hy">Հայերեն (hy)</option>
- <!-- Greek --><option value="el">Ελληνικά (el)</option>
- <!-- Bulgarian --><option value="bg">български език (bg)</option>
- <!-- Russian --><option value="ru">Русский (ru)</option>
- <!-- Serbian [Cyrillic] --><option value="sr">Cрпски [ћирилицом]
(sr)</option>
- <!-- Arabic <option value="ar">العربية (ar)</option> -->
- <!-- Hebrew --><option value="he">עברית (he)</option>
- <!-- Hindi --><option value="hi">हिन्दी (hi)</option>
- <!-- Khmer --><option value="km">ភាសាខ្មែរ (km)</option>
- <!-- Tamil --><option value="ta">தமிழ் (ta)</option>
- <!-- Thai --><option value="th">ภาษาไทย (th)</option>
- <!-- Chinese [simplified] --><option value="zh-cn">简体中文 (zh-CN)</option>
- <!-- Chinese [traditional] --><option value="zh-tw">正體中文
(zh-TW)</option>
- <!-- Japanese --><option value="ja">日本語 (ja)</option>
- <!-- Korean --><option value="ko">한국어 (ko)</option>
- </select>
- <script>
- var lang = "nl";
- var dropdown = document.getElementById('selectlanguage');
- var options = dropdown.options;
- for( var i = 0; i < dropdown.options.length; i++ ) {
- if( dropdown.options[ i ].value == lang ) {
- dropdown.selectedIndex = i;
- break;
- }
- }
- </script>
- </div>
- <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img
id="ooo-logo" alt="Apache OpenOffice"
src="/images/AOO_logos/100MillAOO100px.png"/></a></div>
- <div id="bannerright">
- <div id="searchdiv">
- <form id="cse-search-box-header" action="https://www.google.com/search"
method="get">
- <div>
- <input type="hidden" name="domains"
value="https://www.openoffice.org"/>
- <input type="hidden" name="sitesearch"
value="https://www.openoffice.org"/>
- </div>
- <div class="topsrchbox">
- <input name="resultsPerPage" value="40" type="hidden"/>
- <input name="q" id="query" type="text" title="search query"/>
- <input name="Button" value="search" type="submit"
class="topsrchbutton"/>
- </div>
- </form>
- </div>
- </div>
- <div id="bannercenter"><br/>The Free and Open Productivity Suite</div>
- </div>
-
-<!-- The version number must no longer be part of every localized "brand.md"
in order to change the data only in a single place: here. -->
-<div id="announce"><a
href="https://openoffice.apache.org/blog/announcing-apache-openoffice-4-1-15.html"
title="Released: Apache OpenOffice 4.1.15">Released: Apache OpenOffice
4.1.15</a></div>
-
- <div id="topbara">
- <div id="topnava"><ul>
-<li><a href="/product/index.html" title="Apache OpenOffice product
description">Product</a></li>
-<li><a href="/download/index.html" title="Download
OpenOffice">Download</a></li>
-<li><a href="/support/index.html" title="Find Support for
OpenOffice">Support</a></li>
-<li><a href="https://blogs.apache.org/OOo/" title="Apache OpenOffice
Blog">Blog</a></li>
-<li><a href="/extensions/index.html" title="Extensions and Templates for
OpenOffice">Extensions & Templates</a></li>
-<li><a href="https://openoffice.apache.org/get-involved.html" title="Get
involved in Apache OpenOffice">Get Involved</a></li>
-<li><a href="/projects/accepted.html" title="Apache OpenOffice development
focus areas">Focus Areas</a></li>
-<li><a href="/projects/native-lang.html" title="Apache OpenOffice in your
Native Language">Native Languages</a></li>
-</ul>
-</div>
-
- <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/download/">download</a></div>
- </div>
- <div id="clear"></div>
-
-
- <div id="content">
-
-
-
- <!-- 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>
-
- <h2 style="display: none;">Apache OpenOffice</h2>
-
- <!-- Text is coming from 'msg_prop_l10n_nl.js' -->
- <script>
- <!--
- document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
-
- document.write( "<h4><b>" + l10n.dl_platform_info_win_headline +
"</b></h4>" );
- document.write( l10n.dl_platform_info_win_text );
-
- document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline +
"</b></h4>" );
- document.write( l10n.dl_platform_info_mac_text );
-
- document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline +
"</b></h4>" );
- document.write( l10n.dl_platform_info_linux_text );
- //-->
- </script>
-
-
-
- </div>
- <div id="footera">
- <div id="asfbanner">
- <p><a class="acevent" data-format="wide" data-mode="light"
data-event="random"></a></p>
- </div>
- <div id="poweredbya">
- <p><a href="https://www.apache.org/"><img
src="/images/asf_logo_small.png" alt="Apache Software Foundation" height="76"
width="188"/></a></p>
- </div>
- <div id="copyrighta">
- <p style="text-align:center;">
- <a href="/license.html">Copyright & License</a> |
- <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
|
- <a href="/contact_us.html">Contact Us</a> |
- <a href="/donations.html">Donate</a> |
- <a href="https://www.apache.org/foundation/thanks.html">Thanks</a>
- </p>
- <p>
- Apache, OpenOffice, OpenOffice.org and the seagull logo are registered
trademarks of The Apache Software Foundation.
- The Apache feather logo is a trademark of The Apache Software
Foundation.
- Other names appearing on the site may be trademarks of their
respective owners.
- </p>
- </div>
- </div>
-
- </body>
-</html>
+
+
+<!--#include virtual="/doctype.html" -->
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+ <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>Apache OpenOffice - Important hints for the chosen platform</title>
+ <script src="/download/globalvars.js"></script>
+ <script src="/download/msg_prop_l10n_en.js"></script>
+ <script src="msg_prop_l10n_nl.js"></script>
+ <style>
+ /* <![CDATA[ */
+ /*-------------------- Exceptions on standard css -----------------------*/
+ @import "/css/styles.css";
+ @import "/css/exceptions.css";
+ /* ]]> */
+ </style>
+
+
+ <script src="https://www.apachecon.com/event-images/snippet.js"></script>
+ </head>
+ <body style="padding: 10px 10px 10px 10px;">
+ <!--#include virtual="/nl/brand.html" -->
+ <div id="topbara">
+ <!--#include virtual="/nl/topnav.html" -->
+ <div id="breadcrumbsa"><a href="/">home</a> » <a
href="/nl/">nl</a> » <a href="/nl/download/">download</a></div>
+ </div>
+ <div id="clear"></div>
+
+
+ <div id="content">
+
+
+
+ <!-- The text in the H1 and H2 tag is intentionally shown as not
displayable, just to please accessibility tools like a
+ screen reader. -->
+ <h1 style="display: none;">Apache OpenOffice</h1>
+
+ <h2 style="display: none;">Apache OpenOffice</h2>
+
+ <!-- Text is coming from 'msg_prop_l10n_nl.js' -->
+ <script>
+ <!--
+ document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
+
+ document.write( "<h4><b>" + l10n.dl_platform_info_win_headline +
"</b></h4>" );
+ document.write( l10n.dl_platform_info_win_text );
+
+ document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline +
"</b></h4>" );
+ document.write( l10n.dl_platform_info_mac_text );
+
+ document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline +
"</b></h4>" );
+ document.write( l10n.dl_platform_info_linux_text );
+ //-->
+ </script>
+
+
+
+ </div>
+ <!--#include virtual="/footer.html" -->
+ </body>
+</html>