[cvs] [Wiki] changed: SyncHowTo

Karsten Fourmont karsten at horde.org
Tue Oct 4 13:23:41 PDT 2005


karsten  Tue, 04 Oct 2005 13:23:41 -0700

Modified page: http://wiki.horde.org/SyncHowTo
New Revision:  1.13
Change log:  typo

@@ -57,9 +57,9 @@
 Syncing of date ranges as used by the Synthesis client is not yet supported. Please uncheck the "only  from 30 days before until 90 days after today" checkbox.
 
 +++ I can't find any *.xml log files in /tmp/sync anymore. They used to be there!
 
-We now use our own wbxml libary in the XML_WBXML package. The wbxml get's directly passed and processed, no xml is produced. To see the xml, you can manually decode it like this:
+We now use our own wbxml libary in the XML_WBXML package. The wbxml gets directly passed and processed, no xml is produced. To see the xml, you can manually decode it like this:
 <code>
 for a in *.wbxml; do wbxml2xml -m 1 -i 4 -o `basename $a .wbxml`_conv.xml $a; done 2>/dev/null
 </code>
 


More information about the cvs mailing list