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

svn commit: r1641579 - in /ace/site/trunk/content/docs: design/authentication-design.mdtext design/index.mdtext index.mdtext user-guide.mdtext

Author: jawi
Date: Tue Nov 25 11:25:03 2014
New Revision: 1641579

URL: http://svn.apache.org/r1641579
Log:
Fixed a couple of broken links.


Added:
    ace/site/trunk/content/docs/index.mdtext   (with props)
Modified:
    ace/site/trunk/content/docs/design/authentication-design.mdtext
    ace/site/trunk/content/docs/design/index.mdtext
    ace/site/trunk/content/docs/user-guide.mdtext

Modified: ace/site/trunk/content/docs/design/authentication-design.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/docs/design/authentication-design.mdtext?rev=1641579&r1=1641578&r2=1641579&view=diff
==============================================================================
--- ace/site/trunk/content/docs/design/authentication-design.mdtext (original)
+++ ace/site/trunk/content/docs/design/authentication-design.mdtext Tue Nov 25 11:25:03 2014
@@ -167,8 +167,9 @@ Name | Description | Endpoint | Configur
 <tt>VaadinServlet</tt> | provides the Vaadin web interface | <tt>/ace</tt> | <tt>o.a.a.webui.vaadin</tt>
 &#160; | &#160; | &#160; | &#160;
 
-More information on configuration authentication can be found in [ACE authentication
-guide](/docs/ace-authentication.html) and [user guide](/docs/user-guide.html).
+More information on configuration authentication can be found in the [using HTTP Basic
+authentication guide](/docs/using-basic-auth.html), [using client certificates
+guide](/docs/using-client-certificates.html) and [user guide](/docs/user-guide.html).
 
 
 ### Implementing the authentication check

Modified: ace/site/trunk/content/docs/design/index.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/docs/design/index.mdtext?rev=1641579&r1=1641578&r2=1641579&view=diff
==============================================================================
--- ace/site/trunk/content/docs/design/index.mdtext (original)
+++ ace/site/trunk/content/docs/design/index.mdtext Tue Nov 25 11:25:03 2014
@@ -1,13 +1,12 @@
 Title: Design
 
-## Articles/how to's
+## Design documentation
 
-* [Customizing Deployment Strategies](ace-deployment-strategies.html)
-* [Configuring ACE authentication](ace-authentication.html)
-* [Using client certificates authentication](using-client-certificates.html)
+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.
 
-## Miscellaneous
+* [Audit Log Protocol](auditlog-protocol.html);
+* [Authentication design](authentication-design.html);
+* [Remote Interfaces](remote-interfaces.html).
 
-* [Remote Interfaces](remote-interfaces.html)
-* [Test Script](test-script.html)
-* [Audit Log Protocol](auditlog-protocol.html)

Added: ace/site/trunk/content/docs/index.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/docs/index.mdtext?rev=1641579&view=auto
==============================================================================
--- ace/site/trunk/content/docs/index.mdtext (added)
+++ ace/site/trunk/content/docs/index.mdtext Tue Nov 25 11:25:03 2014
@@ -0,0 +1,4 @@
+# Documentation
+
+You probably want to go back to the [main documentation](/docs.mdtext).
+

Propchange: ace/site/trunk/content/docs/index.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ace/site/trunk/content/docs/user-guide.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/docs/user-guide.mdtext?rev=1641579&r1=1641578&r2=1641579&view=diff
==============================================================================
--- ace/site/trunk/content/docs/user-guide.mdtext (original)
+++ ace/site/trunk/content/docs/user-guide.mdtext Tue Nov 25 11:25:03 2014
@@ -397,7 +397,7 @@ commas, for example, <tt>2001,2003,2005,
 <tt>agent.connection.authtype</tt>
 : defines how to connections to the server are to be authenticated. Valid values are
 <tt>NONE</tt> for no authentication, <tt>BASIC</tt> for [using HTTP-BASIC
-authentication](/docs/ace-authentication.html) or <tt>CLIENTCERT</tt> for [using client
+authentication](/docs/using-basic-auth.html) or <tt>CLIENTCERT</tt> for [using client
 certificates](/docs/using-client-certificates.html).  In case this option is omitted, a
 value of <tt>NONE</tt> is assumed and **no** authentication is used. In case of the values
 <tt>BASIC</tt> or <tt>CLIENTCERT</tt>, additional options should be supplied (see below);