You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/07/28 13:38:33 UTC

svn commit: r1507784 - /openoffice/ooo-site/trunk/content/download/test/index.html

Author: marcus
Date: Sun Jul 28 11:38:32 2013
New Revision: 1507784

URL: http://svn.apache.org/r1507784
Log:
Added text and link to the porting webpage into the sub green box to make the portable version (and others) more visible

Modified:
    openoffice/ooo-site/trunk/content/download/test/index.html

Modified: openoffice/ooo-site/trunk/content/download/test/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/index.html?rev=1507784&r1=1507783&r2=1507784&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/index.html Sun Jul 28 11:38:32 2013
@@ -86,21 +86,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();
   //-->