From 2e9e28262d9e5661ebe2d2c0976cdcd8b3832340 Mon Sep 17 00:00:00 2001
From: Gene Hirayama <gene.hirayama@forgerock.com>
Date: Thu, 12 Jun 2014 19:13:51 +0000
Subject: [PATCH] OPENDJ-1489/CR-3718: Update OpenDJ Docs for 2.1.2 Branding

---
 opends/src/main/docbkx/shared/mediaobject-fr-logo.xml          |   10 +++++
 opends/src/main/docbkx/install-guide/index.xml                 |   11 +++--
 opends/src/main/docbkx/shared/images/forgerock-opendj-logo.png |    0 
 opends/src/main/docbkx/admin-guide/index.xml                   |   13 ++++--
 opends/src/main/docbkx/shared/affiliation-fr.xml               |   17 ++++++++
 opends/src/main/docbkx/release-notes/index.xml                 |   11 +++--
 6 files changed, 49 insertions(+), 13 deletions(-)

diff --git a/opends/src/main/docbkx/admin-guide/index.xml b/opends/src/main/docbkx/admin-guide/index.xml
index c42b810..25729c7 100644
--- a/opends/src/main/docbkx/admin-guide/index.xml
+++ b/opends/src/main/docbkx/admin-guide/index.xml
@@ -31,7 +31,9 @@
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <info>
-  <title>OpenDJ <?eval ${docTargetVersion}?> Administration Guide</title>
+  <xinclude:include href="../shared/mediaobject-fr-logo.xml" />
+  <title>OpenDJ Administration Guide</title>
+  <subtitle>Version ${docTargetVersion}</subtitle>
   <abstract>
    <para>Hands-on guide to configuring and using OpenDJ features. The OpenDJ
    project offers open source LDAP directory services in Java.</para>
@@ -42,16 +44,17 @@
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark</firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
    </author>
    <author>
-    <personname><firstname>Nemanja</firstname><surname>Lukić</surname></personname>
+    <personname><firstname>Nemanja </firstname><surname>Lukić</surname></personname>
    </author>
    <author>
-    <personname><firstname>Ludovic</firstname><surname>Poitou</surname></personname>
+    <personname><firstname>Ludovic </firstname><surname>Poitou</surname></personname>
    </author>
    <author>
-    <personname><firstname>Chris</firstname><surname>Ridd</surname></personname>
+    <personname><firstname>Chris </firstname><surname>Ridd</surname></personname>
+    <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>
   <xinclude:include href='../legal.xml' />
diff --git a/opends/src/main/docbkx/install-guide/index.xml b/opends/src/main/docbkx/install-guide/index.xml
index 608cc2f..637aa63 100644
--- a/opends/src/main/docbkx/install-guide/index.xml
+++ b/opends/src/main/docbkx/install-guide/index.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2014 ForgeRock AS
   !    
 -->
 <book xml:id='install-guide'
@@ -30,18 +30,21 @@
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <info>
-  <title>OpenDJ <?eval ${docTargetVersion}?> Installation Guide</title>
+  <xinclude:include href="../shared/mediaobject-fr-logo.xml" />
+  <title>OpenDJ Installation Guide</title>
+  <subtitle>Version ${docTargetVersion}</subtitle>
   <abstract>
    <para>This guide shows you how to install OpenDJ directory services. The
    OpenDJ project offers open source LDAP directory services in Java.</para>
   </abstract>
   <copyright>
-   <year>2011-2013</year>
+   <year>2011-2014</year>
    <holder>ForgeRock AS</holder>
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark</firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+    <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>
   <xinclude:include href='../legal.xml' />
diff --git a/opends/src/main/docbkx/release-notes/index.xml b/opends/src/main/docbkx/release-notes/index.xml
index 10efe89..2f8b2bb 100644
--- a/opends/src/main/docbkx/release-notes/index.xml
+++ b/opends/src/main/docbkx/release-notes/index.xml
@@ -20,7 +20,7 @@
   !
   ! CCPL HEADER END
   !
-  !      Copyright 2011-2013 ForgeRock AS
+  !      Copyright 2011-2014 ForgeRock AS
   !    
 -->
 <book xml:id='release-notes'
@@ -30,19 +30,22 @@
  xmlns:xlink='http://www.w3.org/1999/xlink'
  xmlns:xinclude='http://www.w3.org/2001/XInclude'>
  <info>
-  <title>OpenDJ <?eval ${docTargetVersion}?> Release Notes</title>
+  <xinclude:include href="../shared/mediaobject-fr-logo.xml" />
+  <title>OpenDJ Release Notes</title>
+  <subtitle>Version ${docTargetVersion}</subtitle>
   <abstract>
    <para>Notes covering OpenDJ hardware &amp; software requirements, fixes,
    known issues. The OpenDJ project offers open source LDAP directory services
    in Java.</para>
   </abstract>
   <copyright>
-   <year>2011-2013</year>
+   <year>2011-2014</year>
    <holder>ForgeRock AS</holder>
   </copyright>
   <authorgroup>
    <author>
-    <personname><firstname>Mark</firstname><surname>Craig</surname></personname>
+    <personname><firstname>Mark </firstname><surname>Craig</surname></personname>
+    <xinclude:include href="../shared/affiliation-fr.xml"/>
    </author>
   </authorgroup>
   <xinclude:include href='../legal.xml' />
diff --git a/opends/src/main/docbkx/shared/affiliation-fr.xml b/opends/src/main/docbkx/shared/affiliation-fr.xml
new file mode 100644
index 0000000..a3864e6
--- /dev/null
+++ b/opends/src/main/docbkx/shared/affiliation-fr.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<affiliation xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
+             xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+             xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
+             xmlns:xlink='http://www.w3.org/1999/xlink'
+             xmlns:xinclude='http://www.w3.org/2001/XInclude'>
+
+   <orgname>ForgeRock AS</orgname>
+   <address>
+    <street>33 New Montgomery St.</street>
+    <otheraddr>Suite 1500</otheraddr>
+    <city>San Francisco</city>, <state>CA</state> <postcode>94105</postcode>
+    <country>USA</country>
+    <phone>+1 415-523-0772</phone>
+    <uri>www.forgerock.com</uri>
+   </address>
+</affiliation>
\ No newline at end of file
diff --git a/opends/src/main/docbkx/shared/images/forgerock-opendj-logo.png b/opends/src/main/docbkx/shared/images/forgerock-opendj-logo.png
new file mode 100644
index 0000000..ee4aaf8
--- /dev/null
+++ b/opends/src/main/docbkx/shared/images/forgerock-opendj-logo.png
Binary files differ
diff --git a/opends/src/main/docbkx/shared/mediaobject-fr-logo.xml b/opends/src/main/docbkx/shared/mediaobject-fr-logo.xml
new file mode 100644
index 0000000..f455105
--- /dev/null
+++ b/opends/src/main/docbkx/shared/mediaobject-fr-logo.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mediaobject xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
+             xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+             xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
+             xmlns:xlink='http://www.w3.org/1999/xlink'
+             xmlns:xinclude='http://www.w3.org/2001/XInclude'>
+ <imageobject>
+  <imagedata fileref="images/forgerock-opendj-logo.png" role="top"/>
+ </imageobject>
+</mediaobject>

--
Gitblit v1.10.0