5394N/A<?xml version="1.0" encoding="UTF-8"?>
5394N/A<!--
5394N/A ! CCPL HEADER START
5394N/A !
5394N/A ! This work is licensed under the Creative Commons
5394N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
5394N/A ! To view a copy of this license, visit
5394N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
5394N/A ! or send a letter to Creative Commons, 444 Castro Street,
5394N/A ! Suite 900, Mountain View, California, 94041, USA.
5394N/A !
5394N/A ! You can also obtain a copy of the license at
5394N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
5394N/A ! See the License for the specific language governing permissions
5394N/A ! and limitations under the License.
5394N/A !
5394N/A ! If applicable, add the following below this CCPL HEADER, with the fields
5394N/A ! enclosed by brackets "[]" replaced with your own identifying information:
5394N/A ! Portions Copyright [yyyy] [name of copyright owner]
5394N/A !
5394N/A ! CCPL HEADER END
5394N/A !
5801N/A ! Copyright 2011-2012 ForgeRock AS
5394N/A !
5394N/A-->
5394N/A<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5394N/A xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
5394N/A <properties>
5394N/A <title>About OpenDJ Directory Server</title>
5394N/A <author email="opendj-dev@forgerock.org">ForgeRock AS</author>
5394N/A </properties>
5394N/A <body>
5394N/A <section name="About OpenDJ Directory Server">
5394N/A <p>
5394N/A OpenDJ is an LDAPv3 compliant directory service, developed for the Java
5394N/A platform, providing a high performance, highly available, and secure
5394N/A store for the identities managed by your organization. Its easy
5394N/A installation process, combined with the power of the Java platform makes
5394N/A OpenDJ the simplest, fastest directory to deploy and manage.
5394N/A </p>
5394N/A </section>
5394N/A <section name="Get the OpenDJ Directory Server">
5394N/A <p>
5394N/A You can obtain the OpenDJ Directory Server using any of the following
5394N/A methods:
5394N/A </p>
5394N/A <subsection name="Download">
5394N/A <p>
5394N/A By far the simplest method is to download it directly from the
5394N/A ForgeRock Maven
5394N/A <a
5394N/A href="http://maven.forgerock.org/repo/snapshots/org/forgerock/opendj/opendj-server/2.5.0-SNAPSHOT">repository</a>
5394N/A or from the ForgeRock
5394N/A <a href="http://www.forgerock.com/downloads-opendj.html">download</a>
5394N/A page.
5394N/A </p>
5394N/A </subsection>
5394N/A <subsection name="Build">
5394N/A <p>
5394N/A For the DIY enthusiasts you can build it yourself by checking out the
5394N/A latest code using
5394N/A <a href="source-repository.html">Subversion</a>
5394N/A and building it with Ant or Maven 3.
5394N/A </p>
5394N/A </subsection>
5394N/A </section>
5394N/A <section name="Getting started">
5394N/A <p>
5394N/A Once you have obtained a copy of the OpenDJ Directory Server, read the
5801N/A <a href="/doc/install-guide/index.html">Installation Guide</a>
5394N/A for further instructions.
5394N/A </p>
5394N/A </section>
5394N/A </body>
5394N/A</document>