From commits-return-34887-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Sun Nov 4 08:08:40 2012 Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-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 CFF24D4EC for ; Sun, 4 Nov 2012 08:08:40 +0000 (UTC) Received: (qmail 59798 invoked by uid 500); 4 Nov 2012 08:08:40 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 59702 invoked by uid 500); 4 Nov 2012 08:08:39 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 59688 invoked by uid 99); 4 Nov 2012 08:08:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 08:08:38 +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; Sun, 04 Nov 2012 08:08:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DF5D62388A3D for ; Sun, 4 Nov 2012 08:08:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r837211 - in /websites/staging/directory/trunk/content: ./ apacheds/advanced-ug/ apacheds/advanced-ug/0-community.html apacheds/advanced-users-guide.html apacheds/developers-guide.html Date: Sun, 04 Nov 2012 08:08:16 -0000 To: commits@directory.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121104080816.DF5D62388A3D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sun Nov 4 08:08:16 2012 New Revision: 837211 Log: Staging update by buildbot for directory Added: websites/staging/directory/trunk/content/apacheds/advanced-ug/ websites/staging/directory/trunk/content/apacheds/advanced-ug/0-community.html Modified: websites/staging/directory/trunk/content/ (props changed) websites/staging/directory/trunk/content/apacheds/advanced-users-guide.html websites/staging/directory/trunk/content/apacheds/developers-guide.html Propchange: websites/staging/directory/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Nov 4 08:08:16 2012 @@ -1 +1 @@ -1405329 +1405512 Added: websites/staging/directory/trunk/content/apacheds/advanced-ug/0-community.html ============================================================================== --- websites/staging/directory/trunk/content/apacheds/advanced-ug/0-community.html (added) +++ websites/staging/directory/trunk/content/apacheds/advanced-ug/0-community.html Sun Nov 4 08:08:16 2012 @@ -0,0 +1,167 @@ + + + + + 0 - Community — Apache Directory + + + + + + +
+ +
+
+ + + +
+
+ + + + + +

0 - Community

+

This chapter explains how to work with the community around the project. The ASF is a community of volunteers, most of them working out of their working time to get the best possible software available to the users, for free.

+

As a community, we appreciate feedbacks, bug reports, even criticisms, but we valuate contributions as the best way to make this collaborative work a better software.

+

Table of content

+ + + + + + +
+
+
+ +
+ + \ No newline at end of file Modified: websites/staging/directory/trunk/content/apacheds/advanced-users-guide.html ============================================================================== --- websites/staging/directory/trunk/content/apacheds/advanced-users-guide.html (original) +++ websites/staging/directory/trunk/content/apacheds/advanced-users-guide.html Sun Nov 4 08:08:16 2012 @@ -106,8 +106,116 @@ -

Advanced User Guide

-

Blah...

+

ApacheDS 2.0 Advanced User Guide

+

This guide get you a deep further into ApacheDS 2.0. Once you have installed the server, and undestood how it works, this is the guide to read to get a complete understanding on what it offers, and how to use it at full steam.

+

Table of content

+ Modified: websites/staging/directory/trunk/content/apacheds/developers-guide.html ============================================================================== --- websites/staging/directory/trunk/content/apacheds/developers-guide.html (original) +++ websites/staging/directory/trunk/content/apacheds/developers-guide.html Sun Nov 4 08:08:16 2012 @@ -118,37 +118,6 @@
  • Use assert. It's usefull, especially instead of a bunch of if () then throw Exception* when controlling incoming parameters
  • Use the new Enum type !
  • -

    Project Internals

    -

    The following points describe the differents sub-elements of the server, from the developper point of view :

    -
      -
    • [ApacheDS Bootstrapping]
    • -
    • [ApacheDS Initialization]
    • -
    • [Apache DS SchemaManager]
    • -
    • [Interceptors|1.5 Interceptors] mechanism and operations
    • -
    • Information about [Mitosis], the ADS replication system.
    • -
    • [Referral Handling Changes]
    • -
    • [Schema Subsystem Redesign]
    • -
    • [ACIItem Extensions]
    • -
    • [Administrative Model Extensions]
    • -
    • [Account and Password Policy Management]
    • -
    • [Proposed RFCs]
    • -
    • [Quartz Schedular Integration]
    • -
    • [JNDI Bridge and Interceptor Chain Refactoring]
    • -
    • [Families of Entries]
    • -
    • [Logging Subsystem]
    • -
    • [Configuration in DIT (CiDIT)]
    • -
    • [Versioning and Snapshots]
    • -
    • [Delegation of Authentication]
    • -
    • [Core Integration Testing Framework]
    • -
    • [Xdbm Partition Design]
    • -
    • [SASL NTLM Support]
    • -
    • [Supported LDAP Controls, Extended Operations and Features]
    • -
    -

    Cookbooks

    -
      -
    • [Template|Cookbook Documentation Template]
    • -
    • [Example|Cookbook Documentation Example].
    • -