mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
28.22.2014 af33daad4e2bab5dc91f0c32773d3dc50ad2e6d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ! CCPL HEADER START
  !
  ! This work is licensed under the Creative Commons
  ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
  ! To view a copy of this license, visit
  ! http://creativecommons.org/licenses/by-nc-nd/3.0/
  ! or send a letter to Creative Commons, 444 Castro Street,
  ! Suite 900, Mountain View, California, 94041, USA.
  !
  ! You can also obtain a copy of the license at
  ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
  ! See the License for the specific language governing permissions
  ! and limitations under the License.
  !
  ! If applicable, add the following below this CCPL HEADER, with the fields
  ! enclosed by brackets "[]" replaced with your own identifying information:
  !      Portions Copyright [yyyy] [name of copyright owner]
  !
  ! CCPL HEADER END
  !
  !      Copyright 2011-2014 ForgeRock AS
  !    
-->
<document
 xmlns="http://maven.apache.org/XDOC/2.0"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 <properties>
  <title>OpenDJ Core User Documentation</title>
  <author email="opendj-dev@forgerock.org">ForgeRock AS</author>
 </properties>
 <body>
  <section name="Core Documentation">
   <p>This core documentation is <strong>in progress</strong> as part of
   the OpenDJ project.</p>
   <p>For completed, released documentation, see <a
   href="http://docs.forgerock.org/en/opendj/"
   >docs.forgerock.org</a>.</p>
   <dl>
    <dt>Release Notes</dt>
    <dd><a href="./opendj-server/doc/OpenDJ-Release-Notes.epub">EPUB</a>,
    <a href="./opendj-server/doc/release-notes/index.html">HTML (single page)</a>,
    <a href="./opendj-server/doc/release-notes/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./opendj-server/doc/OpenDJ-Release-Notes.pdf">PDF</a>,
    <a href="./opendj-server/doc/OpenDJ-Release-Notes.rtf">RTF</a></dd>
 
    <dt>Installation Guide</dt>
    <dd><a href="./opendj-server/doc/OpenDJ-Install-Guide.epub">EPUB</a>,
    <a href="./opendj-server/doc/install-guide/index.html">HTML (single page)</a>,
    <a href="./opendj-server/doc/install-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./opendj-server/doc/OpenDJ-Install-Guide.pdf">PDF</a>,
    <a href="./opendj-server/doc/OpenDJ-Install-Guide.rtf">RTF</a></dd>
 
    <dt>Administration Guide</dt>
    <dd><a href="./opendj-server/doc/OpenDJ-Admin-Guide.epub">EPUB</a>,
    <a href="./opendj-server/doc/admin-guide/index.html">HTML (single page)</a>,
    <a href="./opendj-server/doc/admin-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./opendj-server/doc/OpenDJ-Admin-Guide.pdf">PDF</a>,
    <a href="./opendj-server/doc/OpenDJ-Admin-Guide.rtf">RTF</a></dd>
 
    <dt>Developer Guide</dt>
    <dd><a href="./doc/OpenDJ-Dev-Guide.epub">EPUB</a>,
    <a href="./doc/dev-guide/index.html">HTML (single page)</a>,
    <a href="./doc/dev-guide/index/index.html">HTML (1 page/chapter)</a>,
    <a href="./doc/OpenDJ-Dev-Guide.pdf">PDF</a>,
    <a href="./doc/OpenDJ-Dev-Guide.rtf">RTF</a></dd>
 
    <dt>Configuration Reference</dt>
    <dd><a href="./opendj-server/configref/index.html">HTML</a></dd>
    
    <dt>Server Plugin API Specification</dt>
    <dd><a href="./opendj-server/javadoc/index.html">HTML</a></dd>
    
    <dt>LDAP Client API Specification</dt>
    <dd><a href="./opendj-core/apidocs/index.html">HTML</a></dd>
   </dl>
  </section>
 </body>
</document>