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 2013/07/21 08:22:56 UTC

svn commit: r870343 - in /websites/staging/stratos/trunk/content: ./ sitemap.html

Author: buildbot
Date: Sun Jul 21 06:22:56 2013
New Revision: 870343

Log:
Staging update by buildbot for stratos

Added:
    websites/staging/stratos/trunk/content/sitemap.html
Modified:
    websites/staging/stratos/trunk/content/   (props changed)

Propchange: websites/staging/stratos/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 21 06:22:56 2013
@@ -1 +1 @@
-1505275
+1505280

Added: websites/staging/stratos/trunk/content/sitemap.html
==============================================================================
--- websites/staging/stratos/trunk/content/sitemap.html (added)
+++ websites/staging/stratos/trunk/content/sitemap.html Sun Jul 21 06:22:56 2013
@@ -0,0 +1,116 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+	<link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap.min.css">
+    <style type="text/css">
+	  body {
+		  padding-top: 60px;
+		  padding-bottom: 40px;
+/*background: url('/images/apache-stratos-body-bg.jpg') no-repeat fixed top;*/
+	  }
+	  .sidebar-nav {
+		  padding: 9px 0;
+	  }
+	   @media (max-width: 980px) {
+	  /* Enable use of floated navbar text */
+	  .navbar-text.pull-right {
+		  float: none;
+		  padding-left: 5px;
+		  padding-right: 5px;
+	  }
+	  }
+	</style>
+    <link rel="stylesheet" type="text/css" media="screen" href="/css/bootstrap-responsive.min.css">
+    <link rel="stylesheet" type="text/css" media="screen" href="/css/stratos.css">
+  <title>Apache Stratos Sitemap</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+</head>
+
+<body>
+
+<div class="navbar navbar-inverse navbar-fixed-top">
+      <div class="navbar-inner">
+    	<div class="container">
+        	<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> 
+            <span class="icon-bar"></span> 
+            <span class="icon-bar"></span> 
+            <span class="icon-bar"></span> </a> 
+            <a class="brand" href="/index.html"></a>
+          	<div class="nav-collapse">
+        		<ul class="nav">
+                    <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">Development<b class="caret"></b></a>
+            		<ul class="dropdown-menu">
+                        <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="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">Documentation<b class="caret"></b></a>
+            		<ul class="dropdown-menu">
+                        <li><a href="https://cwiki.apache.org/confluence/display/STRATOS/Index">Stratos Wiki</a></li>
+                	</ul>
+          	    </li>
+                    <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">Community<b class="caret"></b></a>
+            		<ul class="dropdown-menu">
+                       	<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="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown">ASF <b class="caret"></b></a>
+            		<ul class="dropdown-menu">
+                  		<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>
+           	 	</ul>
+      		</div> <!-- /.nav-collapse --> 
+        </div><!-- /.container --> 
+  	  </div><!-- /.navbar-inner --> 
+    </div>
+    
+    <div id="main" role="main" class="container">
+    	<section id="content" class="row">
+        	<article class="span12">
+          		<ul>
+<li><a href="/index.html"></a></li>
+</ul>
+        	</article>
+    	</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; 2013 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>
+
+</body>
+</html>