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/31 01:03:09 UTC

svn commit: r1508679 - /openoffice/ooo-site/trunk/content/download/test/analyze.html

Author: marcus
Date: Tue Jul 30 23:03:08 2013
New Revision: 1508679

URL: http://svn.apache.org/r1508679
Log:
Updated webpage with text, links, JS code

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

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1508679&r1=1508678&r2=1508679&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Tue Jul 30 23:03:08 2013
@@ -64,21 +64,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>" );
   //-->
   </script>