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/23 23:23:51 UTC

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

Author: buildbot
Date: Tue Jul 23 21:23:51 2013
New Revision: 870883

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 23 21:23:51 2013
@@ -1 +1 @@
-1506285
+1506289

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 23 21:23:51 2013
@@ -1 +1 @@
-1506285
+1506289

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 23 21:23:51 2013
@@ -15,7 +15,7 @@
   <script type="text/javascript" src="globalvars.js"></script>
   <script type="text/javascript" src="download.js"></script>
   <script type="text/javascript" src="languages.js"></script>
-  <script type="text/javascript" src="../../scripts/entourage.js"></script>
+  <script type="text/javascript" src="../scripts/entourage.js"></script>
   <style type="text/css">
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
@@ -64,6 +64,7 @@
   <!--
   // 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() ) {
@@ -85,12 +86,6 @@
       + "<p><a href='" + LINK + "' title='Version " + VERSION + " - Milestone " + MILESTONE
       + " - Build ID " + BUILD + " - SVN " + SVN_REV + "'>Click here for the most recent version for "
       + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>");
-      /*
-      + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b>.</a></p>"
-      + "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes#AOO4.0ReleaseNotes-KnownIssues'"
-      + "title='Get information about known issues in Apache OpenOffice " + VERSION + "'>"
-      + "<b>Click here for known installation issues.</b></a><br /><br />");
-      */
     //  }
   } else {
     // Download from an alternative webpage if hasMirrorLink() == false.
@@ -104,16 +99,6 @@
   }
   document.write( "</div>" );
 
-  /*
-  // Show a link for the known issues.
-  document.write( "<div class=\"sub-green\">"
-    + "<p><br />"
-    + "<a href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes#AOO4.0ReleaseNotes-KnownIssues'"
-    + "title='Get information about known issues in Apache OpenOffice " + VERSION + ".'>"
-    + "<b>Click here for known installation issues.</b></a></p><br />"
-  + "</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'>"