You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2011/09/19 23:17:49 UTC

svn commit: r1172832 - /directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/

Author: seelmann
Date: Mon Sep 19 21:17:48 2011
New Revision: 1172832

URL: http://svn.apache.org/viewvc?rev=1172832&view=rev
Log:
Added example to spilt up chapters. Added internal link examples

Added:
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-chapter.confluence
      - copied, changed from r1172814, directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin.confluence
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-section.confluence
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-subsection.confluence
Removed:
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin.confluence
Modified:
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/book.txt
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/example.confluence
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/introduction.confluence
    directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/preface.confluence

Modified: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/book.txt
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/book.txt?rev=1172832&r1=1172831&r2=1172832&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/book.txt (original)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/book.txt Mon Sep 19 21:17:48 2011
@@ -1,4 +1,6 @@
 example.confluence
 preface.confluence
 introduction.confluence
-how-to-begin.confluence
+how-to-begin-chapter.confluence
+how-to-begin-section.confluence
+how-to-begin-subsection.confluence

Modified: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/example.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/example.confluence?rev=1172832&r1=1172831&r2=1172832&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/example.confluence (original)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/example.confluence Mon Sep 19 21:17:48 2011
@@ -26,7 +26,14 @@ _emphasis_
 ^superscript^
 ~subscript~ 
 {{monospace}}
