Re: [phpGroupWare-developers] syncml is in cvs

2007-07-30 Thread Johan Gunnarsson
And the bugs I talked about earlier are now history. ___ phpGroupWare-developers mailing list phpGroupWare-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers

Re: [phpGroupWare-developers] syncml is in cvs

2007-07-30 Thread Johan Gunnarsson
Hey, Consider this a alpha release. It's mostly compliant with the SyncML 1.1 standards. Minor stuff related to large object chunking still have bugs. If you're looking for a overview on my code, I recommend reading syncml.php and some of the syncml_command_* classes. If you're new to SyncML I rec

[phpGroupWare-developers] syncml is in cvs

2007-07-30 Thread Dave Hall
Hi all, Earlier this evening Johan imported his syncml module into CVS. You can browse the source at http://cvs.sv.gnu.org/viewvc/phpgroupware/syncml/ or check it out using the following commands with a HEAD checkout: cd /path/to/phpgroupware cvs co syncml Johan has been blogging about some of