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

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


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

commit 24c9a555f22f8ef605dd29bf92f6537fd758dd35
Author: jenkins <[email protected]>
AuthorDate: Tue Mar 23 21:58:30 2021 +0000

    git-site-role commit from copy_staging.sh
---
 content/feed.xml                        |   4 +-
 content/pt/download/common/java.html    | 111 ++++++++++++++++++++++++++++++++
 content/pt/download/msg_prop_l10n_pt.js |   2 +-
 3 files changed, 114 insertions(+), 3 deletions(-)

diff --git a/content/feed.xml b/content/feed.xml
index c32a8c6..8e51e2f 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>Mon, 22 Mar 2021 20:05:40 +0000</pubDate>
-    <lastBuildDate>Mon, 22 Mar 2021 20:05:40 +0000</lastBuildDate>
+    <pubDate>Tue, 23 Mar 2021 21:53:00 +0000</pubDate>
+    <lastBuildDate>Tue, 23 Mar 2021 21:53:00 +0000</lastBuildDate>
     
 
   </channel> 
diff --git a/content/pt/download/common/java.html 
b/content/pt/download/common/java.html
new file mode 100644
index 0000000..c1136d8
--- /dev/null
+++ b/content/pt/download/common/java.html
@@ -0,0 +1,111 @@
+
+<!--#include virtual="/doctype.html" -->
+<html>
+  <head>
+    
+    <link href="/css/ooo.css" rel="stylesheet" type="text/css">
+    
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <title>Java and Apache OpenOffice</title>
+  <style type="text/css">
+  /* <![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>
+    <!--#include virtual="/scripts/google-analytics.js" --> 
+    <!--#include virtual="/scripts/entourage.js" -->
+  </head>
+  <body>
+    <!--#include virtual="/pt/brand.html" -->
+    <div id="topbara">
+      <!--#include virtual="/pt/topnav.html" -->
+      <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a 
href="/pt/">pt</a>&nbsp;&raquo;&nbsp;<a 
href="/pt/download/">download</a>&nbsp;&raquo;&nbsp;<a 
href="/pt/download/common/">common</a></div>
+    </div>
+    <div id="clear"></div>
+      
+      
+    <div id="content">
+      
+      
+
+<h1>Java and Apache OpenOffice</h1>
+
+<h3>Why Do I Need Java to Use Apache OpenOffice?</h3>
+
+<p>Java is required for complete OpenOffice functionality. Java is mainly 
required for the HSQLDB
+database engine (used by our database product Base) and to make use of 
accessibility and assistive technologies.
+Furthermore some wizards rely on Java technology. See additional topics 
pertaining to the use of Java in OpenOffice
+and Apache OpenOffice in the
+<a 
href="https://wiki.openoffice.org/wiki/Documentation/FAQ/Installation";>Installation
 FAQ</a>.
+</p>
+
+<p>So what does this mean exactly? Base (the database component) relies 
completely on Java technologies to run, but other
+programs (like Writer, Calc and Impress) only need Java for special 
functionality. If you do not need to use Base and do
+not want to use any of the Wizards, then you do not need to have Java 
installed and configured for running Apache
+OpenOffice (and older versions of OpenOffice.org). You can completely prevent 
OpenOffice from prompting you about the use
+of Java by telling OpenOffice not to use a Java runtime environment (JRE). 
From the OpenOffice main menu use:
+<strong>"Tools - Options... - Java"</strong>, and uncheck "Use a Java runtime 
environment". However, we do recommend
+that you have a JRE on your system to take full advantage of OpenOffice's 
features without any issues.
+</p>
+
+<p><b>Legacy versions of OpenOffice.org 3.3.0 and older included a JRE 
packaged with the download. Apache OpenOffice
+3.4.0 and newer do not!</b>
+</p>
+
+<h3>Which Java Version Do I Need to Use Apache OpenOffice?</h3>
+
+<p>You will need to have a JRE version (32-bit or 64-bit) that is compatible 
with the architecture of the Apache
+OpenOffice version you downloaded. If you already have a JRE installed on your 
system that satisfies this requirement in
+one of the standard areas for Java installation, OpenOffice should detect this 
installation and let you choose it for use
+in OpenOffice via the <strong>"Tools - Options... - Java"</strong>. If you 
have a JRE installed that is not detected,
+you should be able to add it through this same menu. And, you can install a 
JRE or configure OpenOffice to use Java at any
+time to get missing functionality to work.
+</p>
+
+<p></p>
+
+<p style="background: #FBD864; padding: 10px 15px 10px 15px; border-radius: 
10px; ">
+<img src="/cachedimages/exclamation-icon.png" style="margin: 0px 2px 0px 0px;" 
height="16" width="16" />
+<b>Important note for Windows users:</b>
+</br>
+The Windows version of OpenOffice is 32-bit and therefore it requires a 32-bit 
JRE. Even when you have a Windows version
+with 64-bit installed.<br>
+Furthermore you have to install a 32-bit JRE - additionally or instead - when 
you already have a
+64-bit JRE installed.
+</p>
+
+<h3>Where Can I Get Java?</h3>
+<p>The current versions of Apache OpenOffice work reliably with a variety of 
JREs including
+<a href="https://java.com";>Oracle Java, versions 6, 7 and 8</a>,
+<a href="https://openjdk.java.net/";>openJDK, versions 6, 7 and 8</a> and
+<a href="https://adoptopenjdk.net/";>AdoptOpenJDK, versions 8 and 11</a>. Feel 
free to download a JRE from either of these sites
+if you feel you need this functionality.
+</p>
+
+<!-- 
+take this out for now
+<p><strong>The current version, Apache OpenOffice 3.4, has reported problems 
with using the 32-bit JRE on 64-bit Windows 7
+systems. However, this problem can not be reproduced in all cases. Java 1.7 is 
the latest Java from Oracle.</strong>
+</p>
+-->
+
+<p>Please report any problems you experience with using Java on OpenOffice 
through our bug reporting system,
+<a href="https://bz.apache.org/ooo/";>Bugzilla</a>, or one of the other support 
venues listed in the
+<a href="https://www.openoffice.org/support/";>Apache OpenOffice Support</a> 
webpage, either the users list or forums.
+</p>
+
+<p>For installing Java on Windows machines, one might appreciate:
+<a 
href="https://java.com/en/download/help/windows_offline_download.xml";>Download 
Instructions for Windows offline</a>.
+</p>
+
+
+      
+    </div>
+    <!--#include virtual="/footer.html" -->
+  </body>
+</html>
diff --git a/content/pt/download/msg_prop_l10n_pt.js 
b/content/pt/download/msg_prop_l10n_pt.js
index f242a32..4d2e62f 100644
--- a/content/pt/download/msg_prop_l10n_pt.js
+++ b/content/pt/download/msg_prop_l10n_pt.js
@@ -237,7 +237,7 @@ l10n.dl_full_link_title                     = "Clique para 
transferir: ";
 l10n.dl_langpack_link_text             = "Transferir pacote de idioma";
 l10n.dl_langpack_link_title            = "Clique para transferir: ";
 l10n.dl_win_info_text                  = "Sugestão importante: 32-bit, 64-bit 
e Java - O que escolher?";
-l10n.dl_win_info_title                 = "De momento disponibilizamos a versão 
32-bit (x86) para Windows. Contudo, esta versão instala e corre também em 
Windows 64-bit (x86-64).\nPor favor note que pode necessitar do Java em 32-bit 
para algumas funcionalidades adicionais e este deverá ser seleccionado apenas 
uma vez (ver menu 'Ferramentas - Opções - OpenOffice - Java').\n\nPara obter 
mais informação sobre o OpenOffice e Java por favor veja o link à direita 'Java 
e Apache OpenOffice'.";
+l10n.dl_win_info_title                 = "De momento disponibilizamos a versão 
32-bit (x86) para Windows. Contudo, esta versão instala e corre também em 
Windows 64-bit (x86-64).\nPor favor note que pode necessitar do Java em 32-bit 
para algumas funcionalidades adicionais e este deverá ser seleccionado apenas 
uma vez (ver menu 'Ferramentas - Opções - OpenOffice - Java').\n\nPara obter 
mais informação sobre o OpenOffice e Java por favor veja o link à direita 'Java 
e o Apache OpenOffice'.";
 l10n.dl_linux_info_text                        = "Sugestão importante: RPM vs. 
DEB - O que escolher?";
 l10n.dl_linux_info_title               = "RPM é usado em:\nCentOS, Fedora, 
Mageia, Mandriva, MeeGo, openSUSE, Oracle Linux, PCLinuxOS, Red Hat Enterprise 
Linux, Sailfish OS, Scientific Linux, SUSE Linux Enterprise Server\n\nDEB é 
usado em:\nDebian, Kanotix, Knoppix, Kubuntu, Linux Mint, Lubuntu, Ubuntu, 
Xubuntu";
 //l10n.dl_mac_info_text                        = "macOS : Text";

Reply via email to