-[Hyperlink with title|http://directory.apache.org]
+
+[External hyperlink with title|http://directory.apache.org]
+
+[Internal hyperlink to 'Header H1'|#Headerh1]
+
+[Internal hyperlink to 'How to begin'|#Howtobegin]
+
+[Internal hyperlink to 'What Apache Directory Server is'|#WhatApacheDirectoryServeris]
 
 ||table heading 1||table heading 2||table heading 3||
 |col A1|col A2|col A3|

Copied: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-chapter.confluence (from r1172814, directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin.confluence)
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-chapter.confluence?p2=directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-chapter.confluence&p1=directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin.confluence&r1=1172814&r2=1172832&rev=1172832&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin.confluence (original)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-chapter.confluence Mon Sep 19 21:17:48 2011
@@ -1,34 +1,2 @@
 h1. How to begin
 
-h2. What Apache Directory Server is
-This section describes what Apache Directory Server (abbreviated ApacheDS) is, 
-and where it comes from.
-
-h3. System vision
-ApacheDS 1.5 is an embeddable, extendable, standards compliant, modern LDAP 
-server written entirely in Java, and available under the Apache Software License. 
-Other network protocols like Kerberos and NTP are supported as well (and even
-more may be added), but basically (and especially for this introduction guide) 
-ApacheDS is an LDAP server.
-
-_Embeddable_ means that it is possible to configure, start and stop ApacheDS 
-from other Java components, especially application servers, and the server runs 
-within the same VM. The solution has already been successfully embedded
-in Apache Geronimo, JBoss, and others. The fact that the server is embeddable is quite
-interesting, nevertheless you also have the deployment option to run the server standalone, for instance as a Windows service. Perhaps you know this situation from other LDAP servers – open source (like OpenLDAP) as well as commercial ones (like Sun Java System Directory Server). This guide is dedicated to people that are new to ApacheDS. The guide concentrates on installing, configuring and running ApacheDS in a standalone configuration.
-
-_Extendable_ means that the modern architecture of the solution provides many extension points. Write your own partitions to store directory data, interceptors to add functionality, etc. by implementing certain interfaces and plugging them in using Spring.
-
-_Standard_ compliant means that ApacheDS 1.5 adheres to all RFCs relevant to LDAPv3. Please note that version 1.0 of the server has been successfully certified by the Open Group in September
-2006 ("LDAP certified"). Thus LDAP clients may rightly expect that ApacheDS behaves like they expect.
-
-_Modern_  means that ApacheDS aims modernize the LDAP territory, as well as it favors standards compliance. New rich integration tier constructs like LDAP Stored Procedures and Triggers are being built on top of existing standards.
-
-_Entirely_ written in Java means that the software compiles and runs on a huge number of hardware and software platforms. Native installers are available for Windows, MacOS and Solaris (both SPARC and intel platform), but in fact the set of possible targets is by far more extensive.
-
-h3. Architectural overview
-
-!images/50k-ft-architecture.png!
- 
-...
-

Added: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-section.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-section.confluence?rev=1172832&view=auto
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-section.confluence (added)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-section.confluence Mon Sep 19 21:17:48 2011
@@ -0,0 +1,4 @@
+
+h2. What Apache Directory Server is
+This section describes what Apache Directory Server (abbreviated ApacheDS) is, 
+and where it comes from.

Added: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-subsection.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-subsection.confluence?rev=1172832&view=auto
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-subsection.confluence (added)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/how-to-begin-subsection.confluence Mon Sep 19 21:17:48 2011
@@ -0,0 +1,44 @@
+
+h3. System vision
+ApacheDS 1.5 is an embeddable, extendable, standards compliant, modern LDAP 
+server written entirely in Java, and available under the Apache Software License. 
+Other network protocols like Kerberos and NTP are supported as well (and even
+more may be added), but basically (and especially for this introduction guide) 
+ApacheDS is an LDAP server.
+
+_Embeddable_ means that it is possible to configure, start and stop ApacheDS 
+from other Java components, especially application servers, and the server runs 
+within the same VM. The solution has already been successfully embedded
+in Apache Geronimo, JBoss, and others. The fact that the server is embeddable 
+is quite interesting, nevertheless you also have the deployment option to run 
+the server standalone, for instance as a Windows service. Perhaps you know 
+this situation from other LDAP servers – open source (like OpenLDAP) as well 
+as commercial ones (like Sun Java System Directory Server). This guide is 
+dedicated to people that are new to ApacheDS. The guide concentrates on 
+installing, configuring and running ApacheDS in a standalone configuration.
+
+_Extendable_ means that the modern architecture of the solution provides many 
+extension points. Write your own partitions to store directory data, 
+interceptors to add functionality, etc. by implementing certain interfaces and 
+plugging them in.
+
+_Standard_ compliant means that ApacheDS 1.5 adheres to all RFCs relevant to 
+LDAPv3. Please note that version 1.0 of the server has been successfully 
+certified by the Open Group in September 2006 ("LDAP certified"). Thus LDAP 
+clients may rightly expect that ApacheDS behaves like they expect.
+
+_Modern_  means that ApacheDS aims modernize the LDAP territory, as well as it 
+favors standards compliance. New rich integration tier constructs like LDAP 
+Stored Procedures and Triggers are being built on top of existing standards.
+
+_Entirely_ written in Java means that the software compiles and runs on a huge 
+number of hardware and software platforms. Native installers are available for 
+Windows, MacOS and Solaris (both SPARC and intel platform), but in fact the  
+set of possible targets is by far more extensive.
+
+h3. Architectural overview
+
+!images/50k-ft-architecture.png!
+ 
+...
+

Modified: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/introduction.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/introduction.confluence?rev=1172832&r1=1172831&r2=1172832&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/introduction.confluence (original)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/introduction.confluence Mon Sep 19 21:17:48 2011
@@ -1,7 +1,7 @@
 h1. Introduction
 
 h2. About this guide
-Getting started. Learn how to download and install ApacheDS 1.5 on different 
+Getting started. Learn how to download and install ApacheDS 2.0 on different 
 platforms, connect to it with various clients (graphical tools among others), 
 manipulate the data within your directory and integrate ApacheDS with other 
 software. The same sample data, provided as a download, is used through the 

Modified: directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/preface.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/preface.confluence?rev=1172832&r1=1172831&r2=1172832&view=diff
==============================================================================
--- directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/preface.confluence (original)
+++ directory/documentation/apacheds-manuals/trunk/src/basic-user-guide-confluence/preface.confluence Mon Sep 19 21:17:48 2011
@@ -24,7 +24,7 @@ under the License.
 
 
 {note:title=Work in progress}
-Unfortunately the Basic User's Guide for ApacheDS 1.5 is not finished yet. We have started to move and revise the content, things you find here are work in progress but should be valid for ApacheDS 1.5.5. In the meantime you can have a look at the [ApacheDS 1.0 Basic User's Guide|http://directory.apache.org/apacheds/1.0/apacheds-v10-basic-users-guide.html], which is currently more complete.
+Unfortunately the Basic User's Guide for ApacheDS 2.0 is not finished yet.
 {note}