← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 439: Minor fixes to the PDF documentation guide

 

------------------------------------------------------------
revno: 439
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2012-01-20 10:30:36 +0200
message:
  Minor fixes to the PDF documentation guide
modified:
  pom.xml
  src/docbkx/en/dhis2_documentation_guide.xml
  src/docbkx/en/resources/xsl/fop-cust.xsl


--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs

Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml'
--- pom.xml	2012-01-20 05:00:43 +0000
+++ pom.xml	2012-01-20 08:30:36 +0000
@@ -306,10 +306,10 @@
               <foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization>
               <doubleSided>1</doubleSided>
 			  <paperType>A4</paperType>
-              <includes>dhis2_documentation_guide.xml</includes>
+              <includes>dhis2_documentation_guide_book.xml</includes>
               <sourceDirectory>${docbook.source}/en/</sourceDirectory>
               <postProcess>
-                <copy file="target/docbkx/pdf/dhis2_documentation_guide.pdf" todir="${docbook.target}/en/implementer" />
+                <copy file="target/docbkx/pdf/dhis2_documentation_guide_book.pdf" tofile="${docbook.target}/en/implementer/dhis2_documentation_guide.pdf" />
               </postProcess>
             </configuration>
           </execution>

=== modified file 'src/docbkx/en/dhis2_documentation_guide.xml'
--- src/docbkx/en/dhis2_documentation_guide.xml	2011-09-17 07:10:24 +0000
+++ src/docbkx/en/dhis2_documentation_guide.xml	2012-01-20 08:30:36 +0000
@@ -1,45 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!-- This document was created with Syntext Serna Free. --><!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; []>
 <chapter id="doc_guide_chapter">
-  <chapterinfo>
-    <title>DHIS 2 Documentation Guide</title>
-    <author>
-      <firstname>Jason</firstname>
-      <surname>Pickering</surname>
-      <affiliation>
-        <orgname/>
-      </affiliation>
-    </author>
-    <pubdate>14/09/09</pubdate>
-    <keywordset>
-      <keyword>DHIS2</keyword>
-      <keyword>documentation</keyword>
-      <keyword>DocBook</keyword>
-    </keywordset>
-    <revhistory>
-      <revision>
-        <revnumber>1</revnumber>
-        <date>29/09/09</date>
-        <revdescription>
-          <para>Added more information on getting started with bzr and DocBook</para>
-        </revdescription>
-      </revision>
-      <revision>
-        <revnumber>2</revnumber>
-        <date>28/10/09</date>
-        <revdescription>
-          <para> Added some more information on multilingual documents and editors.</para>
-        </revdescription>
-      </revision>
-      <revision>
-        <revnumber>3</revnumber>
-        <date>17/02/11</date>
-        <revdescription>
-          <para>Edited the parts on getting and   committing code with bazaar from using branch and push to checkout and commit.</para>
-        </revdescription>
-      </revision>
-    </revhistory>
-  </chapterinfo>
   <title>DHIS2 Documentation Guide</title>
   <section id="docs_1">
     <title>DHIS 2 Documentation System Overview</title>

=== modified file 'src/docbkx/en/resources/xsl/fop-cust.xsl'
--- src/docbkx/en/resources/xsl/fop-cust.xsl	2012-01-20 06:52:44 +0000
+++ src/docbkx/en/resources/xsl/fop-cust.xsl	2012-01-20 08:30:36 +0000
@@ -607,9 +607,10 @@
         <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
         <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
         <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
-    </xsl:attribute-set>    
-
-
+    </xsl:attribute-set>
+
+    <!--Turn off all revhistory information from the title page -->
+    <xsl:template match="revhistory" mode="titlepage.mode"/>
 
 <!--###################################################
                       Formal paras
@@ -745,7 +746,8 @@
 	  <xsl:attribute name="space-before.minimum">0.2em</xsl:attribute>
 	  <xsl:attribute name="space-before.maximum">0.8em</xsl:attribute>
 	</xsl:attribute-set>
-    
+
+
 <!--###################################################
               colored and hyphenated links 
     ###################################################  -->