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

Mark Craig
25.56.2011 215f8def3dc6672c2b2aaa104f65b76a82d4e6fb
Add abstracts, used in HTML head <meta name="description" content="content of the abstract" />.
Chunked pages would still require individual <info><abstract><para>content of the abstract</para></abstract></info> for each chapter|appendix|refentry, etc.
6 files modified
19 ■■■■■ changed files
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl 1 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl 1 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/admin-guide/OpenDJ-Admin-Guide.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/dev-guide/OpenDJ-Dev-Guide.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/install-guide/OpenDJ-Install-Guide.xml 4 ●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx/release-notes/OpenDJ-Release-Notes.xml 5 ●●●●● patch | view | raw | blame | history
opendj3/src/main/docbkx-stylesheets/html/chunked.xsl
@@ -54,4 +54,5 @@
  set       toc,title
 </xsl:param>
 <xsl:param name="toc.section.depth" select="0" />
 <xsl:param name="generate.meta.abstract" select="1" />
</xsl:stylesheet>
opendj3/src/main/docbkx-stylesheets/html/coredoc.xsl
@@ -51,4 +51,5 @@
  set       toc,title
 </xsl:param>
 <xsl:param name="toc.section.depth" select="0" />
 <xsl:param name="generate.meta.abstract" select="1" />
</xsl:stylesheet>
opendj3/src/main/docbkx/admin-guide/OpenDJ-Admin-Guide.xml
@@ -31,6 +31,10 @@
 xmlns:xinclude='http://www.w3.org/2001/XInclude'>
 <info>
  <title>OpenDJ <?eval ${project.version}?> Administration Guide</title>
  <abstract>
   <para>Hands-on guide to configuring and using OpenDJ features. The OpenDJ
   project offers open source LDAP directory services in Java.</para>
  </abstract>
  <copyright>
   <year>2011</year>
   <holder>ForgeRock AS</holder>
opendj3/src/main/docbkx/dev-guide/OpenDJ-Dev-Guide.xml
@@ -31,6 +31,10 @@
 xmlns:xinclude='http://www.w3.org/2001/XInclude'>
 <info>
  <title>OpenDJ <?eval ${project.version}?> SDK Developer's Guide</title>
  <abstract>
   <para>Hands-on guide to developing applications with the OpenDJ SDK. The
   OpenDJ project offers open source LDAP directory services in Java.</para>
  </abstract>
  <copyright>
   <year>2011</year>
   <holder>ForgeRock AS</holder>
opendj3/src/main/docbkx/install-guide/OpenDJ-Install-Guide.xml
@@ -31,6 +31,10 @@
 xmlns:xinclude='http://www.w3.org/2001/XInclude'>
 <info>
  <title>OpenDJ <?eval ${project.version}?> Installation Guide</title>
  <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</year>
   <holder>ForgeRock AS</holder>
opendj3/src/main/docbkx/release-notes/OpenDJ-Release-Notes.xml
@@ -31,6 +31,11 @@
 xmlns:xinclude='http://www.w3.org/2001/XInclude'>
 <info>
  <title>OpenDJ <?eval ${project.version}?> Release Notes</title>
  <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</year>
   <holder>ForgeRock AS</holder>