Pārlūkot izejas kodu

Merge pull request #2172 from g-pan/master

Revised Version XML files (cherry picked from master)

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 gadi atpakaļ
vecāks
revīzija
17ad25aaa8

+ 19 - 0
docs/BuildTools/fo.xsl

@@ -336,6 +336,25 @@
        </fo:inline>
 </xsl:template>
 
+<!--Special-TABLE-Striping-TEMPLATE-->
+<xsl:template name="table.row.properties">
+  <xsl:variable name="tabstyle">
+    <xsl:call-template name="tabstyle"/>
+  </xsl:variable>
+    <xsl:variable name="rownum">
+    <xsl:number from="tgroup" count="row"/>
+  </xsl:variable>
+  <xsl:choose>
+    <xsl:when test="$tabstyle = 'striped'">
+      <xsl:if test="$rownum mod 2 = 0">
+        <xsl:attribute name="background-color">#939598</xsl:attribute>
+      </xsl:if>
+    <xsl:if test="$rownum mod 2 != 0">
+      <xsl:attribute name="background-color">#bcbec0</xsl:attribute>
+    </xsl:if>
+   </xsl:when>
+ </xsl:choose>
+</xsl:template>
 
 </xsl:stylesheet>
 

+ 2 - 1
docs/Installing_and_RunningTheHPCCPlatform/Installing_and_RunningTheHPCCPlatform.xml

@@ -853,7 +853,7 @@
               </listitem>
             </orderedlist></para>
 
-          <para><?hard-pagebreak ?></para>
+          <para></para>
         </sect3>
 
         <sect3 role="brk">
@@ -1039,6 +1039,7 @@
                 </figure>
               </listitem>
 
+
               <listitem>
                 <para>Open a new <emphasis role="bold">Builder
                 Window</emphasis> (CTRL+N) and write the following

+ 9 - 10
docs/common/Version.xml

@@ -18,10 +18,12 @@
   <section>
     <title>Version Section</title>
 
-    <para id="bpara">This document contains absolutely no actual content,
-    information, or other interesting material. In fact it is only here to
-    serve one purpose and that is to store the chapterinfo in the blue box
-    above that is being used by several other documents.</para>
+    <para id="bpara">This document contains no actual content, information, 
+    or other interesting material. In fact it is only here to
+    serve one purpose and that is to store the chapterinfo the above sections
+    that are being used by several other documents.</para>
+
+    <para id="CHMVer">2012 Version 3.x</para>
 
     <para>The following line is the code to be put into the document you wish
     to include the above version info in:</para>
@@ -33,12 +35,9 @@
     <para>DateVer is the <emphasis role="bold">id</emphasis> we provided to be
     able to reference it.</para>
 
-    <para>All content herein is but a placeholder to maintain a valid document
-    that we can use it's bookinfo/date element for our other purposes.</para>
-
-    <para>Think of this document like a government bureaucracy, a whole lot of
-    overhead to do essentially nothing!</para>
-
+    <para>All content herein is but a placeholder to maintain a valid document structure
+    that we can use bookinfo/date and other elements for other purposes.</para>
+    
     <para>☺</para>
   </section>
 </chapter>

+ 11 - 13
docs/common/Version.xml.in

@@ -1,9 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
 <chapter>
   <chapterinfo>
-    <date id="DateVer">February 2012 Version ${DOC_VERSION}</date>
+    <date id="DateVer">2012 Version ${DOC_VERSION}</date>
 
     <releaseinfo id="FooterInfo">© 2012 HPCC Systems. All rights
     reserved</releaseinfo>
@@ -18,10 +18,12 @@
   <section>
     <title>Version Section</title>
 
-    <para id="bpara">This document contains absolutely no actual content,
-    information, or other interesting material. In fact it is only here to
-    serve one purpose and that is to store the chapterinfo in the blue box
-    above that is being used by several other documents.</para>
+    <para id="bpara">This document contains no actual content, information, 
+    or other interesting material. In fact it is only here to
+    serve one purpose and that is to store the chapterinfo the above sections
+    that are being used by several other documents.</para>
+
+    <para id="CHMVer">2012 Version ${DOC_VERSION}</para>
 
     <para>The following line is the code to be put into the document you wish
     to include the above version info in:</para>
@@ -33,12 +35,8 @@
     <para>DateVer is the <emphasis role="bold">id</emphasis> we provided to be
     able to reference it.</para>
 
-    <para>All content herein is but a placeholder to maintain a valid document
-    that we can use it's bookinfo/date element for our other purposes.</para>
-
-    <para>Think of this document like a government bureaucracy, a whole lot of
-    overhead to do essentially nothing!</para>
-
-    <para>☺</para>
+    <para>All content herein is but a placeholder to maintain a valid document structure
+    that we can use bookinfo/date and other elements for other purposes.</para>
+    
   </section>
 </chapter>