Author: buildbot
Date: Sun Feb  3 15:55:38 2013
New Revision: 849251

Log:
Staging update by buildbot for ooo-site

Added:
    websites/staging/ooo-site/trunk/content/images/logo-rss-16.png   (with 
props)
Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/index.html
    websites/staging/ooo-site/trunk/content/index1-passthru.html
    websites/staging/ooo-site/trunk/content/index2-passthru.html
    websites/staging/ooo-site/trunk/content/index3-passthru.html
    websites/staging/ooo-site/trunk/content/index4-passthru.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb  3 15:55:38 2013
@@ -1 +1 @@
-1441849
+1441927

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb  3 15:55:38 2013
@@ -1 +1 @@
-1441849
+1441927

Added: websites/staging/ooo-site/trunk/content/images/logo-rss-16.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/ooo-site/trunk/content/images/logo-rss-16.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/ooo-site/trunk/content/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index.html (original)
+++ websites/staging/ooo-site/trunk/content/index.html Sun Feb  3 15:55:38 2013
@@ -19,6 +19,22 @@
     /* ]]> */
     </style>
 
+    <script>
+       function follow(platform) {
+               _gaq.push(['_trackEvent','social', 'followUs', platform]); 
+               if (platform == 'Facebook') {
+                       
window.open("https://www.facebook.com/ApacheOO","_blank";);
+               } else if (platform = 'Twitter') {
+                       window.open("https://twitter.com/ApacheOO","_blank";);
+               } else if (platform = 'GooglePlus') {
+                       
window.open("https://plus.google.com/+openoffice","_blank";);
+               }  else if (platform == 'ApacheBlog') {
+                       window.open("https://blogs.apache.org/OOo/","_blank";);
+               }
+       }
+    </script>
+
+
 <!--#include virtual="/google-analytics.js" -->
 </head>
 <body>
@@ -100,17 +116,17 @@
       <hr />
     </li>
     <li>
-      <div class="action-social">
+    <div class="action-social">
         <div class="action-text action-link">
-          <h2><a href="/social/">I want to stay in touch with 
OpenOffice</a></h2>
-          <p><a href="/social/">Follow the progress of OpenOffice via our 
announcement list, social media areas and blog.</a></p>     
+          <h2><a href="/social/" onclick="javascript:follow('SocialLink');">I 
want to stay in touch with OpenOffice</a></h2>
+          <p><a href="/social/" 
onclick="javascript:follow('SocialLink');">Follow the progress of OpenOffice 
via our announcement list, social media areas and blog.</a></p>     
                <div class="action-social-extra">
                        <p>
-                       <a href="https://twitter.com/apacheoo/"; 
onClick="_gaq.push(['_trackEvent','social', 'follow', 'twitter']);"> 
<em>Twitter</em></a>, 
-                                 <a 
href="https://plus.google.com/u/0/114598373874764163668/about"; 
onClick="_gaq.push(['_trackEvent','social', 'follow', 
'google+']);"><em>Google+</em></a>, 
-                       <a href="https://www.facebook.com/ApacheOO/"; 
onClick="_gaq.push(['_trackEvent','social', 'follow', 
'facebook']);"><em>Facebook</em></a>, 
-                                <a 
href="https://www.facebook.com/groups/338330086179568/"; 
onClick="_gaq.push(['_trackEvent','social', 'follow', 
'facebook-group']);"><em>Facebook group</em></a> and
-                       <a href="https://blogs.apache.org/OOo/"; 
onClick="_gaq.push(['_trackEvent','social', 'follow', 'blog']);"><em>Apache 
OpenOffice blog.</em></a>
+                       <a href="https://twitter.com/apacheoo/"; 
onClick="javascript:follow('Twitter');"> <em>Twitter</em></a>, 
+                                 <a 
href="https://plus.google.com/u/0/114598373874764163668/about"; 
onClick="follow('GooglePlus');"><em>Google+</em></a>, 
+                       <a href="https://www.facebook.com/ApacheOO/"; 
onClick="follow('Facebook');"><em>Facebook</em></a>, 
+                                and
+                       <a href="https://blogs.apache.org/OOo/"; 
onClick="follow('ApacheBlog');"><em>Apache OpenOffice blog.</em></a>
                        </p>
                </div>
       </div>

Modified: websites/staging/ooo-site/trunk/content/index1-passthru.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index1-passthru.html (original)
+++ websites/staging/ooo-site/trunk/content/index1-passthru.html Sun Feb  3 
15:55:38 2013
@@ -35,7 +35,7 @@
 
 <script>
        function follow(platform) {
-               _gaq.push(['_trackEvent','social', 'followUs', where]); 
+               _gaq.push(['_trackEvent','social', 'followUs', platform]); 
                if (platform == 'Facebook') {
                        
window.open("https://www.facebook.com/ApacheOO","_blank";);
                } else if (platform == 'Twitter') {

Modified: websites/staging/ooo-site/trunk/content/index2-passthru.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index2-passthru.html (original)
+++ websites/staging/ooo-site/trunk/content/index2-passthru.html Sun Feb  3 
15:55:38 2013
@@ -35,7 +35,7 @@
 
 <script>
        function follow(platform) {
-               _gaq.push(['_trackEvent','social', 'followUs', where]); 
+               _gaq.push(['_trackEvent','social', 'followUs', platform]); 
                if (platform == 'Facebook') {
                        
window.open("https://www.facebook.com/ApacheOO","_blank";);
                } else if (platform == 'Twitter') {

Modified: websites/staging/ooo-site/trunk/content/index3-passthru.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index3-passthru.html (original)
+++ websites/staging/ooo-site/trunk/content/index3-passthru.html Sun Feb  3 
15:55:38 2013
@@ -35,7 +35,7 @@
 
 <script>
        function follow(platform) {
-               _gaq.push(['_trackEvent','social', 'followUs', where]); 
+               _gaq.push(['_trackEvent','social', 'followUs', platform]); 
                if (platform == 'Facebook') {
                        
window.open("https://www.facebook.com/ApacheOO","_blank";);
                } else if (platform == 'Twitter') {

Modified: websites/staging/ooo-site/trunk/content/index4-passthru.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index4-passthru.html (original)
+++ websites/staging/ooo-site/trunk/content/index4-passthru.html Sun Feb  3 
15:55:38 2013
@@ -35,7 +35,7 @@
 
 <script>
        function follow(platform) {
-               _gaq.push(['_trackEvent','social', 'followUs', where]); 
+               _gaq.push(['_trackEvent','social', 'followUs', platform]); 
                if (platform == 'Facebook') {
                        
window.open("https://www.facebook.com/ApacheOO","_blank";);
                } else if (platform = 'Twitter') {


Reply via email to