[cvs] [Wiki] changed: SyncHowTo

Wiki Guest wikiguest at horde.org
Sun Apr 6 20:16:10 UTC 2008


guest [77.56.196.92]  Sun, 06 Apr 2008 16:16:10 -0400

Modified page: http://wiki.horde.org/SyncHowTo
New Revision:  2.16
Change log:  wbxml additon for debian

@@ -66,11 +66,22 @@

 +++ 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 gets
directly passed and processed, no xml is produced. To see the xml, you can
manually decode it like this:
+You need to install the WBXML utils.
+This package contains wbxml2xml and xml2wbxml utils to convert xml files to
wbxml and back.
+On Debian:
+<code>
+apt-get install libwbxml2-utils
+</code>
+The WBXML Library (aka libwbxml) contains a library and its associated
tools to Parse, Encode and Handle WBXML documents.
+(The WBXML format is a binary representation of XML, defined by the Wap
Forum, and used to reduce bandwidth in mobile communications.)
+
 <code>
 for a in *.wbxml; do wbxml2xml -m 1 -i 4 -o `basename $a .wbxml`_conv.xml
$a; done 2>/dev/null
 </code>
+
+

 +++ I really don't want to upgrade my complete Horde installation. What can
I do?

 Nothing. This is cutting edge technology, so you need to invest a bit if
you want to participate at these exciting new features.


More information about the cvs mailing list