You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/07/23 23:34:54 UTC

svn commit: r870887 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/ast/download/ content/ast/download/index.html

Author: buildbot
Date: Tue Jul 23 21:34:54 2013
New Revision: 870887

Log:
Staging update by buildbot for ooo-site

Added:
    websites/staging/ooo-site/trunk/content/ast/download/
    websites/staging/ooo-site/trunk/content/ast/download/index.html
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 21:34:54 2013
@@ -1 +1 @@
-1506299
+1506300

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 21:34:54 2013
@@ -1 +1 @@
-1506299
+1506300

Added: websites/staging/ooo-site/trunk/content/ast/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/ast/download/index.html (added)
+++ websites/staging/ooo-site/trunk/content/ast/download/index.html Tue Jul 23 21:34:54 2013
@@ -0,0 +1,262 @@
+<!--#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" />
+  <meta itemprop="name" content="Download Apache OpenOffice" />
+  <meta itemprop="description" content="Join the OpenOffice revolution, the free office productivity suite with over 50 million trusted downloads." />
+  <meta itemprop="image" content="http://www.openoffice.org/images/aoo-logo-100x100.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 50 million trusted downloads." />
+  <meta property="og:image" content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
+  <meta name="description" content="Official Apache OpenOffice download page. Join the OpenOffice revolution, the free office productivity suite with over 50 million trusted downloads." />
+  <title>Apache OpenOffice Downloads - Official Site</title>
+  <script type="text/javascript" src="/download/globalvars.js"></script>
+  <script type="text/javascript" src="/download/download.js"></script>
+  <script type="text/javascript" src="/download/languages.js"></script>
+  <script type="text/javascript" src="/scripts/entourage.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=http%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=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+50+million+trusted+downloads.&hashtags=openoffice','_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=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
+    }
+  </script>
+
+<!--#include virtual="/google-analytics.js" -->
+</head>
+<body>
+<!--#include virtual="/brand.html" -->
+  <div id="topbara">
+    <!--#include virtual="/topnav.html" -->
+    <div id="breadcrumbsa"><a href="/">home</a>&nbsp;&raquo;&nbsp;<a href="/ast/">ast</a>&nbsp;&raquo;&nbsp;<a href="/ast/download/">download</a></div>
+  </div>
+  <div id="clear"></div>
+  
+  
+  <div id="content">
+    
+    
+    
+
+<div class="optionset">
+
+  <!-- Green: Stable release -->
+  <script type="text/javascript">
+  <!--
+  // Set a specific language ISO code to force to assemble a certain localized build as download URL
+  var NL_LANGUAGE = "ast";
+  // Get the download URL
+  var LINK        = getLink();
+
+  if ( hasMirrorLink() ) {
+    /*
+    if ( LINK.toLowerCase().indexOf( "other" ) ) {
+      // OS and/or package manager was not recognized, therefore use "other.html" as download link.
+      document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+      + LINK + "');" + "return false;\">" );
+      document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
+      + "<p><a href='" + LINK + "' title='" + LINK + "'>Click here for the most recent version for "
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p><br />");
+    } else {
+    */
+      // Download directly from a mirror with displayed platform and language.
+      document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+      + LINK + "');" + "return false;\">" );
+      document.write( "<h2><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE
+      + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Download Apache OpenOffice " + VERSION + "</a></h2>"
+      + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE
+      + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Click here for the most recent version for "
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>");
+    //  }
+  } else {
+    // Download from an alternative webpage if hasMirrorLink() == false.
+    document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+    + LANG_ARRAY[ 3 ] + "');" + "return false;\">" );
+    document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>"
+    + "Download Apache OpenOffice " + VERSION + "</a></h2>"
+    + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] + "'>A release for "
+    + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> is not available. Please "
+    + "choose another language from the alternative download webpage.</a></p>" );
+  }
+  document.write( "</div>" );
+
+  // Show some helpful links for SDK, source, checksums, release notes, legacy version.
+  document.write( "<div class=\"sub-green\">"
+    + "<p><a href='/download/other.html' title='Get all platforms, languages, language packs to download'>"
+    + "<b>Get all platforms, languages, language packs</b></a> | "
+    + "<a href='/download/other.html#source' title='Get all source code tarballs and SDK to download'>"
+    + "<b>Source Code tarballs and SDK</b></a> | <br />");
+    if ( CHECKSUM_ASC ) {
+      document.write( "Signatures and Hashes: "
+      + "<a href='" + CHECKSUM_KEYS   + "' + title='KEYS signature'>KEYS</a> , "
+      + "<a href='" + CHECKSUM_ASC    + "' + title='ASC signature'>ASC</a> , "
+      + "<a href='" + CHECKSUM_MD5    + "' + title='MD5 hash'>MD5</a> , "
+      + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> | ");
+    }
+    document.write( "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes'"
+    + "title='What is new, what has been improved in Apache OpenOffice " + VERSION + "?'>Release Notes</a> | "
+    + "<a href='/download/legacy/index.html' title='Get the legacy version OpenOffice.org 3.3.0'>Legacy Version</a></p>"
+  + "</div>" );
+
+  entourage.initialize();
+  //-->
+  </script>
+
+  <!-- Green: Stable release: No JavaScript enabled -->
+  <noscript>
+  <div class="button green" id="optionitem1" onclick="openItem('optionitem1','other.html'); return false;">
+    <h2><a href="/download/other.html" title="Select from other platforms and languages to download">
+    Download Apache OpenOffice</a></h2>
+    <p><a href="/download/other.html" title="Select from other platforms and languages to download">
+    JavaScript needs to be enabled to take full advantage of this download section. Currently it does not
+    seem to be enabled. Please click on this text to use the alternative webpage to select the favorite
+    platform and language.</a></p>
+  </div>
+  <div class="sub-green">
+    <p><a href="/download/other.html" title="Get all platforms, languages, language packs to download">
+    <b>Get all platforms, languages, language packs</b></a> |
+    <a href="/download/other.html#source" title="Get all source code tarballs and SDK to download">
+    <b>Source Code tarballs and SDK</b></a> | <br />
+    <a href="/download/other.html" title="Checksums for Apache OpenOffice">Signatures and Hashes</a> |
+    <a href="/development/releases/index.html"
+    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a> |
+    <a href="/download/legacy/index.html" title="Get the legacy version OpenOffice.org 3.3.0">Legacy Version</a></p>
+  </div>
+  </noscript>
+
+  <!-- Light Blue: Share download with social networks -->
+  <div class="button lightblue" id="optionitem2">
+    <h2><a style="cursor: default;" title="Help spread the word and tell your friends about Apache OpenOffice">Help Spread the Word</a></h2>
+    <p style="cursor: default;" id="ShareDownloadLinks">
+    <a style="cursor: default;" title="Help spread the word and tell your friends about Apache OpenOffice">Please tell your friends about Apache OpenOffice.</a>
+    <a style="display: inline; padding: 0 5px 0 30px;" href="javascript:shareFacebook()" title="Please tell your friends about Apache OpenOffice via Facebook">
+    <img src="/images/logo-facebook-32.png" alt="Please tell your friends about Apache OpenOffice via Facebook" /></a>
+    <a style="display: inline; padding: 0 5px;" href="javascript:shareTwitter()" title="Please tell your friends about Apache OpenOffice via Twitter">
+    <img src="/images/logo-twitter-32.png" alt="Please tell your friends about Apache OpenOffice via Twitter" /></a>
+    <a style="display: inline; padding: 0 5px;" href="javascript:shareGooglePlus()" title="Please tell your friends about Apache OpenOffice via Google+">
+    <img src="/images/logo-googleplus-32.png" alt="Please tell your friends about Apache OpenOffice via Google+" /></a>
+    </p>
+  </div>
+
+  <!-- Blue: Extensions -->
+  <div class="button blue" id="optionitem3" onclick="openItem('optionitem3','http://extensions.openoffice.org');
+    return false;">
+    <h2><a href="http://extensions.openoffice.org"
+    title="Choose from a wide range of additional and individual functionality">Get Apache OpenOffice Extensions and Dictionaries</a></h2>
+    <p><a href="http://extensions.openoffice.org"
+    title="Choose from a wide range of additional and individual functionality">
+    Extend your Apache OpenOffice functionality with a large and growing library of extensions and dictionaries with other users.</a></p>
+  </div>
+
+  <!-- Blue: Templates -->
+  <div class="button blue" id="optionitem3_1" onclick="openItem('optionitem3_1','http://templates.openoffice.org');
+    return false;">
+    <h2><a href="http://templates.openoffice.org"
+    title="Choose from a wide range of additional and individual documents">Get Apache OpenOffice Templates</a></h2>
+    <p><a href="http://templates.openoffice.org"
+    title="Choose from a wide range of additional and individual documents">
+    Extend your Apache OpenOffice creativity with a large and growing library of templates with other users.</a></p>
+  </div>
+</div>
+
+<div class="additionalinformation">
+
+  <h2>Additional Information</h2>
+  <ul>
+    <li><a href="/license.html"
+    title="Apache OpenOffice License">License</a></li>
+    <li><a href="/download/other.html#source"
+    title="For developers and power users: Get the source to build Apache OpenOffice from scratch.">Source</a>
+    <li><a href="http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO"
+    title="For developers and power users: HowTo guide to build Apache OpenOffice from scratch.">Building Guide</a></li>
+    <li><a href="/stats/index.html"
+    title="Download and other statistics">Download Statistics</a></li>
+  </ul>
+
+  <h3>Documentation</h3>
+  <ul>
+    <li><a href="https://cwiki.apache.org/confluence/display/OOOUSERS/Releases"
+    title="When are new releases planned?">Current Release Schedule</a></li>
+    <li><a href="http://wiki.services.openoffice.org/wiki/Product_Release"
+    title="When were old releases planned?"> Historic Release Schedule</a></li>
+    <li><a href="/development/releases/index.html"
+    title="What is new, what has been improved in Apache OpenOffice?">Release Notes</a></li>
+    <li><a href="/product/index.html"
+    title="A tour through all Apache OpenOffice applications">Product Information</a></li>
+    <li><a href="/dev_docs/source/sys_reqs_aoo40.html"
+    title="HDD: ~300MB free - Memory: &gt;128MB - Processor: &gt;500MHz - OS: Win, Linux, Mac OS, Solaris, FreeBSD...">System Requirements</a></li>
+    <li><a href="common/instructions.html"
+    title="Instructions for installing Apache OpenOffice on Windows, Linux and Mac OS machines">Install Guides</a> and
+    <a href="/documentation/index.html"
+    title="Extensive user manuals for every day use">User Guides</a></li>
+    <li><a href="/development/releases/eol.html"
+    title="Information about releases that have reached End-Of-Life status">End-Of-Life Information</a></li>
+    <li><a href="/support/index.html"
+    title="If the information above did not answer your question: Free and paid support!">Support</a></li>
+    <li><a href="/download/common/java.html"
+    title="Explains why to use Java and what it is">Java and Apache OpenOffice</a></li>
+    <!--<li><a href="http://java.com/en/download/manual_v6.jsp"
+    title="Get the Java Runtime Environment (JRE 1.6)">Get the Java Runtime Environment (JRE 1.6)</a></li>-->
+  </ul>
+
+  <h3>Additional Resources</h3>
+  <ul>
+    <li><a href="http://extensions.openoffice.org/en/search?query=dictionaries"
+    title="Add additional language support to your Apache OpenOffice installation">Dictionaries</a></li>
+    <li><a href="http://templates.openoffice.org"
+    title="Get a headstart with Apache OpenOffice">Templates</a></li>
+    <li><a href="http://extensions.openoffice.org"
+    title="Choose from a wide range of additional and individual functionality">Extensions</a></li>
+    <li><a href="http://openoffice.apache.org/native-lang.html"
+    title="Information and support in your favorite language">Localizations</a></li>
+    <li><a href="/download/sdk/index.html"
+    title="For developers: Software Development Kit">Software Development Kit (SDK)</a></li>
+    <li><a href="/distribution/index.html">Distribution FAQ</a></li>
+    <!--
+    <li><a href="/distribution/cdrom/iso_download.html"
+    title="Download OpenOffice.org as ISO file and burn it yourself on CD-ROM">ISO images</a> and
+    <a href="/distribution/cdrom/index.html#cdrom"
+    title="If you cannot download OpenOffice.org, order a CD-ROM">Order CD-ROM</a>
+    <li><a href="/distribution/mirrors#mirrors"
+    title="To get alternative download locations">All Mirror Server</a><br /></li>
+    <li><a href="http://www.apache.org/dyn/aoo-closer.cgi/openoffice/"
+    title="Download via Apache mirrors">Download via Apache mirrors</a><br /></li>
+    -->
+    <li><a href="/download/archive.html"
+    title="Download legacy and archived releases">Archived legacy releases</a><br /></li>
+  </ul>
+
+  <div id="SupportedAndSupporters">
+    <p>&nbsp;</p>
+    <a href="http://validator.w3.org/check?uri=http://www.openoffice.org/download/index.html"
+    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents">
+    <img src="/images/valid-xhtml10-blue.png"
+    alt="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents" /></a>
+    &nbsp;&nbsp;&nbsp;
+  </div>
+</div>
+
+
+  </div>
+<!--#include virtual="/footer.html" -->
+</body>
+</html>