You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by bu...@apache.org on 2013/09/24 02:59:04 UTC

svn commit: r879637 - in /websites/staging/shindig/trunk/content: ./ security.html

Author: buildbot
Date: Tue Sep 24 00:59:04 2013
New Revision: 879637

Log:
Staging update by buildbot for shindig

Added:
    websites/staging/shindig/trunk/content/security.html
Modified:
    websites/staging/shindig/trunk/content/   (props changed)

Propchange: websites/staging/shindig/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 24 00:59:04 2013
@@ -1 +1 @@
-1510267
+1525760

Added: websites/staging/shindig/trunk/content/security.html
==============================================================================
--- websites/staging/shindig/trunk/content/security.html (added)
+++ websites/staging/shindig/trunk/content/security.html Tue Sep 24 00:59:04 2013
@@ -0,0 +1,201 @@
+<!--
+ * 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.
+-->
+<!DOCTYPE html>
+<!--
+ * 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.
+-->
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <title>Shindig - Security</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="description" content="">
+    <meta name="author" content="">
+	<meta http-equiv="X-UA-Compatible" content="IE=edge" >
+	  
+	<link title="DOAP" rel="meta" type="application/rdf+xml" href="http://shindig.apache.org/doap_shindig-site.rdf"/>
+
+    <!-- Le styles -->
+    <link href="bootstrap/css/bootstrap.css" rel="stylesheet">
+    <style type="text/css">
+      body {
+        padding-top: 60px;
+        padding-bottom: 40px;
+      }
+    </style>
+    <link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
+
+    <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+    <!--[if lt IE 9]>
+      <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <!-- Le fav and touch icons -->
+    <link rel="shortcut icon" href="images/favicon.ico">
+  </head>
+
+  <body>
+
+    <div class="navbar 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">Apache Shindig &trade;</a>
+			
+          <!--
+ * 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.
+-->
+<div class="nav-collapse">
+            <ul class="nav">
+              <li class="dropdown">
+    		    <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+      			  Get Shindig
+      			  <b class="caret"></b>
+    			</a>
+    			<ul class="dropdown-menu">
+      			  <li><a href="download.html">Download</a></li>
+      			  <li><a href="license.html">License</a></li>
+    			</ul>
+  			  </li>
+              <li class="dropdown">
+                <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+                  About Shindig
+                  <b class="caret"></b>
+                </a>
+                <ul class="dropdown-menu">
+                  <li><a href="about_shindig_overview.html">Overview</a></li>
+                  <li><a href="about_shindig_getting_started.html">Getting Started</a></li>
+                  <li><a href="faq.html">FAQ</a></li>
+                  <li><a href="resources.html">Resources</a></li>
+                  <li><a href="powered-by.html">Powered By</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+                  Documentation
+                  <b class="caret"></b>
+                </a>
+                <ul class="dropdown-menu">
+                  <li><a href="documentation_centre.html">Center</a></li>
+                  <li><a href="documentation_java.html">Java</a></li>
+                  <li><a href="documentation_php.html">PHP</a></li>
+                  <li><a href="documentation_features.html">Features</a></li>
+				  <li><a href="documentation_website.html">Website</a></li>
+				  <li><a href="releasing.html">Releasing</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+                  Community
+                  <b class="caret"></b>
+                </a>
+                <ul class="dropdown-menu">
+                  <li><a href="community_overview.html">Overview</a></li>
+                  <li><a href="getting-help.html">Getting Help</a></li>
+                  <li><a href="issue-tracking.html">Issue Tracking</a></li>
+                  <li><a href="source-repository.html">Source Repository</a></li>
+                  <li><a href="https://cwiki.apache.org/confluence/display/SHINDIG/Index">Wiki</a></li>
+                  <li><a href="#">The Shindig Team</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+                  Apache
+                  <b class="caret"></b>
+                </a>
+                <ul class="dropdown-menu">
+                  <li><a href="http://www.apache.org/">Apache Homepage</a></li>
+				  <li><a href="http://www.apache.org/security/">Security</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                </ul>
+              </li>
+              <li class="dropdown">
+                <a class="dropdown-toggle" data-toggle="dropdown" href="#menu1">
+                  Project Doc
+                  <b class="caret"></b>
+                </a>
+                <ul class="dropdown-menu">
+                  <li><a href="#">Project Information</a></li>
+                </ul>
+              </li>       
+            </ul>
+          </div><!--/.nav-collapse -->
+
+        </div>
+      </div>
+    </div>
+
+    <div class="container">
+	  <h1 id="shindig-security-issues">Shindig Security Issues</h1>
+<p>This page contains of resolved security issues from Apache Shindig.</p>
+      <hr>
+
+      <footer>
+        <p>Copyright &copy; 2007-2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p>
+		  <p>
+		    Apache Shindig, Apache, the Apache feather logo, and the Apache Shindig project logos are trademarks of The Apache Software Foundation. 
+			All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+		  </p>
+      </footer>
+
+    </div> <!-- /container -->
+
+    <!-- Le javascript
+    ================================================== -->
+    <!-- Placed at the end of the document so the pages load faster -->
+    <script src="jquery/js/jquery-1.7.1.min.js"></script>
+    <script src="bootstrap/js/bootstrap.min.js"></script>
+
+  </body>
+</html>