You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/07/12 14:16:35 UTC

svn commit: r963257 [2/2] - in /couchdb/site: bin/ htdocs/ htdocs/community/ htdocs/docs/ htdocs/img/ htdocs/img/layout/ htdocs/style/ templates/

Modified: couchdb/site/htdocs/security.html
URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/security.html?rev=963257&r1=963256&r2=963257&view=diff
==============================================================================
--- couchdb/site/htdocs/security.html (original)
+++ couchdb/site/htdocs/security.html Mon Jul 12 12:16:34 2010
@@ -21,31 +21,56 @@ limitations under the License.
     <meta name="description" content="Apache,CouchDB is a distributed, fault-tolerant and schema-free
  document-oriented database accessible via a RESTful HTTP/JSON API.">
     <meta name="keywords" content="CouchDB,database,document,REST,HTTP,JSON,Javascript">
-    <link rel="icon" type="img/x-icon" href="./img/layout/favicon.ico">
-    <link rel="shortcut icon" type="img/x-icon" href="./img/layout/favicon.ico">
-    <link rel="stylesheet" type="text/css" href="./style/all.css">
+    <link rel="icon" type="img/x-icon" href="./favicon.ico">
+    <link rel="shortcut icon" type="img/x-icon" href="./favicon.ico">
+    <link rel="stylesheet" type="text/css" href="./style/layout.css">
     <link rel="stylesheet" type="text/css" href="./style/print.css" media="print">
   </head>
   <body>
-    <div id="header">
-      <a href="./index.html">
-        <img src="./img/layout/couchdb-logo.png" width="400" height="110" alt="CouchDB - Relax">
-        <!--<object data="./img/couchdb-logo.svg" width="400" height="110" type="image/svg+xml">
+    <div id="header"><div class="wrap">
+      <a class="couchdb" href="./index.html">
+        <object data="./img/couchdb-logo.svg" width="400" height="110" type="image/svg+xml">
           <img src="./img/couchdb-logo.png" width="400" height="110" alt="CouchDB - Relax">
-        </object>-->
+        </object>
       </a>
       <h1>Apache CouchDB. Relax.</h1>
-    </div>
-    <dl id="navigation"><dt>Navigation</dt><dd><ul>
+    </div></div>
+    <div id="breadcrumbs"><ul>
+<li><a href="index.html">Home</a></li>
+<li>»</li>
+<li class="active"><a href="security.html">Security</a></li>
+</ul>
+</div>
+    <div id="main"><div class="wrap">
+      <div id="nav"><ul>
 <li><a class="" href="index.html"><span>Home</span></a></li>
-<li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Documentation</span></a></li>
+<li><a class="external" href="http://www.google.com/coop/cse?cx=006426053638666134111:bfy4xffxeqc"><span>Search</span></a></li>
 <li><a class="" href="downloads.html"><span>Downloads</span></a></li>
+<li><a class="" href="screenshots.html"><span>Screenshots</span></a></li>
 <li><a class="external" href="http://www.apache.org/licenses/LICENSE-2.0.html"><span>License</span></a></li>
 <li><a class="external" href="https://issues.apache.org/jira/browse/COUCHDB?report=com.atlassian.jira.plugin.system.project:roadmap-panel"><span>Road Map</span></a></li>
-<li><a class="" href="screenshots.html"><span>Screenshots</span></a></li>
+<li><a class="" href="docs/index.html"><span>Documentation</span></a><ul>
+<li><a class="" href="docs/intro.html"><span>Introduction</span></a></li>
+<li><a class="" href="docs/overview.html"><span>Overview</span></a></li>
+<li><a class="external" href="http://wiki.apache.org/couchdb/"><span>Wiki</span></a></li>
+<li><a class="" href="docs/books.html"><span>Books</span></a></li>
+<li><a class="external" href="http://www.apache.org/foundation/thanks.html"><span>Thanks</span></a></li>
+<li><a class="external" href="http://www.apache.org/foundation/sponsorship.html"><span>Become a Sponsor</span></a></li>
 </ul>
