You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2021/04/04 10:53:55 UTC

[openoffice-org] branch main updated (2e1c277 -> 7e52763)

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

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


    from 2e1c277  Updated download numbers for March
     new 5d55255  Added more paragraph tags
     new ab1044d  Added new file for showing platform hints
     new 4551b23  Platform hints: Changed from tooltip to separate browser window
     new 38f8128  Platform hints: Added new strings
     new 816543d  Platform hints: Click opens a separate browser window instead of a tooltip
     new 7e52763  Changed to absolute paths

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assets/download/boxed_download.js    | 10 ++----
 assets/download/download.js          | 10 +++++-
 assets/download/msg_prop_l10n_en.js  |  3 ++
 content/download/full_vs_lp.html     | 61 +++++++++++++++++++-----------------
 content/download/platform_hints.html | 50 +++++++++++++++++++++++++++++
 5 files changed, 98 insertions(+), 36 deletions(-)
 create mode 100644 content/download/platform_hints.html

[openoffice-org] 06/06: Changed to absolute paths

Posted by ma...@apache.org.
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 7e527634b0486000e0164ad9ef3d323cfe85616c
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:53:13 2021 +0200

    Changed to absolute paths
---
 content/download/platform_hints.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/download/platform_hints.html b/content/download/platform_hints.html
index bac4eb9..19ddcd7 100644
--- a/content/download/platform_hints.html
+++ b/content/download/platform_hints.html
@@ -6,8 +6,8 @@
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
-  @import "./styles.css";
-  @import "./exceptions.css";
+  @import "styles.css";
+  @import "exceptions.css";
   /* ]]> */
   </style>
 </head>

[openoffice-org] 02/06: Added new file for showing platform hints

Posted by ma...@apache.org.
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 ab1044d032773bbc8d3b12d6db5b80912a0cb5b7
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:47:10 2021 +0200

    Added new file for showing platform hints
---
 content/download/platform_hints.html | 50 ++++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/content/download/platform_hints.html b/content/download/platform_hints.html
new file mode 100644
index 0000000..bac4eb9
--- /dev/null
+++ b/content/download/platform_hints.html
@@ -0,0 +1,50 @@
+<!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" />
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <title>Apache OpenOffice - Important hints for the choosen platform</title>
+  <style type="text/css">
+  /* <![CDATA[ */
+  /*-------------------- Exceptions on standard css -----------------------*/
+  @import "./styles.css";
+  @import "./exceptions.css";
+  /* ]]> */
+  </style>
+</head>
+
+<body style="padding: 10px 10px 10px 10px;">
+  <!-- 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>
+
+  <h3>Apache OpenOffice - Important hints for the choosen platform</h3>
+
+  <h4>Windows</h4>
+
+  <h5>32-bit, 64-bit and Java - What to choose?"</h5>
+
+  <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>
+
+</body>
+</html>

[openoffice-org] 04/06: Platform hints: Added new strings

Posted by ma...@apache.org.
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 38f8128aba479da80e05e7de7c9deff8632247dd
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:49:20 2021 +0200

    Platform hints: Added new strings
---
 assets/download/msg_prop_l10n_en.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/assets/download/msg_prop_l10n_en.js b/assets/download/msg_prop_l10n_en.js
index 722f42f..4a0ae58 100644
--- a/assets/download/msg_prop_l10n_en.js
+++ b/assets/download/msg_prop_l10n_en.js
@@ -235,6 +235,9 @@ 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_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";

[openoffice-org] 05/06: Platform hints: Click opens a separate browser window instead of a tooltip

Posted by ma...@apache.org.
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 816543dd91e4350839fe3c3028855cabe7da8752
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:51:14 2021 +0200

    Platform hints: Click opens a separate browser window instead of a tooltip
---
 assets/download/download.js | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/assets/download/download.js b/assets/download/download.js
