Author: buildbot
Date: Wed Jun 12 00:11:28 2013
New Revision: 865360

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

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 12 00:11:28 2013
@@ -1 +1 @@
-1492017
+1492018

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 12 00:11:28 2013
@@ -1 +1 @@
-1492017
+1492018

Modified: websites/staging/ooo-site/trunk/content/test/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test/index.html (original)
+++ websites/staging/ooo-site/trunk/content/test/index.html Wed Jun 12 00:11:28 
2013
@@ -3,22 +3,40 @@
 <head>
 <link href="/css/ooo.css" rel="stylesheet" type="text/css">
 
+
     <meta name="description" content="The official home page of the Apache 
OpenOffice open source project, home of OpenOffice Writer, Calc, Impress, Draw 
and Base." />
-    <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open Document Format, free 
office editors" />
+    <meta name="keywords" content="OpenOffice, Open Office, Apache OpenOffice, 
Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, ODF, Open 
Document Format, free office editors" />
     <meta name="google-site-verification" 
content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" />
+       <meta name="p:domain_verify" 
content="bd1ba1fb9d25b0eb3d64891f89e9195e"/>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <link href="https://plus.google.com/114598373874764163668"; rel="publisher" 
/>
+    <link href="https://plus.google.com/+openoffice"; rel="publisher" />
     <link rel="STYLESHEET" type="text/css" href="/product/product.css" 
media="screen" />
     <title>Apache OpenOffice - The Free and Open Productivity Suite</title>
     <style type="text/css">
     /* <![CDATA[ */
     /*-------------------- Exceptions on standard css -----------------------*/
-    @import "home.css";
-    @import "styles.css";
-    @import "exceptions.css";
+    @import "../home.css";
+    @import "../styles.css";
+    @import "../exceptions.css";
     /* ]]> */
     </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,22 +118,29 @@
       <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>
+                                       <span style="padding:0 5px;cursor: 
pointer; cursor: hand;" onclick="javascript:follow('ApacheBlog');" 
title="Official Blog">
+                                               <img 
src="images/logo-rss-16.png"> <a><u>Official Blog</u></a>
+                                       </span>
+                                       <span style="padding:0 5px;cursor: 
pointer; cursor: hand;" onclick="javascript:follow('Facebook');" title="Follow 
Us on Facebook">
+                                               <img 
src="images/logo-facebook-16.png"> <a><u>Facebook</u></a>
+                                       </span>
+                                       <span style="padding:0 5px;cursor: 
pointer; cursor: hand;" onclick="javascript:follow('Twitter');" title="Follow 
Us on Twitter">
+                                               <img 
src="images/logo-twitter-16.png"> <a><u>Twitter</u></a>
+                                       </span>
+                                       <span style="padding:0 5px;cursor: 
pointer; cursor: hand;" onclick="javascript:follow('GooglePlus');" 
title="Follow Us on Google+">
+                                               <img 
src="images/logo-googleplus-16.png"> <a><u>Google+</u></a>
+                                       </span>
                        </p>
                </div>
       </div>
       </div>
-    </li>
+     </li>
     <li>
       <hr />
     </li>
@@ -123,7 +148,45 @@
 </div>
 
 <div id="news">
-<!--#include virtual="/news/newslist.ssi" -->
+
+
+ <div class="campaign">
+    <h2>Over 50 million downloads of AOO 3.4</h2>
+
+         <p><em>14 May 2013:</em> Apache OpenOffice 3.4 was released in May 
2012. Downloads now exceed 50 million. We invite you to take a look at
+    <a href="http://stats.openoffice.org/";>our interactive charts</a> of daily 
and cumulative downloads.</p>
+  </div>
+
+<div class="campaign">
+
+    <h2>Volunteers, not Amateurs</h2>
+    <p><em>8 January 2013:</em> Apache OpenOffice is developed 100% by 
volunteers.  Apache does not pay for developers, for translators, for QA, for 
marketing, for UI, for support, etc.
+    Of course, we're happy to accept <a 
href="http://www.apache.org/foundation/contributing.html";>donations to the 
Apache Software Foundation</a>, to keep our servers runnings and for
+    similar overhead expenses.  But our products are developed entirely by 
volunteers.
+
+    <p>Some users are initially worried by this statement.  <strong>How can 
software for free, developed by volunteers, be any good?</strong>
+    <a href="http://www.openoffice.org/why/why_volunteers.html";>Read on for an 
answer...</a></p>
+</div>
+
+<div class="campaign">
+    <h2>Apache OpenOffice given two Bossie Awards!</h2>
+
+    <p><em>18 September 2012:</em> InfoWorld has awarded Apache OpenOffice two 
Bossies (Best of Open Source), one for the OpenOffice application, and one for 
our <a href="http://templates.openoffice.org/";>templates website</a>.
+               Read <a 
href="https://plus.google.com/u/0/b/114598373874764163668/114598373874764163668/posts/guW3vcCvFFy";>more
 on our Google+ page</a>.</p>
+  </div>
+
+
+<div class="campaign">
+    <h2><a href="/news/">More OpenOffice News...</a></h2>
+  </div>
+
+<!-- <div id="SupportedAndSupporters">
+    <a href="http://validator.w3.org/check?uri=referer";
+    title="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) 
of Web documents">
+    <img src="http://www.w3.org/Icons/valid-xhtml10-blue.png";
+    alt="W3C Markup Validation Service - Check the markup (HTML, XHTML, ...) 
of Web documents"/></a>
+  </div>
+-->
 </div>
 
 


Reply via email to