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/28 13:39:25 UTC

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

Author: buildbot
Date: Sun Jul 28 11:39:25 2013
New Revision: 871557

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 Jul 28 11:39:25 2013
@@ -1 +1 @@
-1507781
+1507784

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 28 11:39:25 2013
@@ -1 +1 @@
-1507781
+1507784

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 Jul 28 11:39:25 2013
@@ -101,21 +101,24 @@
 
   // Show some helpful links for SDK, source, checksums, release notes, legacy version.
   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 />");
-    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='legacy/index.html' title='Get the legacy version OpenOffice.org 3.3.0'>Legacy Version</a></p>"
-  + "</div>" );
+  + "<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='../../porting/index.html'"
+  + "title='Get Apache OpenOffice as portable USB version and other third-party portings'>"
+  + "<b>Portable USB version</b> or other third-party portings</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>" );
+  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>");
+  }
+  document.write( "</p></div>" );
 
   entourage.initialize();
   //-->