index 1f4487d..21e0be9 100644
--- a/assets/download/download.js
+++ b/assets/download/download.js
@@ -871,6 +871,7 @@ DL.getLinkSelection = function() {
 		DL.SHOW_SUB_BOX		= true;
 		DL.ERROR		= false;
 
+/*
 		// If a Windows file is selected and a respective text is existing, then set the values for the Windows info link.
 		if( DL.INSTALL_EXTENSION === "EXE" & l10n.dl_win_info_title != null ) {
 			document.getElementById( "platform_info" ).style.cursor	= "help";
@@ -899,6 +900,14 @@ DL.getLinkSelection = function() {
 			document.getElementById( "platform_info" ).text		= "";
 			document.getElementById( "platform_info" ).style.display = "none";
 		}
+*/
+
+		// Show a link to get hints for the choosen platform.
+		document.getElementById( "platform_info" ).style.cursor	= "pointer";
+		document.getElementById( "platform_info" ).href		= l10n.dl_platform_info_link;
+		document.getElementById( "platform_info" ).title	= l10n.dl_platform_info_title + DL.UI_PLATFORM;
+		document.getElementById( "platform_info" ).text		= l10n.dl_platform_info_text + DL.UI_PLATFORM;
+		document.getElementById( "platform_info" ).style.display= "inline";
 
 		// Set the values for both download text buttons and set the focus to the "full install".
 		document.getElementById( "dl_f_link"	    ).href	= DL.LINK_FULL;
@@ -1444,4 +1453,3 @@ DL.debug = function( location ) {
 
 	return;
 }
-

[openoffice-org] 03/06: Platform hints: Changed from tooltip to separate browser window

Posted by ma...@apache.org.
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 4551b23ff909395b5a5295fa5316ecd2569a9ca8
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:48:51 2021 +0200

    Platform hints: Changed from tooltip to separate browser window
---
 assets/download/boxed_download.js | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/assets/download/boxed_download.js b/assets/download/boxed_download.js
index bf35ba6..befea37 100644
--- a/assets/download/boxed_download.js
+++ b/assets/download/boxed_download.js
@@ -36,12 +36,7 @@ DL.createDownloadBox = function() {
       + "<select class='sel-version' id='version' name='version' onchange='DL.getLinkSelection()'"
         + "title='" + l10n.dl_green_box_selectbox_ver_title  + "'>"
       + "</select>"
-/*
-    // Platform info text.
-    + "<a id='platform_info'>"
-      + ""
-    + "</a>"
-*/
+
     + "</form>"
 
     // Both download text buttons: First (left) for "full install", then (right) for "langpack".
@@ -67,7 +62,8 @@ DL.createDownloadBox = function() {
     + "<div style='margin: 0px 0px 0px 3%;'>"
       + "<div class='btn_hint_text' style='display: inline-block;'>"
         + "<h3>"
-          + "<a id='platform_info' target='_blank'></a>"
+//        + "<a id='platform_info' target='_blank'></a>"
+          + "<a id='platform_info' target='_blank' onclick='DL.showWindow( this.href ); return false;'></a>"
         + "</h3>"
       + "</div>"
     + "</div>"

[openoffice-org] 01/06: Added more paragraph tags

Posted by ma...@apache.org.
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 5d552553cf78967369b45eda8b278888af220e68
Author: Marcus <ma...@apache.org>
AuthorDate: Sun Apr 4 12:46:27 2021 +0200

    Added more paragraph tags
---
 content/download/full_vs_lp.html | 61 ++++++++++++++++++++++------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

diff --git a/content/download/full_vs_lp.html b/content/download/full_vs_lp.html
index f988e42..66a67e9 100644
--- a/content/download/full_vs_lp.html
+++ b/content/download/full_vs_lp.html
@@ -13,6 +13,7 @@
 </head>
 
 <body style="padding: 10px 10px 10px 10px;">
+
   <!-- 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>
@@ -20,32 +21,36 @@
 
   <h3>Apache OpenOffice - Full Installation vs. Language Pack</h3>
 
-  <p>By default Apache OpenOffice is offering a single language when installing a full installation. Full installation means
-  that all application modules (Write, Calc, Impress, etc.) are available. The term does not belong to languages.</p>
-
-  <p>When you want to use one or more languages in OpenOffice for the user interface (for example, menus, dialogs and
-  messages ) and help topics then it is recommended to use language packs. The idea is to have a base installation for,
-  e.g., English (US) and additional languages on top without a need to install a full installation for every language. For
-  this every language pack has to be installed over a full installation. Important is that the same version number and
-  platform has to fit to the base installation (for example, it is not possible to install a language pack from release
-  4.1.2 over the base installation of 4.1.3).</p>
-
-  <p>Language packs contain only resource files to show menus, dialogs, messages, etc. in your favorite language but there
-  is no program logic. In case text is not fully localized some elements of the user interface or help topics will display
-  in English as default language.</p>
-
-  <p>After the language pack is installed the new language can be switched via the menu "Tools - Options - Language
-  Settings - Languages - User Interface".</p>
-
-  <p><b>Please note:</b><br />
-  Currently dictionaries are not included in language packs, only in full installations. This limitation is a technical
-  issue still to be fixed, see <a href="https://bz.apache.org/ooo/show_bug.cgi?id=124473">Bug 124473</a> for more details.<br/>
-  Users who install language packs must take an extra step to manually download the matching dictionary from the
-  <a href="https://extensions.openoffice.org/en/search?query=dictionaries" title="Get Apache OpenOffice Extensions and Dictionaries" target="_blank">Extensions website</a>.<br/>
-  Dictionaries get improved independently of the release schedule of OpenOffice
-  and are offered separately. They can be updated at any time when new
-  versions are released.
-  </p>
-</body>
-</html>
+  <p>By default Apache OpenOffice is offering a single language when installing a full installation. Full
+  installation means that all application modules (Write, Calc, Impress, etc.) are available. The term does not
+  belong to languages.</p>
+
+  <p>When you want to use one or more languages in OpenOffice for the user interface (for example, menus,
+  dialogs and messages ) and help topics then it is recommended to use language packs. The idea is to have a base
+  installation for, e.g., English (US) and additional languages on top without a need to install a full
+  installation for every language. For this every language pack has to be installed over a full installation.
+  Important is that the same version number and platform has to fit to the base installation (for example, it is
+  not possible to install a language pack from release 4.1.9 over the base installation of 4.1.8).</p>
+
+  <p>Language packs contain only resource files to show menus, dialogs, messages, etc. in your favorite language
+  but there is no program logic. In case text is not fully localized some elements of the user interface or help
+  topics will display in English as default language.</p>
+
+  <p>After the language pack is installed the new language can be switched via the menu "Tools - Options -
+  Language - Settings - Languages - User Interface".</p>
 
+  <p><b>Please note:</b></p>
+
+  <p>Currently dictionaries are not included in language packs, only in full installations. This limitation is a
+  technical issue still to be fixed, see <a href="https://bz.apache.org/ooo/show_bug.cgi?id=124473">Bug 124473</a>
+  for more details.</p>
+
+  <p>Users who install language packs must take an extra step to manually download the matching dictionary from
+  the <a href="https://extensions.openoffice.org/en/search?query=dictionaries"
+  title="Get Apache OpenOffice Extensions and Dictionaries" target="_blank">Extensions website</a>.</p>
+
+  <p>Dictionaries get improved independently of the release schedule of OpenOffice and are offered separately.
+  They can be updated at any time when new versions are released.</p>
+
+  </body>
+</html>