Author: marcus
Date: Fri Feb 20 18:32:38 2015
New Revision: 1661184

URL: http://svn.apache.org/r1661184
Log:
Modifying URLs: Delete the HTTP protocal prefix and change it to a relative 
format, this should avoid problems with HTTP and HTTPS mix-up

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

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1661184&r1=1661183&r2=1661184&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Fri Feb 20 18:32:38 
2015
@@ -5,10 +5,10 @@
   <meta itemprop="name" content="Download Apache OpenOffice" />
   <meta itemprop="description" content="Join the OpenOffice revolution, the 
free office productivity suite with over 125 million trusted downloads." />
   <meta itemprop="keywords" content="Apache OpenOffice, OpenOffice, Apache 
Open Office, Download, Official, Official Download, Open Office, 
OpenOffice.org" />
-  <meta itemprop="image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
+  <meta itemprop="image" 
content="www.openoffice.org/images/aoo-logo-100x100.png" />
   <meta property="og:title" content="Download Apache OpenOffice" />
   <meta property="og:description" content="Join the OpenOffice revolution, the 
free office productivity suite with over 125 million trusted downloads." />
-  <meta property="og:image" 
content="http://www.openoffice.org/images/aoo-logo-100x100.png"; />
+  <meta property="og:image" 
content="www.openoffice.org/images/aoo-logo-100x100.png" />
   <meta name="description" content="Official Apache OpenOffice download page. 
Join the OpenOffice revolution, the free office productivity suite with over 
125 million trusted downloads." />
   <title>Apache OpenOffice - Official Download</title>
   <script type="text/javascript" src="globalvars.js"></script>
@@ -26,20 +26,20 @@
   </style>
   <script>
     if ( window.document.referrer.indexOf( "shell.windows.com" ) != -1 ) {
-       location.href = "http://www.openoffice.org/why/why_odf.html";;
+       location.href = "../why/why_odf.html";
     }
 
     function share( platform ) {
       _gaq.push( ['_trackEvent', 'social', 'shareDownload', platform] ); 
 
       if ( platform == 'apacheblog' ) {
-        window.open( 'http://blogs.apache.org/OOo/', '_blank' );
+        window.open( 'blogs.apache.org/OOo/', '_blank' );
       } else if ( platform == 'facebook' ) {
-        window.open( 
'http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 
'www.facebook.com/sharer/sharer.php?u=www.openoffice.org%2Fdownload%2F', 
'_blank', 'toolbar=0, status=0, width=580, height=325' );
       } else if ( platform == 'twitter' ) {
-        window.open( 
'http://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 
'twitter.com/intent/tweet?url=www.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+100+million+trusted+downloads.',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
       } else if ( platform == 'google+' ) {
-        window.open( 
'http://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F',
 '_blank', 'toolbar=0, status=0, width=580, height=325' );
+        window.open( 
'plus.google.com/share?url=www.openoffice.org%2Fdownload%2F', '_blank', 
'toolbar=0, status=0, width=580, height=325' );
       }
     }
   </script>
@@ -84,13 +84,13 @@
     <div class="first button green-sel" id="optionitem2">
       <div class="green-sel-icon"></div>
       <h2>
-        <a style="cursor: pointer;" 
href="http://sourceforge.net/projects/openofficeorg.mirror/files/";
+        <a style="cursor: pointer;" 
href="sourceforge.net/projects/openofficeorg.mirror/files/"
           title="Select from all platforms, languages, language packs to 
download">
           Apache OpenOffice Downloads - Official Site
         </a>
       </h2>
       <p>
-        <a style="cursor: pointer;" 
href="http://sourceforge.net/projects/openofficeorg.mirror/files/";
+        <a style="cursor: pointer;" 
href="sourceforge.net/projects/openofficeorg.mirror/files/"
           title="Select from all platforms, languages and language packs to 
download">The browser seems to have JavaScript
           disabled. This technique is used for showing the actual download 
link. If you want to download Apache
           OpenOffice anyway, click this text to choose from the alternative 
download webpage. You will have to navigate to


Reply via email to