You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2012/10/07 00:45:28 UTC

svn commit: r1395184 - in /directory/documentation/ldap-api-manuals/trunk: ./ src/docbkx-stylesheet/html/ src/ldap-api-user-guide-confluence/ src/ldap-api-user-guide-confluence/images/ src/main/resources/css/

Author: seelmann
Date: Sat Oct  6 22:45:27 2012
New Revision: 1395184

URL: http://svn.apache.org/viewvc?rev=1395184&view=rev
Log:
* Use brown style for API
* Added header
* Fix resources path
* Fix book title

Added:
    directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/images/header-brown_20091029.png   (with props)
    directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/brown_20091029.css
Removed:
    directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/green_20091029.css
Modified:
    directory/documentation/ldap-api-manuals/trunk/pom.xml
    directory/documentation/ldap-api-manuals/trunk/src/docbkx-stylesheet/html/docbook.xsl
    directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/1-0-introduction.confluence

Modified: directory/documentation/ldap-api-manuals/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/documentation/ldap-api-manuals/trunk/pom.xml?rev=1395184&r1=1395183&r2=1395184&view=diff
==============================================================================
--- directory/documentation/ldap-api-manuals/trunk/pom.xml (original)
+++ directory/documentation/ldap-api-manuals/trunk/pom.xml Sat Oct  6 22:45:27 2012
@@ -28,7 +28,7 @@ under the License.
     <version>28</version>
   </parent>
 
-  <groupId>org.apache.directory.apacheds</groupId>
+  <groupId>org.apache.directory.shared</groupId>
   <artifactId>manuals</artifactId>
   <version>2.0.0-M4-SNAPSHOT</version>
   <packaging>pom</packaging>
@@ -135,7 +135,7 @@ under the License.
                         resource="org/eclipse/mylyn/wikitext/core/util/anttask/tasks.properties" />
                 <!-- convert single confluence wiki file to docbook -->
                 <wikitext-to-docbook markupLanguage="Confluence" doctype=""
-                  bookTitle="ApacheDS Basic User Guide v${project.version}">
+                  bookTitle="Apache LDAP API User's Guide v${project.version}">
                   <fileset dir="${project.build.directory}/generated-sources/ldap-api-user-guide-confluence">
                     <include name="book.confluence"/>
                   </fileset>
@@ -221,18 +221,18 @@ under the License.
               <imgSrcPath>${basedir}/src/ldap-api-user-guide-confluence/images/</imgSrcPath>
               <postProcess>
                 <!-- Copy the images -->
-                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/images">
+                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/book/images">
                   <fileset dir="${basedir}/src/ldap-api-user-guide-confluence/images" />
                 </copy>
-                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/images">
+                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/book/images">
                   <fileset dir="${project.build.directory}/docbook-xsl/docbook/images" />
                 </copy>
                 <!-- Copy the css -->
-                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html">
+                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/book">
                   <fileset dir="${basedir}/src/main/resources/css" />
                 </copy>
                 <!-- Copy the data -->
-                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/data">
+                <copy todir="${project.build.directory}/docbook/manuals/ldap-api-user-guide-confluence-${project.version}/html/book/data">
                   <fileset dir="${basedir}/src/ldap-api-user-guide-confluence/data" />
                 </copy>
               </postProcess>

Modified: directory/documentation/ldap-api-manuals/trunk/src/docbkx-stylesheet/html/docbook.xsl
URL: http://svn.apache.org/viewvc/directory/documentation/ldap-api-manuals/trunk/src/docbkx-stylesheet/html/docbook.xsl?rev=1395184&r1=1395183&r2=1395184&view=diff
==============================================================================
--- directory/documentation/ldap-api-manuals/trunk/src/docbkx-stylesheet/html/docbook.xsl (original)
+++ directory/documentation/ldap-api-manuals/trunk/src/docbkx-stylesheet/html/docbook.xsl Sat Oct  6 22:45:27 2012
@@ -54,7 +54,7 @@ under the License.
   <xsl:template
     name="user.head.content">
     <link rel="stylesheet" type="text/css" href="common_20091029.css" />
-    <link rel="stylesheet" type="text/css" href="green_20091029.css" />
+    <link rel="stylesheet" type="text/css" href="brown_20091029.css" />
     <link rel="shortcut icon" href="images/server-icon_16x16.png" />
   </xsl:template>
 

Modified: directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/1-0-introduction.confluence
URL: http://svn.apache.org/viewvc/directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/1-0-introduction.confluence?rev=1395184&r1=1395183&r2=1395184&view=diff
==============================================================================
--- directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/1-0-introduction.confluence (original)
+++ directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/1-0-introduction.confluence Sat Oct  6 22:45:27 2012
@@ -3,11 +3,11 @@ h1. Introduction
 h2. About this guide
 Getting started. Learn how to use Apache LDAP API 1.0 to connect to your
 favorite LDAP server. See how you can use this API to run tests in 
-conjonction with ApacheDS 2.0. 
+conjunction with ApacheDS 2.0. 
  
 h2. Audience
 This guide is primarily for people new to LDAP API, or people who want to
-migrate from JNDO to a new and powerful LDAP API. We do not expect users
+migrate from JNDI to a new and powerful LDAP API. We do not expect users
 to have a deep knowledge about LDAP, but this guide is not intended to be 
 a LDAP tutorial either.
   

Added: directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/images/header-brown_20091029.png
URL: http://svn.apache.org/viewvc/directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/images/header-brown_20091029.png?rev=1395184&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/documentation/ldap-api-manuals/trunk/src/ldap-api-user-guide-confluence/images/header-brown_20091029.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/brown_20091029.css
URL: http://svn.apache.org/viewvc/directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/brown_20091029.css?rev=1395184&view=auto
==============================================================================
--- directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/brown_20091029.css (added)
+++ directory/documentation/ldap-api-manuals/trunk/src/main/resources/css/brown_20091029.css Sat Oct  6 22:45:27 2012
@@ -0,0 +1,21 @@
+h1, h2, h3, h4, h5, h6 
+{
+	color: #77540C;
+}
+
+.navheader 
+{
+	background-image: url('images/header-brown_20091029.png');
+}
+
+.blogDate 
+{
+	color: #77540C;
+	background: url('images/news-brown.png') no-repeat;
+}
+
+a.blogHeading 
+{
+	color: #77540C;
+	background: url('images/post-brown.png') no-repeat;
+}