You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by bu...@apache.org on 2014/11/25 12:37:54 UTC

svn commit: r930431 - in /websites/staging/ace/trunk/content: ./ docs/index.html

Author: buildbot
Date: Tue Nov 25 11:37:53 2014
New Revision: 930431

Log:
Staging update by buildbot for ace

Modified:
    websites/staging/ace/trunk/content/   (props changed)
    websites/staging/ace/trunk/content/docs/index.html

Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Nov 25 11:37:53 2014
@@ -1 +1 @@
-1641582
+1641583

Modified: websites/staging/ace/trunk/content/docs/index.html
==============================================================================
--- websites/staging/ace/trunk/content/docs/index.html (original)
+++ websites/staging/ace/trunk/content/docs/index.html Tue Nov 25 11:37:53 2014
@@ -114,56 +114,63 @@ features are:</p>
 <li>complete control on the deployment strategy for your targets.</li>
 </ul>
 <h2 id="getting-started">Getting started</h2>
-<p>If you are interested in just get Apache ACE up and running, you can read the <a href="/docs/getting-started-5-mins.html">getting
+<p>If you are interested in just get Apache ACE up and running, you can read the <a href="getting-started-5-mins.html">getting
 started in 5 minutes</a>. To get more information about
-the history of Apache ACE, read all about its <a href="/docs/history-and-background.html">history and
+the history of Apache ACE, read all about its <a href="history-and-background.html">history and
 background</a>.</p>
 <h2 id="using-apache-ace">Using Apache ACE</h2>
 <p>Resources that go into more detail on using Apache ACE:</p>
 <ul>
-<li>read all about using Apache ACE in the <a href="/docs/user-guide.html">users guide</a>;</li>
-<li>all about managing users using ACE's web UI can be read in the <a href="/docs/user-management-guide.html">user management
+<li>read all about using Apache ACE in the <a href="user-guide.html">users guide</a>;</li>
+<li>if you want to access ACE from the Gogo shell, for example, to automate deployments,
+  read the <a href="shell-api.html">the Gogo shell client documentation</a>;</li>
+<li>to access Apache ACE from an external client, you can read all about this in <a href="rest-api.html">the REST
+  API documentation</a>;</li>
+<li>all about managing users using ACE's web UI can be read in the <a href="user-management-guide.html">user management
   guide</a>;</li>
-<li><a href="/docs/ace-roles.html">information about the various roles used in Apache ACE</a>;</li>
-<li>accessing Apache ACE <a href="/docs/shell-api.html">using the Gogo shell</a>;</li>
-<li>accessing Apache ACE from <a href="/docs/rest-api.html">its REST API</a>;</li>
-<li>to handle a large number of targets, you can make use of <a href="/docs/configuring-relay-servers.html">intermediate relay
+<li>adding support for new types of artifacts is described in <a href="adding-custom-artifact-types.html">custom artifact type
+  documentation</a>;</li>
+<li>if you are interested about the various roles and terminology used in Apache ACE, read
+  <a href="ace-roles.html">roles and terminology page</a>;</li>
+<li>to handle a large number of targets, you can make use of <a href="configuring-relay-servers.html">intermediate relay
   servers</a>;</li>
-<li>configuring HTTP Basic authentication in ACE is described in the <a href="/docs/using-basic-auth.html">authentication
+<li>configuring HTTP Basic authentication in ACE is described in the <a href="using-basic-auth.html">authentication
   guide</a>;</li>
-<li>configuring ACE to use two-way SSL is described in <a href="/docs/using-client-certificates.html">using client
+<li>configuring ACE to use two-way SSL is described in <a href="using-client-certificates.html">using client
   certificates</a>;</li>
-<li>various deployment strategies for Apache ACE are described in the <a href="/docs/ace-deployment-strategies.html">ACE deployment
+<li>various deployment strategies for Apache ACE are described in the <a href="ace-deployment-strategies.html">ACE deployment
   strategies document</a>;</li>
 </ul>
 <h2 id="developing-for-apache-ace">Developing for Apache ACE</h2>
 <p>There are several resources available on extending and developing for Apache ACE, such as:</p>
 <ul>
-<li><a href="/docs/setup-dev-environment.html">setting up an development environment for developing for Apache
+<li><a href="setup-dev-environment.html">setting up an development environment for developing for Apache
   ACE</a>;</li>
-<li>more details on writing unit and/or integration tests can be found in <a href="/docs/writing-tests.html">this
+<li>more details on writing unit and/or integration tests can be found in <a href="writing-tests.html">this
   document</a>;</li>
-<li>all about the coding style and guidelines can be found in the <a href="/docs/coding-standards.html">coding
+<li>all about the coding style and guidelines can be found in the <a href="coding-standards.html">coding
   standards</a>;</li>
-<li>guidelines for releasing Apache ACE can be found in <a href="/docs/release-guide.html">the release
+<li>guidelines for releasing Apache ACE can be found in <a href="release-guide.html">the release
   guide</a>;</li>
-<li>more information about the architectural principals can be found in <a href="/docs/architecture.html">the architectural
+<li>more information about the architectural principals can be found in <a href="architecture.html">the architectural
   guide</a>;</li>
+</ul>
+<h2 id="background-information-designs-and-analysis">Background information, designs and analysis</h2>
+<ul>
 <li>if you are interested in performing load tests, or want to get started with automating
-  ACE deployments, read all about it in our <a href="/docs/test-script.html">test script
+  ACE deployments, read all about it in our <a href="test-script.html">test script
   document</a>;</li>
-<li>various use cases are described on the <a href="/docs/use-cases">use cases page</a>;</li>
-<li><a href="/docs/adding-custom-artifact-types.html">adding support for new types of artifacts</a>;</li>
+<li>various use cases are described on the <a href="use-cases">use cases page</a>;</li>
 <li>detailed analysis documentation giving background information on some development
   principles currently used:</li>
-<li><a href="/docs/analysis/auditlog-analysis.html">audit log analysis</a>;</li>
-<li><a href="/docs/analysis/bundlerepository-analysis.html">bundle repository analysis</a>;</li>
-<li><a href="/docs/analysis/security-analysis.html">security analysis</a>;</li>
-<li><a href="/docs/analysis/template-mechanism.html">template mechanism</a>.</li>
+<li><a href="analysis/auditlog-analysis.html">audit log analysis</a>;</li>
+<li><a href="analysis/bundlerepository-analysis.html">bundle repository analysis</a>;</li>
+<li><a href="analysis/security-analysis.html">security analysis</a>;</li>
+<li><a href="analysis/template-mechanism.html">template mechanism</a>.</li>
 <li>detailed design documentation:</li>
-<li><a href="/docs/design/authentication-design.html">authentication design</a>;</li>
-<li><a href="/docs/design/remote-interfaces.html">remote interface design</a>;</li>
-<li><a href="/docs/design/auditlog-protocol.html">audit log details</a>;</li>
+<li><a href="design/authentication-design.html">authentication design</a>;</li>
+<li><a href="design/remote-interfaces.html">remote interface design</a>;</li>
+<li><a href="design/auditlog-protocol.html">audit log details</a>;</li>
 </ul></div>
       <hr>
       <footer>