| <!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 itemscope itemtype="http://schema.org/Article"> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| <meta itemprop="name" content="Download Apache OpenOffice" /> |
| <meta itemprop="description" content="Join the OpenOffice revolution, the free office productivity suite with over 200 million trusted downloads." /> |
| <meta itemprop="image" content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png" /> |
| <meta property="og:title" content="Download Apache OpenOffice" /> |
| <meta property="og:description" content="Join the OpenOffice revolution, the free office productivity suite with over 200 million trusted downloads." /> |
| <meta property="og:image" content="https://www.openoffice.org/images/AOO_logos/AOO-Logo-Download.png" /> |
| <meta name="description" content="Official Apache OpenOffice download page. Join the OpenOffice revolution, the free office productivity suite with over 200 million trusted downloads." /> |
| <title>Apache OpenOffice Downloads - Official Site</title> |
| <script type="text/javascript" src="/download/globalvars.js"></script> |
| <script type="text/javascript" src="./msg_prop_l10n_eu.js"></script> |
| <script type="text/javascript" src="/download/languages.js"></script> |
| <script type="text/javascript" src="/download/release_matrix.js"></script> |
| <script type="text/javascript" src="/download/boxed_download.js"></script> |
| <script type="text/javascript" src="/download/download.js"></script> |
| <style type="text/css"> |
| /* <![CDATA[ */ |
| /*-------------------- Exceptions on standard css -----------------------*/ |
| @import "/download/styles.css"; |
| @import "/download/exceptions.css"; |
| /* ]]> */ |
| </style> |
| <script> |
| if (window.document.referrer.indexOf("shell.windows.com") != -1) |
| location.href = "/why/why_odf.html"; |
| |
| function shareFacebook() { |
| // _gaq.push(['_trackEvent','social', 'shareDownload', 'facebook']); |
| window.open('https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325'); |
| } |
| function shareTwitter(){ |
| // _gaq.push(['_trackEvent','social', 'shareDownload', 'twitter']); |
| window.open('https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+200+million+trusted+downloads.','_blank','toolbar=0,status=0,width=580,height=325'); |
| } |
| function shareGooglePlus(){ |
| // _gaq.push(['_trackEvent','social', 'shareDownload', 'google+']); |
| window.open('https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=400,height=440'); |
| } |
| </script> |
| </head> |
| |
| <body> |
| |
| <div class="overall_optionset"> |
| |
| <div class="optionset"> |
| |
| <!-- Text above the first colored box --> |
| <script type="text/javascript"> |
| <!-- |
| // 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. |
| document.write( "<h1 style='display: none;'>" + l10n.dl_headline_text + "</h1>" ); |
| //--> |
| </script> |
| |
| <!-- Green: Stable release --> |
| <!-- Download via select boxes --> |
| <script type="text/javascript"> |
| <!-- |
| |
| // Set a specific language ISO code to force to assemble a certain localized build as download link. |
| // Changed: The variable can now be found in the "msg_prop_l10n_<ISO_code>.js". |
| |
| // Get the download box from a separate file. |
| DL.createDownloadBox(); |
| |
| // Fill the select boxes and wait for the user's choice. |
| DL.init( 1 ); |
| |
| // entourage.initialize(); |
| |
| //--> |
| </script> |
| |
| <!-- Green: Stable release: No JavaScript enabled --> |
| <noscript> |
| <div class="first button green-sel" id="optionitem2"> |
| <h2> |
| <a>Download Apache OpenOffice</a> |
| </h2> |
| <p> |
| <a style="cursor: pointer;" href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/" |
| title="Select from all platforms, languages, language packs to download">The browser seems to have JavaScript |
| disabled. This technique is used for showing the actual download link. If you want to download Apache OpenOffice |
| anyway, click this text to choose from the alternative download webpage. |
| Our apologies for the inconvenience. |
| </a> |
| </p> |
| </div> |
| </noscript> |
| |
| <!-- Light Blue: Share download with social networks --> |
| <script type="text/javascript"> |
| <!-- |
| document.write( "<div class='button lightblue' id='optionitem4'>" |
| + "<h2>" |
| + "<a style='cursor: default;' title='" + l10n.dl_share_light_blue_box_headline_title + "'>" |
| + l10n.dl_share_light_blue_box_headline_text |
| + "</a>" |
| + "</h2>" |
| + "<p style='cursor: default;' id='ShareDownloadLinks'>" |
| + "<a style='cursor: default;' title='" + l10n.dl_share_light_blue_box_text_title + "'>" |
| + l10n.dl_share_light_blue_box_text_text |
| + "</a>" |
| + "<a style='display: inline; padding: 0 5px 0 30px;' href='javascript:shareFacebook()'" |
| + "title='" + l10n.dl_share_light_blue_box_facebook_title + "'>" |
| + "<img src='/images/logo-facebook-32.png' alt='" |
| + l10n.dl_share_light_blue_box_facebook_alt + "' />" |
| + "</a>" |
| + "<a style='display: inline; padding: 0 5px;' href='javascript:shareTwitter()'" |
| + "title='" + l10n.dl_share_light_blue_box_twitter_title + "'>" |
| + "<img src='/images/logo-twitter-32.png' alt='" |
| + l10n.dl_share_light_blue_box_twitter_alt + "' />" |
| + "</a>" |
| + "<a style='display: inline; padding: 0 5px;' href='javascript:shareGooglePlus()'" |
| + "title='" + l10n.dl_share_light_blue_box_googleplus_title + "'>" |
| + "<img src='/images/logo-googleplus-32.png' alt='" |
| + l10n.dl_share_light_blue_box_googleplus_alt + "' />" |
| + "</a>" |
| + "</p>" |
| + "</div>" ); |
| //--> |
| </script> |
| |
| <!-- Blue: Extensions --> |
| <script type="text/javascript"> |
| <!-- |
| document.write( "<div class='button blue' id='optionitem5' " |
| + "onclick='openItem('optionitem5','http://extensions.openoffice.org'); return false;'>" |
| + "<h2>" |
| + "<a href='http://extensions.openoffice.org' title='" + l10n.dl_ext_blue_box_headline_title + "'>" |
| + l10n.dl_ext_blue_box_headline_text |
| + "</a>" |
| + "</h2>" |
| + "<p>" |
| + "<a href='http://extensions.openoffice.org' title='" + l10n.dl_ext_blue_box_text_title + "'>" |
| + l10n.dl_ext_blue_box_text_text |
| + "</a>" |
| + "</p>" |
| + "</div>" ); |
| //--> |
| </script> |
| |
| <!-- Blue: Templates --> |
| <script type="text/javascript"> |
| <!-- |
| document.write( "<div class='button blue' id='optionitem6' " |
| + "onclick='openItem('optionitem6','http://templates.openoffice.org'); return false;'>" |
| + "<h2>" |
| + "<a href='http://templates.openoffice.org' title='" + l10n.dl_tlp_blue_box_headline_title + "'>" |
| + l10n.dl_tlp_blue_box_headline_text |
| + "</a>" |
| + "</h2>" |
| + "<p>" |
| + "<a href='http://templates.openoffice.org' title='" + l10n.dl_tlp_blue_box_text_title + "'>" |
| + l10n.dl_tlp_blue_box_text_text |
| + "</a>" |
| + "</p>" |
| + "</div>" ); |
| //--> |
| </script> |
| </div> <!-- class "optionset" --> |
| |
| <div class="additionalinformation"> |
| |
| <script type="text/javascript"> |
| <!-- |
| document.write( "<h3>" + l10n.dl_nav_headline_1_text + "</h3>" |
| + "<ul>" |
| + "<li><a href='https://www.openoffice.org/dev_docs/source/sys_reqs_aoo40.html'" |
| + "title='" + l10n.dl_nav_sysreq_title + "'>" + l10n.dl_nav_sysreq_text + "</a></li>" |
| + "<li><a href='../../license.html'" |
| + "title='" + l10n.dl_nav_license_title + "'>" + l10n.dl_nav_license_text + "</a></li>" |
| + "<li><a href='https://openoffice.apache.org/downloads.html'" |
| + "title='" + l10n.dl_nav_source_title + "'>" + l10n.dl_nav_source_text + "</a>" |
| + "<li><a href='https://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO'" |
| + "title='" + l10n.dl_nav_build_title + "'>" + l10n.dl_nav_build_text + "</a></li>" |
| + "<li><a href='https://openoffice.apache.org/downloads.html'" |
| + "title='" + l10n.dl_nav_sdk_title + "'>" + l10n.dl_nav_sdk_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/download/devbuilds.html'" |
| + "title='" + l10n.dl_nav_devbuilds_title + "'>" + l10n.dl_nav_devbuilds_text + "</a></li>" |
| + "</ul>" |
| |
| + "<h3>" + l10n.dl_nav_headline_2_text + "</h3>" |
| + "<ul>" |
| + "<li><a href='https://cwiki.apache.org/confluence/display/OOOUSERS/Releases'" |
| + "title='" + l10n.dl_nav_schedule_title + "'>" + l10n.dl_nav_schedule_text + "</a></li>" |
| + "<li><a href='https://wiki.openoffice.org/wiki/Product_Release'" |
| + "title='" + l10n.dl_nav_hist_schedule_title + "'>" + l10n.dl_nav_hist_schedule_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/download/common/instructions.html'" |
| + "title='" + l10n.dl_nav_inst_guide_title + "'>" + l10n.dl_nav_inst_guide_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/documentation/index.html'" |
| + "title='" + l10n.dl_nav_user_guide_title + "'>" + l10n.dl_nav_user_guide_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/download/common/java.html'" |
| + "title='" + l10n.dl_nav_why_java_title + "'>" + l10n.dl_nav_why_java_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/development/releases/eol.html'" |
| + "title='" + l10n.dl_nav_eol_title + "'>" + l10n.dl_nav_eol_text + "</a></li>" |
| + "</ul>" |
| |
| + "<h3>" + l10n.dl_nav_headline_3_text + "</h3>" |
| + "<ul>" |
| + "<li><a href='https://www.openoffice.org/support/index.html'" |
| + "title='" + l10n.dl_nav_support_title + "'>" + l10n.dl_nav_support_text + "</a></li>" |
| + "<li><a href='https://openoffice.apache.org/native-lang.html'" |
| + "title='" + l10n.dl_nav_local_title + "'>" + l10n.dl_nav_local_text + "</a></li>" |
| + "<li><a href='https://www.openoffice.org/stats/index.html'" |
| + "title='" + l10n.dl_nav_stat_title + "'>" + l10n.dl_nav_stat_text + "</a></li>" |
| + "<li><a href='https://sourceforge.net/projects/openofficeorg.mirror/files/'" |
| + "title='" + l10n.dl_nav_mirrors1_title + "'>" + l10n.dl_nav_mirrors1_text + "</a><br /></li>" |
| + "<li><a href='https://www.apache.org/dyn/aoo-closer.cgi/openoffice/'" |
| + "title='" + l10n.dl_nav_mirrors2_title + "'>" + l10n.dl_nav_mirrors2_text + "</a><br /></li>" |
| + "<li><a href='https://www.openoffice.org/porting/index.html'" |
| + "title='" + l10n.dl_nav_porting_title + "'>" + l10n.dl_nav_porting_text + "</a><br /></li>" |
| + "<li><a href='https://www.openoffice.org/download/archive.html'" |
| + "title='" + l10n.dl_nav_archive_title + "'>" + l10n.dl_nav_archive_text + "</a><br /></li>" |
| + "</ul>" |
| |
| + "<div id='SupportedAndSupporters'>" |
| + "<p> </p>" |
| + "<a href='https://www.sourceforge.net' title='" + l10n.dl_img_sourceforge_title + "'>" |
| + "<img src='/images/sourceforge.png' width='160' height='34' alt='" |
| + l10n.dl_img_sourceforge_alt + "' />" |
| + "</a>" |
| + "<br /><br />" |
| + "<a href='https://validator.w3.org/check?uri=referer' target='_blank' title='" + l10n.dl_img_w3c_title + "'>" |
| + "<img src='/images/valid-xhtml10-blue.png' alt='" + l10n.dl_img_w3c_alt + "' />" |
| + "</a>" |
| + "</div>" ); |
| //--> |
| </script> |
| |
| </div> <!-- class: additionalinformation --> |
| |
| </div> <!-- class: overall_optionset --> |
| |
| </body> |
| </html> |