DForge hosted projects
I am involved in a number of projects hosted on SlugForge, our local incarnation of the GForge project.
- Whisper
- The Whisper project is my Ph.D. project. It is where most of my work energy goes. See my Ph.D. project information page for more details. This particular repository contains the second incarnation of the project. The third (and final) incarnation is not stored in SlugForge.
- WebDAV .NET
- A quick and dirty Ant task that supports uploading files to a WebDAV server. Its not maintained, so I don't know if there's something better out there by now.
- WebDAV .NET
- A quick and dirty WebDAV client library written in C# for use with the .NET frameworks on Windows. There's a lot that isn't supported, but it is functional. I am unlikely to develop it further on my own, but if anyone is interested in working on it, sign up for a DForge account and let me know.
- CalDAV Message Transport
- This goal of this project was to provide a MAPI MessageTransport provider that communicated with CalDAV servers, bringing CalDAV interoperability to MS Outlook. Unfortunately, I ran out of time before finishing the project. Parts of it may be merged into the OpenConnector project as that was the original intent. Currently, the provider builds and can be accessed by Outlook, however it does not connect to a CalDAV server. Also included in the project is a patched version of the open source neon project that extends it to support CalDAV. We hope those additions will be merged into the neon source code in the near future.