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 2018/05/20 00:28:29 UTC

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

Author: buildbot
Date: Sun May 20 00:28:29 2018
New Revision: 1030084

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/legacy/index.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 20 00:28:29 2018
@@ -1 +1 @@
-1831665
+1831925

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 20 00:28:29 2018
@@ -1 +1 @@
-1831665
+1831925

Modified: websites/staging/ooo-site/trunk/content/download/legacy/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/legacy/index.html (original)
+++ websites/staging/ooo-site/trunk/content/download/legacy/index.html Sun May 20 00:28:29 2018
@@ -3,7 +3,7 @@
 <head>
 <link href="/css/ooo.css" rel="stylesheet" type="text/css">
 
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <title>OpenOffice.org - Legacy Downloads</title>
   <script type="text/javascript" src="../globalvars.js"></script>
   <script type="text/javascript" src="../msg_prop_l10n_en.js"></script>
@@ -15,6 +15,25 @@
   @import "../exceptions.css";
   /* ]]> */
   </style>
+ <script>
+    if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 ) {
+       location.href = "/why/why_odf.html";
+    }
+
+    function share( platform ) {
+      _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
+
+      if ( platform == 'apacheblog' ) {
+        window.open( 'https://blogs.apache.org/OOo/', '_blank' );
+      } else if ( platform == 'facebook' ) {
+        window.open( 'https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=580, height=325' );
+      } else if ( platform == 'twitter' ) {
+        window.open( 'https://twitter.com/intent/tweet?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+225+million+trusted+downloads.', '_blank', 'toolbar=0, status=0, width=580, height=325' );
+      } else if ( platform == 'google+' ) {
+        window.open( 'https://plus.google.com/share?url=https%3A%2F%2Fwww.openoffice.org%2Fdownload%2F', '_blank', 'toolbar=0, status=0, width=400, height=440' );
+      }
+    }
+  </script>
 
 <!--#include virtual="/scripts/google-analytics.js" --> 
 <!--#include virtual="/scripts/entourage.js" -->
@@ -41,13 +60,12 @@
   <div class="first button orange" id="optionitem1">
     <div class="orange-icon"></div>
     <h2><a style="margin-left: 0%; cursor: default;">Legacy OpenOffice.org</a></h2>
-    <p style="cursor: default; margin-left: 0%;"><a title="Legacy OpenOffice.org" style="cursor: default">Please note: Archived builds are
-    unsupported and may contain security issues. It is highly recommended not to use them <b>except</b> when there is no
-    better choice. OpenOffice.org 3.3.0 and older relases are licensed under the GNU Lesser General Public License v3
-    (LGPL v3).</a></p>
+    <p><a style="cursor: default; margin-left: 0%;">Please note: Archived builds are unsupported and may contain security
+    issues. It is highly recommended not to use them <b>except</b> when there is no better choice. OpenOffice.org 3.3.0
+    and older relases are licensed under the GNU Lesser General Public License v3 (LGPL v3).</a></p>
   </div>
   <div class="sub-orange">
-    <p><a href="http://www.gnu.org/licenses/lgpl.html" title="Read here the full text of the LGPL v3">
+    <p><a href="https://www.gnu.org/licenses/lgpl.html" title="Read here the full text of the LGPL v3">
     Need the full text of the GNU LGPL v3? Click here.</a></p>
     <p><a href="../index.html" title="Download the most recent Apache OpenOffice release">
     <b>Searching for the most recent Apache OpenOffice release? Click here.</b></a></p>
@@ -181,14 +199,14 @@
   <br /><br />
 
   <div id="SupportedAndSupporters">
-    <a href="http://www.sourceforge.net/" target="_blank"
+    <a href="https://www.sourceforge.net/" target="_blank"
     title="Sourceforge - Download, Develop and Publish Free Open Source Software">
-    <img src="http://www.openoffice.org/images/sourceforge.png" width="160" height="34"
+    <img src="https://www.openoffice.org/images/sourceforge.png" width="160" height="34"
     alt="Sourceforge"/></a>
     <br /><br />
-    <a href="http://validator.w3.org/check?uri=referer" target="_blank"
+    <a href="https://validator.w3.org/check?uri=referer" target="_blank"
     title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) of Web documents">
-    <img src="http://www.openoffice.org/images/valid-xhtml10-blue.png"
+    <img src="https://www.openoffice.org/images/valid-xhtml10-blue.png"
     alt="W3C Validator"/></a>
   </div>
 </div> <!-- class: additionalinformation -->