Author: jawi
Date: Tue Nov 25 11:37:48 2014
New Revision: 1641583
URL: http://svn.apache.org/r1641583
Log:
Moving links around to more logical places.
Modified:
ace/site/trunk/content/docs/index.mdtext
Modified: ace/site/trunk/content/docs/index.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/docs/index.mdtext?rev=1641583&r1=1641582&r2=1641583&view=diff
==============================================================================
--- ace/site/trunk/content/docs/index.mdtext (original)
+++ ace/site/trunk/content/docs/index.mdtext Tue Nov 25 11:37:48 2014
@@ -16,29 +16,34 @@ features are:
## Getting started
If you are interested in just get Apache ACE up and running, you can read the [getting
-started in 5 minutes](/docs/getting-started-5-mins.html). To get more information about
+started in 5 minutes](getting-started-5-mins.html). To get more information about
the history of Apache ACE, read all about its [history and
-background](/docs/history-and-background.html).
+background](history-and-background.html).
## Using Apache ACE
Resources that go into more detail on using Apache ACE:
-* read all about using Apache ACE in the [users guide](/docs/user-guide.html);
+* read all about using Apache ACE in the [users guide](user-guide.html);
+* if you want to access ACE from the Gogo shell, for example, to automate deployments,
+ read the [the Gogo shell client documentation](shell-api.html);
+* to access Apache ACE from an external client, you can read all about this in [the REST
+ API documentation](rest-api.html);
* all about managing users using ACE's web UI can be read in the [user management
- guide](/docs/user-management-guide.html);
-* [information about the various roles used in Apache ACE](/docs/ace-roles.html);
-* accessing Apache ACE [using the Gogo shell](/docs/shell-api.html);
-* accessing Apache ACE from [its REST API](/docs/rest-api.html);
+ guide](user-management-guide.html);
+* adding support for new types of artifacts is described in [custom artifact type
+ documentation](adding-custom-artifact-types.html);
+* if you are interested about the various roles and terminology used in Apache ACE, read
+ [roles and terminology page](ace-roles.html);
* to handle a large number of targets, you can make use of [intermediate relay
- servers](/docs/configuring-relay-servers.html);
+ servers](configuring-relay-servers.html);
* configuring HTTP Basic authentication in ACE is described in the [authentication
- guide](/docs/using-basic-auth.html);
+ guide](using-basic-auth.html);
* configuring ACE to use two-way SSL is described in [using client
- certificates](/docs/using-client-certificates.html);
+ certificates](using-client-certificates.html);
* various deployment strategies for Apache ACE are described in the [ACE deployment
- strategies document](/docs/ace-deployment-strategies.html);
+ strategies document](ace-deployment-strategies.html);
## Developing for Apache ACE
@@ -46,28 +51,31 @@ Resources that go into more detail on us
There are several resources available on extending and developing for Apache ACE, such as:
* [setting up an development environment for developing for Apache
- ACE](/docs/setup-dev-environment.html);
+ ACE](setup-dev-environment.html);
* more details on writing unit and/or integration tests can be found in [this
- document](/docs/writing-tests.html);
+ document](writing-tests.html);
* all about the coding style and guidelines can be found in the [coding
- standards](/docs/coding-standards.html);
+ standards](coding-standards.html);
* guidelines for releasing Apache ACE can be found in [the release
- guide](/docs/release-guide.html);
+ guide](release-guide.html);
* more information about the architectural principals can be found in [the architectural
- guide](/docs/architecture.html);
+ guide](architecture.html);
+
+
+## Background information, designs and analysis
+
* if you are interested in performing load tests, or want to get started with automating
ACE deployments, read all about it in our [test script
- document](/docs/test-script.html);
-* various use cases are described on the [use cases page](/docs/use-cases);
-* [adding support for new types of artifacts](/docs/adding-custom-artifact-types.html);
+ document](test-script.html);
+* various use cases are described on the [use cases page](use-cases);
* detailed analysis documentation giving background information on some development
principles currently used:
- - [audit log analysis](/docs/analysis/auditlog-analysis.html);
- - [bundle repository analysis](/docs/analysis/bundlerepository-analysis.html);
- - [security analysis](/docs/analysis/security-analysis.html);
- - [template mechanism](/docs/analysis/template-mechanism.html).
+ - [audit log analysis](analysis/auditlog-analysis.html);
+ - [bundle repository analysis](analysis/bundlerepository-analysis.html);
+ - [security analysis](analysis/security-analysis.html);
+ - [template mechanism](analysis/template-mechanism.html).
* detailed design documentation:
- - [authentication design](/docs/design/authentication-design.html);
- - [remote interface design](/docs/design/remote-interfaces.html);
- - [audit log details](/docs/design/auditlog-protocol.html);
+ - [authentication design](design/authentication-design.html);
+ - [remote interface design](design/remote-interfaces.html);
+ - [audit log details](design/auditlog-protocol.html);
|