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/31 00:18:10 UTC

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

Author: buildbot
Date: Tue Jul 30 22:18:10 2013
New Revision: 871976

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/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 30 22:18:10 2013
@@ -1 +1 @@
-1508666
+1508667

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 30 22:18:10 2013
@@ -1 +1 @@
-1508666
+1508667

Modified: websites/staging/ooo-site/trunk/content/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/index.html Tue Jul 30 22:18:10 2013
@@ -104,21 +104,25 @@
   + "<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 />"
+  + "<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>" );
+  + "<a href='other-341.html'" + "title='Get the old version Apache OpenOffice " + OLDVERSION + "'>"
+  + "Old version (<b>AOO " + OLDVERSION + "</b>)</a> | "
+  + "<a href='legacy/index.html'"
+  + "title='Get the legacy version OpenOffice.org " + LEGACYVERSION + "'>"
+  + "Legacy Version (<b>OOo " + LEGACYVERSION + "</b>)</a>" );
   if ( CHECKSUM_ASC ) {
     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();
   //-->