You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by bu...@apache.org on 2014/05/19 14:48:55 UTC

svn commit: r909291 - in /websites/staging/stratos/trunk/content: ./ community/ css/ development/ events/ images/v3/ releases/

Author: buildbot
Date: Mon May 19 12:48:54 2014
New Revision: 909291

Log:
Staging update by buildbot for stratos

Added:
    websites/staging/stratos/trunk/content/images/v3/social.png   (with props)
Modified:
    websites/staging/stratos/trunk/content/   (props changed)
    websites/staging/stratos/trunk/content/community/get-involved.html
    websites/staging/stratos/trunk/content/community/mailing-lists.html
    websites/staging/stratos/trunk/content/community/people.html
    websites/staging/stratos/trunk/content/css/stratos-v3.css
    websites/staging/stratos/trunk/content/development/edit-website.html
    websites/staging/stratos/trunk/content/development/license.html
    websites/staging/stratos/trunk/content/development/source.html
    websites/staging/stratos/trunk/content/development/test.html
    websites/staging/stratos/trunk/content/events/cloud-barcamp.html
    websites/staging/stratos/trunk/content/events/hangouts.html
    websites/staging/stratos/trunk/content/events/test.html
    websites/staging/stratos/trunk/content/events/test2.html
    websites/staging/stratos/trunk/content/index.html
    websites/staging/stratos/trunk/content/releases/index.html
    websites/staging/stratos/trunk/content/sitemap.html

Propchange: websites/staging/stratos/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 19 12:48:54 2014
@@ -1 +1 @@
-1595823
+1595874

Modified: websites/staging/stratos/trunk/content/community/get-involved.html
==============================================================================
--- websites/staging/stratos/trunk/content/community/get-involved.html (original)
+++ websites/staging/stratos/trunk/content/community/get-involved.html Mon May 19 12:48:54 2014
@@ -196,6 +196,12 @@ as easy as possible for people to get in
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/community/mailing-lists.html
==============================================================================
--- websites/staging/stratos/trunk/content/community/mailing-lists.html (original)
+++ websites/staging/stratos/trunk/content/community/mailing-lists.html Mon May 19 12:48:54 2014
@@ -193,6 +193,12 @@ any changes to the code and documentatio
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/community/people.html
==============================================================================
--- websites/staging/stratos/trunk/content/community/people.html (original)
+++ websites/staging/stratos/trunk/content/community/people.html Mon May 19 12:48:54 2014
@@ -684,6 +684,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/css/stratos-v3.css
==============================================================================
--- websites/staging/stratos/trunk/content/css/stratos-v3.css (original)
+++ websites/staging/stratos/trunk/content/css/stratos-v3.css Mon May 19 12:48:54 2014
@@ -220,6 +220,38 @@ a.cReadmore {
     color: #d7d7d7;
     font-size: 16px;
 }
+.cSocialMediaButtonContainer {
+    
+}
+.cSocialMediaButtonContainer a {
+    width: 54px;
+    height: 40px; 
+    background-image:url('../images/v3/social.png');
+}
+a.cfacebook{
+    background-position: 0px 0px;
+}
+a.cfacebook:hover {
+    background-position: 0px -50px;
+}
+a.ctwitter {
+    background-position: 0px -100px;
+}
+a.ctwitter:hover {
+    background-position: 0px -150px;
+}
+a.clinkedIn {
+    background-position: 0px -200px;
+}
+a.clinkedIn:hover {
+    background-position: 0px -250px;
+}
+a.cgooglePlus {
+   background-position: 0px -300px;
+}
+a.cgooglePlus:hover {
+   background-position: 0px -350px;
+}
 
 @media screen and (max-width: 1400px) {
 

Modified: websites/staging/stratos/trunk/content/development/edit-website.html
==============================================================================
--- websites/staging/stratos/trunk/content/development/edit-website.html (original)
+++ websites/staging/stratos/trunk/content/development/edit-website.html Mon May 19 12:48:54 2014
@@ -254,6 +254,12 @@ Alterantively you can click on this <a h
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/development/license.html
==============================================================================
--- websites/staging/stratos/trunk/content/development/license.html (original)
+++ websites/staging/stratos/trunk/content/development/license.html Mon May 19 12:48:54 2014
@@ -347,6 +347,12 @@ identification within third-party archiv
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/development/source.html
==============================================================================
--- websites/staging/stratos/trunk/content/development/source.html (original)
+++ websites/staging/stratos/trunk/content/development/source.html Mon May 19 12:48:54 2014
@@ -176,6 +176,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/development/test.html
==============================================================================
--- websites/staging/stratos/trunk/content/development/test.html (original)
+++ websites/staging/stratos/trunk/content/development/test.html Mon May 19 12:48:54 2014
@@ -169,6 +169,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/events/cloud-barcamp.html
==============================================================================
--- websites/staging/stratos/trunk/content/events/cloud-barcamp.html (original)
+++ websites/staging/stratos/trunk/content/events/cloud-barcamp.html Mon May 19 12:48:54 2014
@@ -339,6 +339,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/events/hangouts.html
==============================================================================
--- websites/staging/stratos/trunk/content/events/hangouts.html (original)
+++ websites/staging/stratos/trunk/content/events/hangouts.html Mon May 19 12:48:54 2014
@@ -511,6 +511,12 @@ h4 {
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/events/test.html
==============================================================================
--- websites/staging/stratos/trunk/content/events/test.html (original)
+++ websites/staging/stratos/trunk/content/events/test.html Mon May 19 12:48:54 2014
@@ -231,6 +231,12 @@ test
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/events/test2.html
==============================================================================
--- websites/staging/stratos/trunk/content/events/test2.html (original)
+++ websites/staging/stratos/trunk/content/events/test2.html Mon May 19 12:48:54 2014
@@ -175,6 +175,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Added: websites/staging/stratos/trunk/content/images/v3/social.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/stratos/trunk/content/images/v3/social.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/stratos/trunk/content/index.html
==============================================================================
--- websites/staging/stratos/trunk/content/index.html (original)
+++ websites/staging/stratos/trunk/content/index.html Mon May 19 12:48:54 2014
@@ -235,6 +235,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/releases/index.html
==============================================================================
--- websites/staging/stratos/trunk/content/releases/index.html (original)
+++ websites/staging/stratos/trunk/content/releases/index.html Mon May 19 12:48:54 2014
@@ -312,6 +312,12 @@ under the org.apache.stratos group ID at
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>

Modified: websites/staging/stratos/trunk/content/sitemap.html
==============================================================================
--- websites/staging/stratos/trunk/content/sitemap.html (original)
+++ websites/staging/stratos/trunk/content/sitemap.html Mon May 19 12:48:54 2014
@@ -171,6 +171,12 @@
 </div>
         </div>
         <div class="cColRight">
+            <div class="cSocialMediaButtonContainer">
+                <a target="_blank" href="https://www.facebook.com/apache.stratos" class="cfacebook"></a>
+                <a target="_blank" href="https://twitter.com/ApacheStratos" class="ctwitter"></a>
+                <a target="_blank" href="http://www.linkedin.com/groups?home=&amp;gid=5131436&amp;trk=anet_ug_hm&amp;goback=.gmr_5131436" class="clinkedIn"></a>
+                <a href="https://plus.google.com/u/0/103515557134069849802/posts?cfem=1" class="cgooglePlus"></a>
+            </div>
                 <p>Copyright &copy; 2014 The Apache Software Foundation, Licensed under the 
                     <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br />
                     Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation.</p>