You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/09/03 10:01:51 UTC

svn commit: r810801 - in /ofbiz/trunk/applications: accounting/data/helpdata/HELP_ACCOUNTING.xml accounting/documents/Accounting.xml commonext/documents/ApacheOfbiz.xml

Author: hansbak
Date: Thu Sep  3 08:01:51 2009
New Revision: 810801

URL: http://svn.apache.org/viewvc?rev=810801&view=rev
Log:
update docbook data files for V5.0 

Modified:
    ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING.xml
    ofbiz/trunk/applications/accounting/documents/Accounting.xml
    ofbiz/trunk/applications/commonext/documents/ApacheOfbiz.xml

Modified: ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING.xml?rev=810801&r1=810800&r2=810801&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING.xml (original)
+++ ofbiz/trunk/applications/accounting/data/helpdata/HELP_ACCOUNTING.xml Thu Sep  3 08:01:51 2009
@@ -17,11 +17,15 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns="http://docbook.org/ns/docbook"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd">
-    <para>
-          The help screen text
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	version="5.0" 
+	xmlns:xl="http://www.w3.org/1999/xlink" 
+	xmlns:xi="http://www.w3.org/2001/XInclude"
+	xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
+	xmlns="http://docbook.org/ns/docbook">
+	<title>The help screen paragraph</title>
+	<para>
+		The help screen text for more information please see the <link xl:href="http://docs.ofbiz.org">OFBiz documentation site</link>
     </para>
 </section>
 

Modified: ofbiz/trunk/applications/accounting/documents/Accounting.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/documents/Accounting.xml?rev=810801&r1=810800&r2=810801&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/documents/Accounting.xml (original)
+++ ofbiz/trunk/applications/accounting/documents/Accounting.xml Thu Sep  3 08:01:51 2009
@@ -18,15 +18,15 @@
     under the License.
 -->
 <chapter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
- xmlns="http://docbook.org/ns/docbook">
-    <title>The Accounting Component</title>
-    <section>
-        <title>Introduction</title>
-        <para>
-            and a introduction paragraph in Accounting
+	version="5.0" xmlns:xl="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"
+	xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
+	xmlns="http://docbook.org/ns/docbook">
+	<title>The Accounting Component Section</title>
+	<section>
+		<title>Introduction Paragraph</title>
+		<para>
+			and a introduction paragraph in Accounting
         </para>
-    </section>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-        href="../data/helpdata/HELP_ACCOUNTING.xml"/>
+	</section>
+	<xi:include href="../data/helpdata/HELP_ACCOUNTING.xml" />
 </chapter>

Modified: ofbiz/trunk/applications/commonext/documents/ApacheOfbiz.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/documents/ApacheOfbiz.xml?rev=810801&r1=810800&r2=810801&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/documents/ApacheOfbiz.xml (original)
+++ ofbiz/trunk/applications/commonext/documents/ApacheOfbiz.xml Thu Sep  3 08:01:51 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -17,44 +17,41 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
- xmlns="http://docbook.org/ns/docbook">
-    
+<book xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5.0" 
+	  xmlns:xl="http://www.w3.org/1999/xlink"
+	  xmlns:xi="http://www.w3.org/2001/XInclude"
+	  xsi:schemaLocation="http://docbook.org/ns/docbook ../../content/dtd/docbook.xsd"
+	  xmlns="http://docbook.org/ns/docbook">
+
+	<info>
+	    <title>Apache OFBiz official documentation</title>
+        <copyright><year>2009</year><holder>Apache Foundation</holder></copyright>
+	</info>	
+
     <preface>
         <para>
-            This Book is in an experimental stage and acts as a proof of concept. It could be the start of moving the ofbiz documentation from the current <ulink type="http"
-                url="http://docs.ofbiz.org">OFBiz documentation site</ulink> to the OFBiz content component. It is currently open for discussion by the OFBiz community. 
+            This Book is in an experimental stage and acts as a proof of concept. It could be the start of moving the ofbiz documentation from the current 
+            <link xl:href="http://docs.ofbiz.org">OFBiz documentation site</link> to the OFBiz content component. It is currently open for discussion by the OFBiz community. 
         </para>
         <para>
             The advantages of using it within OFBiz are:
             <orderedlist>
-                <listitem>No external system required for documentation</listitem>
-                <listitem>The content of the internal help files can be used within the documentation</listitem>
-                <listitem>The documentation always has the same version as the system (It is part of it)</listitem>
-                <listitem>The content is stored in a internationally accepted <ulink type="http" url="http://www.docbook.org">'DocBook'</ulink> format</listitem>
-                <listitem>The content can be easily presented in the selected visual schemas (To be implemented)</listitem>
+                <listitem><para>No external system required for documentation</para></listitem>
+                <listitem><para>The content of the internal help files can be used within the documentation</para></listitem>
+                <listitem><para>The documentation always has the same version as the system (It is part of it)</para></listitem>
+                <listitem><para>The content is stored in a internationally accepted <link xl:href="http://docbook.org">'DocBook'</link> format</para></listitem>
+                <listitem><para>The content can be easily presented in the selected visual schemas (To be implemented)</para></listitem>
             </orderedlist>
         </para>
     </preface>
     
-    <bookinfo>
-        <title>Apache OFBiz official documentation</title>
-        <copyright><year>2009</year><holder>Apache Foundation</holder></copyright>
-    </bookinfo>
-    
-    
-    
     <chapter>
         <title>Introduction</title>
         <para>
             Welcome to Apache OFBiz the ready to use open source ERP system.
         </para>
     </chapter>
-    
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-        href="../../../applications/accounting/documents/Accounting.xml"/>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
-        href="../../../specialpurpose/myportal/documents/MyPortal.xml"/>
+    <xi:include href="../../../applications/accounting/documents/Accounting.xml"/>
+    <xi:include href="../../../specialpurpose/myportal/documents/MyPortal.xml"/>
     
 </book>
\ No newline at end of file