← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 133: Re-organization vietnam document BUILD

 

------------------------------------------------------------
revno: 133
committer: Dao Van Sam <Dao Van Sam@sambaby83>
branch nick: dhis2-docbook-docs
timestamp: Fri 2010-03-12 15:44:31 +0700
message:
  Re-organization vietnam document BUILD
modified:
  pom.xml
  src/docbkx/vn/dhis2_user_manual_vn.xml


--
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	2010-03-11 07:03:05 +0000
+++ pom.xml	2010-03-12 08:44:31 +0000
@@ -136,124 +136,8 @@
           </dependency>
         </dependencies>
       </plugin>
-	  
-	  <!-- Vietnamese Document -->
-	   <plugin>
-        <groupId>com.agilejava.docbkx</groupId>
-        <artifactId>docbkx-maven-plugin</artifactId>
-        <version>2.0.10-SNAPSHOT</version> 
-        <configuration>
-          <includes>dhis2_user_manual_vn.xml</includes>
-          <sourceDirectory>${docbook.source}/vn/</sourceDirectory>
-          <xincludeSupported>true</xincludeSupported>
-        </configuration>
-        <executions>
-          <execution>
-            <id>chunked-html-docs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-html</goal>
-            </goals>
-            <configuration>
-              <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet>
-              <glossaryCollection>resources/glossary_vn.xml</glossaryCollection>
-              <sectionAutolabel>1</sectionAutolabel>
-              <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel>
-              <chunkedOutput>true</chunkedOutput>
-              <postProcess>
-                <copy todir="${docbook.target}/vn/">
-                  <fileset dir="target/docbkx/">
-                    <include name="**/*.html"/>
-                  </fileset>
-                </copy>
-                <copy todir="${docbook.target}/vn/html/resources/images">
-                  <fileset dir="src/docbkx/vn/resources/images">
-                    <include name="**/*.png"/>
-                    <include name="**/*.gif"/>
-                    <include name="**/*.jpg"/>
-                  </fileset>
-                </copy>
-                <copy todir="${docbook.target}/vn/html/resources/css">
-                  <fileset dir="src/docbkx/vn/resources/css">
-                    <include name="**/*.css"/>
-                  </fileset>
-                </copy>
-                <!-- delete the file to force the regeneration in the next phase -->
-                <delete file="target/docbkx/html/dhis2_user_manual_vn.html"/>
-              </postProcess>
-            </configuration>
-          </execution>
-          <execution>
-            <id>html-docs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-html</goal>
-            </goals>
-            <configuration>
-              <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet>
-              <glossaryCollection>resources/glossary_vn.xml</glossaryCollection>
-              <sectionAutolabel>1</sectionAutolabel>
-              <sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel>
-              <chunkedOutput>false</chunkedOutput>
-              <postProcess>
-                <move file="target/docbkx/html/dhis2_user_manual_vn.html" tofile="target/docbkx/html/dhis2_user_manual_full.html"/>
-                <copy todir="${docbook.target}/vn/">
-                  <fileset dir="target/docbkx/">
-                    <include name="**/dhis2_user_manual_full.html"/>
-                  </fileset>
-                </copy>
-              </postProcess>
-            </configuration>
-          </execution>
-          <execution>
-            <id>pdf-docs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-pdf</goal>
-            </goals>
-            <configuration>
-              <argLine>-Xmx1024m</argLine>
-              <foCustomization>${docbook.source}/vn/resources/xsl/fop-cust.xsl</foCustomization>
-              <doubleSided>1</doubleSided>
-              <includes>*.xml</includes>
-              <sourceDirectory>${docbook.source}/vn/</sourceDirectory>
-              <postProcess>
-                <copy todir="target/site/vn">
-                  <fileset dir="target/docbkx/">
-                    <include name="**/*.pdf"/>
-                  </fileset>
-                </copy>
-              </postProcess>
-            </configuration>
-          </execution>
-          <execution>
-            <id>xhtml-docs</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-xhtml</goal>
-            </goals>
-            <configuration>
-			<xhtmlCustomization>${docbook.source}/vn/resources/xsl/html-inline-help.xsl</xhtmlCustomization>
-              <postProcess>
-                <move file="target/docbkx/xhtml/dhis2_user_manual_vn.xhtml" tofile="target/docbkx/xhtml/dhis2_user_manual_full.xhtml"/>
-                <copy todir="${docbook.target}/vn/">
-                  <fileset dir="target/docbkx/">
-                    <include name="**/dhis2_user_manual_full.xhtml"/>
-                  </fileset>
-                </copy>
-              </postProcess>
-            </configuration>
-          </execution>
-        </executions>
-        <dependencies>
-          <dependency>
-            <groupId>org.docbook</groupId>
-            <artifactId>docbook-xml</artifactId>
-            <version>4.4</version>
-            <scope>runtime</scope>
-          </dependency>
-        </dependencies>
-      </plugin>
+	 <plugin>
+
     </plugins>
   </build>
 </project>

=== modified file 'src/docbkx/vn/dhis2_user_manual_vn.xml'
--- src/docbkx/vn/dhis2_user_manual_vn.xml	2010-03-11 07:03:05 +0000
+++ src/docbkx/vn/dhis2_user_manual_vn.xml	2010-03-12 08:44:31 +0000
@@ -17,14 +17,8 @@
       </formalpara>
     </legalnotice>
   </bookinfo>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dhis2_user_man_excel_reports.xml" encoding="UTF-8"/>
-  <appendix>
-    <title> DHIS Documentation Guide</title>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dhis2_documentation_guide.xml" encoding="UTF-8" xpointer="docs_1"/>
-    </appendix>
-  <appendix>
-    <title> DHIS Technical Architecture Guide</title>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="dhis2_technical_architechture_guide.xml" encoding="UTF-8" xpointer="arch_1"/>
-   </appendix>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="tailieuhuongdan_cantho_vn.xml" encoding="UTF-8"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="tailieuhuongdan_hcm_vn.xml" encoding="UTF-8"/>
+  
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"; href="resources/glossary/glossary_vn.xml" encoding="UTF-8"/>
 </book>