-</dd></dl>
-    <div id="content"><h1>Security</h1>
+</li>
+<li><a class="" href="community/index.html"><span>Get Involved</span></a><ul>
+<li><a class="" href="community/lists.html"><span>Mailing Lists</span></a></li>
+<li><a class="" href="community/issues.html"><span>Issue Tracking</span></a></li>
+<li><a class="" href="community/code.html"><span>Source Code</span></a></li>
+<li><a class="" href="community/committers.html"><span>Committers</span></a></li>
+<li><a class="external" href="http://wiki.apache.org/couchdb/Coding_Standards"><span>Coding Standards</span></a></li>
+<li><a class="external" href="http://planet.couchdb.com/"><span>Planet</span></a></li>
+</ul>
+</li>
+<li><a class="active" href="security.html"><span>Security</span></a></li>
+</ul>
+</div>
+      <div id="content"><h1>Security</h1>
 
 <h2>List of Vulnerabilities</h2>
 
@@ -90,9 +115,10 @@ cannot promise magic workarounds to gene
 of data to your server, or re-requesting the same URL repeatedly). In general our
 philosophy is to avoid any attacks which can cause the server to consume resources in
 a non-linear relationship to the size of inputs.</p>
-</div>
+<div id="clear"></div></div>
+    </div></div>
     <div id="footer">
-      <p class="copyright">Copyright © 2008–2010 <a href="http://www.apache.org/">The Apache Software Foundation</a></p>
+      <p class="copyright">Copyright © 2008,2009 <a href="http://www.apache.org/">The Apache Software Foundation</a></p>
     </div>
     <script type="text/javascript">
       var _gaq = _gaq || [];

Modified: couchdb/site/templates/page.tmpl
URL: http://svn.apache.org/viewvc/couchdb/site/templates/page.tmpl?rev=963257&r1=963256&r2=963257&view=diff
==============================================================================
--- couchdb/site/templates/page.tmpl (original)
+++ couchdb/site/templates/page.tmpl Mon Jul 12 12:16:34 2010
@@ -25,25 +25,27 @@ limitations under the License.
     <title>Apache CouchDB: %(title)s</title>
     <meta name="description" content="%(description)s">
     <meta name="keywords" content="%(keywords)s">
-    <link rel="icon" type="img/x-icon" href="%(base)s/img/layout/favicon.ico">
-    <link rel="shortcut icon" type="img/x-icon" href="%(base)s/img/layout/favicon.ico">
-    <link rel="stylesheet" type="text/css" href="%(base)s/style/all.css">
+    <link rel="icon" type="img/x-icon" href="%(base)s/favicon.ico">
+    <link rel="shortcut icon" type="img/x-icon" href="%(base)s/favicon.ico">
+    <link rel="stylesheet" type="text/css" href="%(base)s/style/layout.css">
     <link rel="stylesheet" type="text/css" href="%(base)s/style/print.css" media="print">
   </head>
   <body>
-    <div id="header">
-      <a href="%(base)s/index.html">
-        <img src="%(base)s/img/layout/couchdb-logo.png" width="400" height="110" alt="CouchDB - Relax">
-        <!--<object data="%(base)s/img/couchdb-logo.svg" width="400" height="110" type="image/svg+xml">
+    <div id="header"><div class="wrap">
+      <a class="couchdb" href="%(base)s/index.html">
+        <object data="%(base)s/img/couchdb-logo.svg" width="400" height="110" type="image/svg+xml">
           <img src="%(base)s/img/couchdb-logo.png" width="400" height="110" alt="CouchDB - Relax">
-        </object>-->
+        </object>
       </a>
       <h1>Apache CouchDB. Relax.</h1>
-    </div>
-    <dl id="navigation"><dt>Navigation</dt><dd>%(navigation)s</dd></dl>
-    <div id="content">%(content)s</div>
+    </div></div>
+    <div id="breadcrumbs">%(breadcrumbs)s</div>
+    <div id="main"><div class="wrap">
+      <div id="nav">%(navigation)s</div>
+      <div id="content">%(content)s<div id="clear"></div></div>
+    </div></div>
     <div id="footer">
-      <p class="copyright">Copyright © 2008–2010 <a href="http://www.apache.org/">The Apache Software Foundation</a></p>
+      <p class="copyright">Copyright © 2008,2009 <a href="http://www.apache.org/">The Apache Software Foundation</a></p>
     </div>
     <script type="text/javascript">
       var _gaq = _gaq || [];