Author: buildbot
Date: Tue Nov 25 11:25:09 2014
New Revision: 930428

Log:
Staging update by buildbot for ace

Added:
    websites/staging/ace/trunk/content/docs/index.html
Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/docs/design/authentication-design.html
    websites/staging/ace/trunk/content/docs/design/index.html
    websites/staging/ace/trunk/content/docs/user-guide.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 25 11:25:09 2014
@@ -1 +1 @@
-1641577
+1641579

Modified: 
websites/staging/ace/trunk/content/docs/design/authentication-design.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/design/authentication-design.html 
(original)
+++ websites/staging/ace/trunk/content/docs/design/authentication-design.html 
Tue Nov 25 11:25:09 2014
@@ -313,7 +313,8 @@ remote services, including the default e
 </tr>
 </tbody>
 </table>
-<p>More information on configuration authentication can be found in <a 
href="/docs/ace-authentication.html">ACE authentication
+<p>More information on configuration authentication can be found in the <a 
href="/docs/using-basic-auth.html">using HTTP Basic
+authentication guide</a>, <a href="/docs/using-client-certificates.html">using 
client certificates
 guide</a> and <a href="/docs/user-guide.html">user guide</a>.</p>
 <h3 id="implementing-the-authentication-check">Implementing the authentication 
check</h3>
 <p>If you want to use the <tt>AuthenticationService</tt> in your own code, you 
first need to

Modified: websites/staging/ace/trunk/content/docs/design/index.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/design/index.html (original)
+++ websites/staging/ace/trunk/content/docs/design/index.html Tue Nov 25 
11:25:09 2014
@@ -101,17 +101,14 @@
       <p><a href="/"><i class='icon-home'></i> Home</a>&nbsp;&raquo&nbsp;<a 
href="/docs/">Docs</a>&nbsp;&raquo&nbsp;<a href="/docs/design/">Design</a></p>
       <h1>Design</h1>
       <div class="clear"></div>
-      <div id="content"><h2 id="articleshow-tos">Articles/how to's</h2>
+      <div id="content"><h2 id="design-documentation">Design documentation</h2>
+<p>The following documents explain some more details on the design of various 
aspects in
+Apache ACE. Read them if you want to know more about why certain functionality 
exists and
+why it is implemented in this way.</p>
 <ul>
-<li><a href="ace-deployment-strategies.html">Customizing Deployment 
Strategies</a></li>
-<li><a href="ace-authentication.html">Configuring ACE authentication</a></li>
-<li><a href="using-client-certificates.html">Using client certificates 
authentication</a></li>
-</ul>
-<h2 id="miscellaneous">Miscellaneous</h2>
-<ul>
-<li><a href="remote-interfaces.html">Remote Interfaces</a></li>
-<li><a href="test-script.html">Test Script</a></li>
-<li><a href="auditlog-protocol.html">Audit Log Protocol</a></li>
+<li><a href="auditlog-protocol.html">Audit Log Protocol</a>;</li>
+<li><a href="authentication-design.html">Authentication design</a>;</li>
+<li><a href="remote-interfaces.html">Remote Interfaces</a>.</li>
 </ul></div>
       <hr>
       <footer>

