From 588dc98dc93f328f0dad4f5b39efe1387b37d523 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 13 Jan 2016 10:32:17 +0000
Subject: [PATCH] OPENDJ-2587 Fix links on community project site
---
opendj-sdk/src/site/xdoc/docs.xml | 33 ++++++++++++++++++++++++++++++---
opendj-sdk/src/site/site.xml | 7 ++++---
opendj-sdk/src/site/xdoc/news.xml | 6 +++---
3 files changed, 37 insertions(+), 9 deletions(-)
diff --git a/opendj-sdk/src/site/site.xml b/opendj-sdk/src/site/site.xml
index 3c2c291..73e8699 100644
--- a/opendj-sdk/src/site/site.xml
+++ b/opendj-sdk/src/site/site.xml
@@ -21,7 +21,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2011-2015 ForgeRock AS.
+ ! Copyright 2011-2016 ForgeRock AS.
!
-->
<project name="${project.name}"
@@ -79,8 +79,9 @@
</menu>
<menu name="Released Documentation" inherit="top">
- <item name="OpenDJ 2.6.0" href="http://docs.forgerock.org/en/opendj/2.6.0/" />
- <item name="OpenDJ 2.5.0-Xpress1" href="http://docs.forgerock.org/en/opendj/2.5.0-Xpress1/" />
+ <!--<item name="OpenDJ 3" href="https://backstage.forgerock.com/#!/docs/opendj/3" />-->
+ <item name="OpenDJ 2.6.0" href="https://backstage.forgerock.com/#!/docs/opendj/2.6.0" />
+ <item name="OpenDJ 2.5.0-Xpress1 (EOSL)" href="https://backstage.forgerock.com/#!/docs/opendj/2.5.0-Xpress1" />
</menu>
<menu name="OpenDJ Server Docs" inherit="top">
diff --git a/opendj-sdk/src/site/xdoc/docs.xml b/opendj-sdk/src/site/xdoc/docs.xml
index d89d398..9d19550 100644
--- a/opendj-sdk/src/site/xdoc/docs.xml
+++ b/opendj-sdk/src/site/xdoc/docs.xml
@@ -21,7 +21,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2011-2015 ForgeRock AS.
+ ! Copyright 2011-2016 ForgeRock AS.
!
-->
<document
@@ -37,8 +37,8 @@
<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>
+ href="https://backstage.forgerock.com/#!/docs/opendj"
+ >ForgeRock BackStage</a>.</p>
<dl>
<dt>Release Notes</dt>
<dd>
@@ -92,5 +92,32 @@
<dd><a href="./opendj-core/apidocs/index.html">HTML</a></dd>
</dl>
</section>
+
+ <section name="LDAP Toolkit 3">
+ <p>
+ A snapshot of the OpenDJ LDAP Toolkit 3 documentation
+ is available for reference.
+ This documentation corresponds to the 3.0.0 Maven release,
+ which is available through the ForgeRock Maven repository.
+ </p>
+
+ <p>
+ This documentation has been through the initial part of the review cycle,
+ but has not been through validation (QA) review.
+ </p>
+
+ <dl>
+ <dt>Release Notes</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/doc/bootstrap/sdk-release-notes/"
+ >HTML (with link to PDF inside)</a></dd>
+
+ <dt>SDK Developer Guide, with Tools Reference</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/doc/bootstrap/dev-guide/"
+ >HTML (with link to PDF inside)</a></dd>
+
+ <dt>Javadoc</dt>
+ <dd><a href="http://opendj.forgerock.org/opendj-ldap-toolkit/3.0.0/apidocs/">HTML</a></dd>
+ </dl>
+ </section>
</body>
</document>
diff --git a/opendj-sdk/src/site/xdoc/news.xml b/opendj-sdk/src/site/xdoc/news.xml
index e7e15f1..b4a4978 100644
--- a/opendj-sdk/src/site/xdoc/news.xml
+++ b/opendj-sdk/src/site/xdoc/news.xml
@@ -21,7 +21,7 @@
!
! CDDL HEADER END
!
- ! Copyright 2011-2015 ForgeRock AS.
+ ! Copyright 2011-2016 ForgeRock AS.
!
-->
<document
@@ -37,7 +37,7 @@
<p>July 04, 2013. OpenDJ 2.6.0 is now available! OpenDJ 2.6.0 is an important
release of ForgeRock's directory services product, with many key fixes and
new features. See the <a
- href="http://docs.forgerock.org/en/opendj/2.6.0/release-notes/">Release
+ href="https://backstage.forgerock.com/#!/docs/opendj/2.6.0/release-notes">Release
Notes</a> for more. You can get the binaries from the ForgeRock <a
href="https://download.forgerock.com/#/opendj">OpenDJ download page</a>.</p>
</section>
@@ -57,7 +57,7 @@
OpenDJ passwords, 30 additional new features and enhancements, and 150 bug
fixes. Get OpenDJ 2.5.0 Xpress from the ForgeRock
<a href="http://forgerock.org/opendj-archive.html">download page</a>. Be sure to
- read the <a href="http://docs.forgerock.org/en/opendj/2.5.0-Xpress1/release-notes/index.html"
+ read the <a href="https://backstage.forgerock.com/#!/docs/opendj/2.5.0-Xpress1/release-notes"
>Release Notes</a> for additional information.</p>
<p>February 27, 2012. OpenDJ 2.4.5 is now available. OpenDJ 2.4.5 is an
--
Gitblit v1.10.0