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 f3cd28c git-site-role commit from build_staging.sh
f3cd28c is described below
commit f3cd28c1d6aa08549ff3d02a6040a637a541f424
Author: jenkins <[email protected]>
AuthorDate: Sun Apr 4 12:47:13 2021 +0000
git-site-role commit from build_staging.sh
---
content/download/msg_prop_l10n_en.js | 22 ++++++++++++++-----
content/download/platform_hints.html | 41 +++++++++++++++---------------------
content/feed.xml | 4 ++--
3 files changed, 36 insertions(+), 31 deletions(-)
diff --git a/content/download/msg_prop_l10n_en.js
b/content/download/msg_prop_l10n_en.js
index 4a0ae58..c66a7c9 100644
--- a/content/download/msg_prop_l10n_en.js
+++ b/content/download/msg_prop_l10n_en.js
@@ -229,15 +229,27 @@ l10n.dl_full_link_text =
"Download full installation";
l10n.dl_full_link_title = "Click to download: ";
l10n.dl_langpack_link_text = "Download language pack";
l10n.dl_langpack_link_title = "Click to download: ";
+
+l10n.dl_platform_info_text = "Important hints for ";
+l10n.dl_platform_info_title = "Click here to get important
hints for ";
+l10n.dl_platform_info_link = "platform_hints.html";
+l10n.dl_platform_info_headline = "Apache OpenOffice -
Important hints for the choosen platform";
+l10n.dl_platform_info_win_headline = "Windows";
+l10n.dl_platform_info_win_sub_headline = "32-bit, 64-bit and Java -
What to choose?";
+l10n.dl_platform_info_win_text = "At the moment we offer a
32-bit (x86) version for Windows. However, it installs and runs also on Windows
64-bit (x86-64). <br /> Please note that you may need Java in 32-bit for
additional functionality which must then be selected only once (see menu 'Tools
- Options - OpenOffice - Java'). <br /><br /> For more information about
OpenOffice and Java please see: <a
href=https://www.openoffice.org/download/common/java.html>https://www.openoffice.org/downl
[...]
+l10n.dl_platform_info_mac_headline = "macOS";
+l10n.dl_platform_info_mac_sub_headline = "Coming soon";
+l10n.dl_platform_info_mac_text = "";
+l10n.dl_platform_info_linux_headline = "Linux";
+l10n.dl_platform_info_linux_sub_headline = "RPM vs. DEB - What to
choose?";
+l10n.dl_platform_info_linux_text = "RPM is used in: <br/>
CentOS, Fedora, Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red
Hat Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise
Server <br /><br /> DEB is used in: <br/> Debian, Kanotix, Knoppix, Kubuntu,
Linux Mint, Lubuntu, Ubuntu, Xubuntu";
+
l10n.dl_win_info_text = "Important hint: 32-bit,
64-bit and Java - What to choose?";
l10n.dl_win_info_title = "At the moment we offer a
32-bit (x86) version for Windows. However, it installs and runs also on Windows
64-bit (x86-64).\nPlease note that you may need Java in 32-bit for additional
functionality which must then be selected only once (see menu 'Tools - Options
- OpenOffice - Java').\n\nFor more information about OpenOffice and Java please
see the link on the right 'Java and Apache OpenOffice'.";
l10n.dl_linux_info_text = "Important hint: RPM
vs. DEB - What to choose?";
l10n.dl_linux_info_title = "RPM is used in:\nCentOS,
Fedora, Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red Hat
Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise
Server\n\nDEB is used in:\nDebian, Kanotix, Knoppix, Kubuntu, Linux Mint,
Lubuntu, Ubuntu, Xubuntu";
-//l10n.dl_mac_info_text = "macOS : Text";
-//l10n.dl_mac_info_title = "macOS : Title";
-l10n.dl_platform_info_text = "Important hints for ";
-l10n.dl_platform_info_title = "Click here to get important
hints for ";
-l10n.dl_platform_info_link = "platform_hints.html";
+// l10n.dl_mac_info_text = "macOS : Text";
+// l10n.dl_mac_info_title = "macOS : Title";
l10n.dl_full_link_porting_text = "Porting: Click to choose
from 3rd party vendors";
l10n.dl_full_link_porting_title = "Click to browse to
the porting webpage and download from 3rd party vendors";
diff --git a/content/download/platform_hints.html
b/content/download/platform_hints.html
index d830205..8983c44 100644
--- a/content/download/platform_hints.html
+++ b/content/download/platform_hints.html
@@ -7,6 +7,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Apache OpenOffice - Important hints for the choosen platform</title>
+ <script type="text/javascript" src="globalvars.js"></script>
+ <script type="text/javascript" src="msg_prop_l10n_en.js"></script>
<style type="text/css">
/* <![CDATA[ */
/*-------------------- Exceptions on standard css -----------------------*/
@@ -37,33 +39,24 @@
<h1 style="display: none;">Apache OpenOffice</h1>
<h2 style="display: none;">Apache OpenOffice</h2>
- <h3>Apache OpenOffice - Important hints for the choosen platform</h3>
+ <!-- Text is coming from 'msg_prop_l10n_xy.js' -->
+ <script type="text/javascript">
+ <!--
+ document.write( "<h3>" + l10n.dl_platform_info_headline + "</h3>" );
- <h4>Windows</h4>
+ document.write( "<h4><b>" + l10n.dl_platform_info_win_headline +
"</b></h4>" );
+ document.write( "<h5>" + l10n.dl_platform_info_win_sub_headline + "</h5>"
);
+ document.write( "<p>" + l10n.dl_platform_info_win_text + "</p>" );
- <h5>32-bit, 64-bit and Java - What to choose?"</h5>
+ document.write( "<h4><b>" + l10n.dl_platform_info_mac_headline +
"</b></h4>" );
+ document.write( "<h5>" + l10n.dl_platform_info_mac_sub_headline + "</h5>"
);
+ document.write( "<p>" + l10n.dl_platform_info_mac_text + "</p>" );
- <p>At the moment Apache OpenOffice offers a 32-bit (x86) version for
Windows. However, it installs and runs also
- on Windows 64-bit (x86-64). Please note that Java in 32-bit for additional
functionality is maybe needed which must
- then be selected only once (see menu "Tools - Options - OpenOffice -
Java").</p>
-
- <p>For more information about OpenOffice and Java please see:
- <a href="https://www.openoffice.org/download/common/java.html">Java and
Apache OpenOffice.</a></p>
-
- <h4>macOS</h4>
-
- <h5>Coming soon</h5>
-
- <p></p>
-
- <h4>Linux</h4>
-
- <h5>RPM vs. DEB - What to choose?"</h5>
-
- <p>RPM is used in: <br/> CentOS, Fedora, Mageia, Mandriva, MeeGo, openSUSE,
Oracle Linux, PCLinuxOS, Red Hat
- Enterprise Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise
Server</p>
-
- <p>DEB is used in: <br/> Debian, Kanotix, Knoppix, Kubuntu, Linux Mint,
Lubuntu, Ubuntu, Xubuntu</p>
+ document.write( "<h4><b>" + l10n.dl_platform_info_linux_headline +
"</b></h4>" );
+ document.write( "<h5>" + l10n.dl_platform_info_linux_sub_headline +
"</h5>" );
+ document.write( "<p>" + l10n.dl_platform_info_linux_text + "</p>" );
+ //-->
+ </script>
diff --git a/content/feed.xml b/content/feed.xml
index 7fa8e0b..6085b70 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, 4 Apr 2021 10:59:51 +0000</pubDate>
- <lastBuildDate>Sun, 4 Apr 2021 10:59:51 +0000</lastBuildDate>
+ <pubDate>Sun, 4 Apr 2021 12:45:57 +0000</pubDate>
+ <lastBuildDate>Sun, 4 Apr 2021 12:45:57 +0000</lastBuildDate>
</channel>