Added: websites/staging/ace/trunk/content/docs/index.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/index.html (added)
+++ websites/staging/ace/trunk/content/docs/index.html Tue Nov 25 11:25:09 2014
@@ -0,0 +1,112 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+  <head>
+    <title></title>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <meta property="og:image" content="//www.apache.org/images/asf_logo.gif" />
+    <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
+    <link href="/css/prettify.css" rel="stylesheet" media="screen">
+    <link href="/css/code.css" rel="stylesheet" media="screen">
+    <script src="//code.jquery.com/jquery.js"></script>
+    <script src="/js/bootstrap.min.js"></script>
+    <script src="/js/prettify.js"></script>
+    
+    
+    
+    <script>
+    $(function () { prettyPrint() })
+    $().dropdown()
+    </script>
+  </head>
+  <body style="padding-top: 50px;">
+    <div class="navbar navbar-fixed-top navbar-inverse">
+      <div class="navbar-inner">
+        <div class="container">
+          <a class="brand" href="/index.html">Apache ACE&trade;</a>
+          <ul class="nav">
+  <li class="dropdown">
+    <a href="#" class="dropdown-toggle" data-toggle="dropdown">News <b 
class="caret"></b></a>
+    <ul class="dropdown-menu">
+      <li>
+        <a href="/news.html">News</a>
+      </li>
+      <li>
+        <a href="/on-the-web.html">On the web</a>
+      </li>
+    </ul>
+  </li>
+  <li>
+    <a href="/downloads.html">Downloads</a>
+  </li>
+  <li class="dropdown">
+    <a href="/docs.html">Documentation</a>
+  </li>
+  <li class="dropdown">
+    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b 
class="caret"></b></a>
+    <ul class="dropdown-menu">
+      <li>
+        <a href="/get-involved/mailing-lists.html">Mailing Lists</a>
+      </li>
+      <li>
+        <a href="/get-involved/issue-tracking.html">Issue Tracking</a>
+      </li>
+      <li>
+        <a href="/get-involved/continuous-integration.html">Continuous 
Integration</a>
+      </li>
+      <li>
+        <a href="/get-involved/source-code.html">Source Code</a>
+      </li>
+      <li>
+        <a href="/get-involved/project-team.html">Project Team</a>
+      </li>
+    </ul>
+  </li>
+  <li class="dropdown">
+    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Wiki <b 
class="caret"></b></a>
+    <ul class="dropdown-menu">
+      <li>
+        <a 
href="https://cwiki.apache.org/confluence/display/ACE/Board+Reports";>Board 
Reports <i class="icon-share-alt"></i></a>
+      </li>
+      <li>
+        <a 
href="https://cwiki.apache.org/confluence/display/ACE/Index";>Homepage <i 
class="icon-share-alt"></i></a>
+      </li>
+    </ul>
+  </li>
+  <li class="dropdown">
+    <a href="#" class="dropdown-toggle" data-toggle="dropdown">Apache <b 
class="caret"></b></a>
+    <ul class="dropdown-menu">
+      <li>
+        <a href="http://www.apache.org/";>Apache Homepage <i 
class="icon-share-alt"></i></a>
+      </li>
+      <li>
+        <a href="http://www.apache.org/licenses/";>Licenses <i 
class="icon-share-alt"></i></a>
+      </li>
+      <li>
+        <a href="http://www.apache.org/security/";>Security <i 
class="icon-share-alt"></i></a>
+      </li>
+      <li>
+        <a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship <i 
class="icon-share-alt"></i></a>
+      </li>
+      <li>
+        <a href="http://www.apache.org/foundation/thanks.html";>Thanks <i 
class="icon-share-alt"></i></a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+        </div>
+      </div>
+    </div>
+    <div class="container">
+      <p><a href="/"><i class='icon-home'></i> Home</a>&nbsp;&raquo&nbsp;<a 
href="/docs/">Docs</a></p>
+      <h1></h1>
+      <div class="clear"></div>
+      <div id="content"><h1 id="documentation">Documentation</h1>
+<p>You probably want to go back to the <a href="/docs.mdtext">main 
documentation</a>.</p></div>
+      <hr>
+      <footer>
+        <p>Copyright &#169; 2012-2014 <a href="http://www.apache.org/";>The 
Apache Software Foundation</a>, Licensed under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>Apache ACE, the Apache ACE logo, Apache and the Apache feather 
logo are trademarks of The Apache Software Foundation. All other marks 
mentioned may be trademarks or registered trademarks of their respective 
owners.</p>
+      </footer>
+    </div>
+  </body>
+</html>

Modified: websites/staging/ace/trunk/content/docs/user-guide.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/user-guide.html (original)
+++ websites/staging/ace/trunk/content/docs/user-guide.html Tue Nov 25 11:25:09 
2014
@@ -460,7 +460,7 @@ channel. This parameter takes one or mor
 commas, for example, <tt>2001,2003,2005,3001</tt>. By default, <em>no</em> 
events are excluded;</dd>
 <dt><tt>agent.connection.authtype</tt></dt>
 <dd>defines how to connections to the server are to be authenticated. Valid 
values are
-<tt>NONE</tt> for no authentication, <tt>BASIC</tt> for <a 
href="/docs/ace-authentication.html">using HTTP-BASIC
+<tt>NONE</tt> for no authentication, <tt>BASIC</tt> for <a 
href="/docs/using-basic-auth.html">using HTTP-BASIC
 authentication</a> or <tt>CLIENTCERT</tt> for <a 
href="/docs/using-client-certificates.html">using client
 certificates</a>.  In case this option is omitted, a
 value of <tt>NONE</tt> is assumed and <strong>no</strong> authentication is 
used. In case of the values


Reply via email to