Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71B6410BA2 for ; Tue, 25 Nov 2014 11:38:43 +0000 (UTC) Received: (qmail 26154 invoked by uid 500); 25 Nov 2014 11:38:43 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 26126 invoked by uid 500); 25 Nov 2014 11:38:43 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 26115 invoked by uid 99); 25 Nov 2014 11:38:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 11:38:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 11:38:20 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E786D23888FE; Tue, 25 Nov 2014 11:37:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1641583 - /ace/site/trunk/content/docs/index.mdtext Date: Tue, 25 Nov 2014 11:37:48 -0000 To: commits@ace.apache.org From: jawi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141125113748.E786D23888FE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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);