# $Id$ This is some initial prototype code for talking to an OGo server. It currently uses the WebDAV access api. The library code is under LGPL and the connector itself is GPL. The connector is configured with gconf. In order to do so, run the following 2 command as user to add the keys. $ gconftool-2 -s -t string "/apps/evolution/ogo/user" "username" $ gconftool-2 -s -t string "/apps/evolution/ogo/uri" "http://servername:port/" Replace servername and username with yours, according to your ogo configuration. The port number is optional, if you run ZideStore on port 80 or have apache set up to forward requests. Values can be modified later using gconf-editor. You can see debugging spew with OGO_DEBUG=X where X is a number between 1 and 5. Hacking questions can be asked at evolution@opengroupware.org TROUBLESHOOTING =============== If configure complains that you do not have the Evolution development libraries installed, but you *do* have them installed, you may just have missed to set the pkg-config path. Also see OGo Bug 334.