From 5f5175bed713eeace7cdcc193e27748b561fc323 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Tue, 27 Jan 2004 17:36:23 +0000
Subject: [PATCH] doc updated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@357 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5SyncML/help/install.stx | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/product/ERP5SyncML/help/install.stx b/product/ERP5SyncML/help/install.stx
index 873d0e4922..a20e01dbcc 100755
--- a/product/ERP5SyncML/help/install.stx
+++ b/product/ERP5SyncML/help/install.stx
@@ -14,5 +14,28 @@ Setting up Synchronization
   Installing the synchronization tool
 
     Actually you need to add a 'CMFMailin Tool', there is nothing to configure.
-    Then you have to make sure you get the right mail_received.py. And
-    Finally you should add the ERP5SyncML Tool.
\ No newline at end of file
+    Then you have to make sure you get the right mail_received.py.
+
+    You can find the mail_received inside the ERP5CPS/skins/ folder. You can
+    just make a copy inside your ZODB.
+
+    And finally you should add the ERP5SyncML Tool.
+
+    Inside the synchronization tool, the publication should looks like this ::
+
+      id : Repository
+      Publication Url : cps_server@localhost
+      Destination Path : /cps/portal_repository
+      Query : objectValues (it will be completed automatically)
+      XML Mapping : asXML
+
+    Inside the synchronization tool, the subscription should looks like this ::
+
+      id : Repository
+      Publication Url : cps_server@localhost
+      Subscription Url : cps_client@localhost
+      Destination Path : /cps_client/portal_repository
+      Query : objectValues (it will be completed automatically)
+      XML Mapping : asXML
+
+    Then you have to go on the subscription and hit 'Sync'
-- 
2.30.9