svn commit: r888303 - in /ofbiz/trunk/specialpurpose/ebay: data/helpdata/HELP_EBAY.xml documents/Ebay.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r888303 - in /ofbiz/trunk/specialpurpose/ebay: data/helpdata/HELP_EBAY.xml documents/Ebay.xml

hansbak-2
Author: hansbak
Date: Tue Dec  8 09:58:24 2009
New Revision: 888303

URL: http://svn.apache.org/viewvc?rev=888303&view=rev
Log:
add help screens also to the ofbiz general document

Modified:
    ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY.xml
    ofbiz/trunk/specialpurpose/ebay/documents/Ebay.xml

Modified: ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY.xml?rev=888303&r1=888302&r2=888303&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/data/helpdata/HELP_EBAY.xml Tue Dec  8 09:58:24 2009
@@ -29,6 +29,4 @@
         The Ebay component provides an interface to the Ebay website. It is possible to export products from your store into  eBay category  also import an orders from ebay.              
     </para>
     
-    <xi:include href="HELP_EBAY_main.xml" />
-    
 </section>

Modified: ofbiz/trunk/specialpurpose/ebay/documents/Ebay.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ebay/documents/Ebay.xml?rev=888303&r1=888302&r2=888303&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ebay/documents/Ebay.xml (original)
+++ ofbiz/trunk/specialpurpose/ebay/documents/Ebay.xml Tue Dec  8 09:58:24 2009
@@ -22,11 +22,17 @@
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../applications/content/dtd/docbook.xsd">
     <title>The Ebay Component</title>
     <section>
-        <title>Introduction</title>
+        <title>Ebay Introduction</title>
         <para>
-            and a introduction paragraph for Ebay
+             The Ebay component provides an interface to the Ebay website. It is possible to export products from your store into  eBay category  also import an orders from ebay.      
         </para>
     </section>
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-        href="../data/helpdata/HELP_EBAY.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_main.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_EditEbayConfiguration.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_AdvanceSearch.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_KeywordSearch.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_eBayOrders.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ManageOrdersFromEbay.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ProductsExportToEbay.xml"/>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../data/helpdata/HELP_EBAY_ShippingMethods.xml"/>
 </chapter>