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/08/04 19:41:53 UTC

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

Author: buildbot
Date: Sun Aug  4 17:41:52 2013
New Revision: 872853

Log:
Staging update by buildbot for ooo-site

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug  4 17:41:52 2013
@@ -1 +1 @@
-1510272
+1510273

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Aug  4 17:41:52 2013
@@ -1 +1 @@
-1510272
+1510273

Modified: websites/staging/ooo-site/trunk/content/download/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/index.html Sun Aug  4 17:41:52 2013
@@ -12,9 +12,10 @@
   <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="globalvars.js"></script>
   <script type="text/javascript" src="download.js"></script>
+  <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="languages.js"></script>
+  <script type="text/javascript" src="release_matrix.js"></script>
   <script type="text/javascript" src="../../scripts/entourage.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
@@ -75,8 +76,8 @@
       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>");
+      + " - SVN " + SVN_REV + "'>Click here for the most recent version for:<br />"
+      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> (~" + FILESIZE + " MByte).</a></p>");
     } else {
       // 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','"
@@ -103,22 +104,25 @@
   document.write( "<div class=\"sub-green\">"
   + "<p><a href='other.html' title='Get all platforms, languages, language packs to download'>"
   + "<b>Get all platforms, languages, language packs</b></a> | "
-  + "<a href='other.html#source' title='Get all source code tarballs and SDK to download'>"
-  + "<b>Source Code tarballs and SDK</b></a> | <br />"
+  + "<a href='other.html#source' title='Get the source code and SDK to download'>"
+  + "<b>Source code and SDK</b></a> | <br />"
   + "<a href='../../porting/index.html'"
   + "title='Get Apache OpenOffice software packaged as portable USB versions and third-party ports'>"
   + "<b>Portable USB versions</b> and third-party ports</a> | "
-  + "<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='legacy/index.html' title='Get the legacy version OpenOffice.org 3.3.0'>Legacy Version</a>" );
+  + "Older and legacy versions: <a href='other-341.html' title='Get the old version of Apache OpenOffice "
+  + OLDVERSION + "'><b>" + OLDVERSION + "</b></a> + "
+  + "<a href='../legacy/index.html' title='Get the legacy version of OpenOffice.org "
+  + LEGACYVERSION + "'><b>" + LEGACYVERSION + "</b></a>" );
   if ( CHECKSUM_ASC ) {
-    document.write( " | <br />Signatures and Hashes: "
+    document.write( " | <br />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></p>");
+    + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a>");
   }
-  document.write( "</p></div>" );
+  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></p>" );
+  document.write( "</div>" );
 
   entourage.initialize();
   //-->