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/27 17:24:14 UTC

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

Author: buildbot
Date: Sat Jul 27 15:24:14 2013
New Revision: 871447

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 15:24:14 2013
@@ -1 +1 @@
-1507665
+1507666

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 27 15:24:14 2013
@@ -1 +1 @@
-1507665
+1507666

Modified: websites/staging/ooo-site/trunk/content/download/test/analyze.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/analyze.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/analyze.html Sat Jul 27 15:24:14 2013
@@ -11,8 +11,8 @@
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
-  @import "../styles.css";
-  @import "../exceptions.css";
+  @import "styles.css";
+  @import "exceptions.css";
   /* ]]> */
   </style>
 
@@ -37,11 +37,13 @@
   <!-- Green: Stable release -->
   <script type="text/javascript">
   <!--
+  // Set a specific language ISO code to force to assemble a certain localized build as download URL
   var NL_LANGUAGE = "";
+  // Get the download URL
   var LINK        = getLink();
 
   if ( hasMirrorLink() ) {
-    if ( LINK.toLowerCase().indexOf( "sourceforge" ) ) {
+    if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
       // Download directly from a mirror with displayed platform and language.
       document.write( "<div class=\"first button green\" id=\"optionitem1\" onclick=\"openItem('optionitem1','"
       + LINK + "');" + "return false;\">" );
@@ -56,7 +58,8 @@
       + LINK + "');" + "return false;\">" );
       document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " + VERSION
       + " is not available for:<br />" + UI_PLATFORM + "</a></h2>"
-      + "<p><a href='" + LINK + "' title='" + LINK + "'>Please choose from the alternative download webpage.</a></p>");
+      + "<p><a href='" + LINK + "' title='" + LINK + "'>Please choose another platform from the alternative download "
+      + "webpage.</a></p>");
     }
   } else {
     // Download from an alternative webpage if hasMirrorLink() == false.
@@ -70,6 +73,7 @@
   }
   document.write( "</div>" );
 
+  // 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> | "
@@ -77,6 +81,7 @@
     + "<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> | ");