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 2014/04/25 23:40:00 UTC

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

Author: buildbot
Date: Fri Apr 25 21:39:59 2014
New Revision: 906915

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 Fri Apr 25 21:39:59 2014
@@ -1 +1 @@
-1590129
+1590156

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr 25 21:39:59 2014
@@ -1 +1 @@
-1590129
+1590156

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 Fri Apr 25 21:39:59 2014
@@ -81,9 +81,9 @@ screen reader. -->
         + " | Build ID " + BUILD + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>"
         + "Download Apache OpenOffice " + VERSION + "</a></h2>"
         + "<p><a href='" + LINK + "' title='Version " + VERSION + " | Milestone " + MILESTONE + " | Build ID " + BUILD
-        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download for:<br />"
-        + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;"
-        + REL_DATE + "<br /></a></p>"
+        + " | SVN " + SVN_REV + " | Released: " + REL_DATE + "'>Click here to download (hosted by Sourceforge.net) for:"
+        + "<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+        + "~" + FILESIZE + "&nbsp;MByte | Released:&nbsp;" + REL_DATE + "<br /></a></p>"
       + "</div>" );
     } else if ( OTHER ) {
       // If download URL contains "other" (-> platform, OS or package manager was not recognized),
@@ -189,8 +189,9 @@ screen reader. -->
           + "Download Apache OpenOffice " + BETA_NAME + "</a></h2>"
           + "<p><a href='" + LINK + "' title='Version " + BETA_NAME + " | Milestone " + BETA_MILESTONE + " | "
           + "Build ID " + BETA_BUILD + " | SVN " + BETA_SVN_REV + " | Released: " + BETA_REL_DATE + "'>"
-          + "Click here to download for:<br /><b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | "
-          + "~" + FILESIZE + " MByte | Released: " + BETA_REL_DATE + "<br />"
+          + "Click here to download (hosted by Sourceforge.net) for:<br />"
+	  + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + "</b> | ~" + FILESIZE + " MByte | "
+	  + "Released: " + BETA_REL_DATE + "<br />"
           + "<br /><b>The Beta release is feature complete but not yet fully tested and can contain issues. "
           + "It is strongly not recommended to use in production!</b></a></p>"
         + "</div>" );