Re: ToDo
Adam Tauno Williams <[email protected]>
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Organization | Morrison Industries |
| Message-ID | <[email protected]> |
> I'm an italian Zope/Plone developer. > I'am working on a OGo UI based on Plone, obviously via XML-RPC. > How can I contribute on the xmlrpcd side? The daemon side is written in Objective-C, so if you know that it helps. :) There are lots of open bugs regarding extending the XML-RPC daemon - such as adding appointment type support, the ability to enumerate extended attributes and their types, etc... See the bugzilla if you are really ready to dive into that. But just documentation would be good; sign up for an account on the documentation plone. The nuances of what methods do what and how they work sorely needs some annotation. As an aside I'd consider using GroupDAV for at least part of your Plone. For enumerating large collections of objects, such as task lists, it is much faster than the XML-RPC daemon. Of course it requires a vCard parser but I'm assuming Zope already has one of those. Some of the coolest features of OGo are only available via XML-RPC (for example GroupDAV doesn't know anything about task annotations or projects) but it is pretty simply to hybridize the two protocols. -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc