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

svn commit: r1595750 - /incubator/stratos/site/trunk/templates/skeleton.html

Author: madhura
Date: Mon May 19 06:09:24 2014
New Revision: 1595750

URL: http://svn.apache.org/r1595750
Log: (empty)

Modified:
    incubator/stratos/site/trunk/templates/skeleton.html

Modified: incubator/stratos/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stratos/site/trunk/templates/skeleton.html?rev=1595750&r1=1595749&r2=1595750&view=diff
==============================================================================
--- incubator/stratos/site/trunk/templates/skeleton.html (original)
+++ incubator/stratos/site/trunk/templates/skeleton.html Mon May 19 06:09:24 2014
@@ -124,16 +124,65 @@
     	</section>
   	</div>
     
-  <footer class="footer" align="center">
-	<div class="container">
-                <a alt="Apache Incubator" href="http://incubator.apache.org">	 
-       <img id="asf-logo" class="cApacheIncubatorLogo" alt="Apache Incubator" src="http://incubator.apache.org/images/egg-logo.png" width="150"/></a>
-            <div class="cFooterContainer"><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 Stratos, Stratos, Apache, the Apache feather, and the Apache Stratos project logo are trademarks of the Apache Software Foundation.</p>
-            </div>
-  	</div>
-  </footer>
+  footer class="footer" align="center">
+    <div class="container">
+        <div class="cColLeft">
+        <ul class="cFooterMenu" style="padding:0px; margin: 0px;">
+            <li class="cFootermenuBlock">
+                <a class="cfooterTitle">Development</a>
+                <ul>
+                    <li><a href="/development/source.html">Source Code</a></li>
+                    <li><a href="/development/license.html">Project License</a></li>
+                    <li><a href="https://issues.apache.org/jira/browse/stratos">Issue Tracker</a></li>
+                    <li><a href="/development/edit-website.html">Editing Website</a></li>
+                </ul>
+            </li>
+            <li class="cFootermenuBlock">
+                <a class="cfooterTitle">Documentation</a>
+                <ul>
+                    <li><a href="https://cwiki.apache.org/confluence/display/STRATOS/Home">Stratos Wiki</a></li>
+                </ul>
+            </li>
+            <li class="cFootermenuBlock"> 
+                <a class="cfooterTitle">Community</a>
+                <ul>
+                    <li><a href="/community/mailing-lists.html">Mailing Lists</a></li>
+                    <li><a href="/community/people.html">Project Team</a></li>
+                    <li><a href="/community/get-involved.html">Get Involved</a></li>
+                </ul>
+            </li>
+            <li class="cFootermenuBlock">
+                <a class="cfooterTitle">ASF</a>
+                <ul>
+                    <li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+                    <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                    <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+                </ul>
+            </li>
+            <!--                                <li class="cHangoutLinkcontainer"><a class="cHangoutLink" href="/events/hangouts.html">Hangouts</a></li>-->
+            <li class="cFootermenuBlock">
+                 <a class="cfooterTitle">Events</a>
+                 <ul>
+                     <li>
+                         <a href="/events/hangouts.html">Hangouts</a>
+                     </li>
+                 </ul>
+                 
+            </li>
+        </ul>
+            <div class="cDisclaimer">
+<h3>Disclaimer</h3>
+<p>Apache Stratos is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>
+</div>
+        </div>
+        <div class="cColRight">
+                <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>
+        </div>
+        
+    </div>
+</footer>
   
   <script src="/js/jquery-1.9.1.min.js"></script> 
   <script src="/js/bootstrap.min.js"></script>