Chandler 0.1 Released
kolchak writes "Very promising news is Chandler 0.1 (the Open Source PIM) has finally been released. 'While we are still very early in the design and
implementation process, we intend for this 0.1 release to make us a more
fully open project. We have made the release available for download,
opened up our bug tracking database, and opened our source code
repository.'" This is Mitch Kapor's attempt to offer an alternative to Microsoft Outlook, especially to small (under 100-person) organizations, last mentioned in December.
Please note that this is not a straight replacement, or something that is like outlook (that is what kroupware etc is aiming for) but they are aiming more to change things to make it better.
:)
Btw, did anyone find any screenshots?
Personal Information Manager
Nothing to see here, move on, move on.
I just got the XP build, and I can't really see how it bloated to 13mb already. I'll have assume that there's a really large API behind the scenes, because the interface is little more than a MyFirstCalendarApp.vb
Oh and 10 seconds saw me crashing it too, just like the other poster.
Still, it's 0.1, so I'm not grumbling yet.
Not coincidentally, the list of supported platforms is the same as wxWindows, since Chandler is written in Python and uses the wxPython GUI toolkit, which is a Python binding to wxWindows.
This sig under construction. Please check back later.
A quick peek at their site did not reveal any information about support for various mobile devices. For me, at least, it's crucial that my calendar app can be easily synchronized with whatever mobile gizmo I happen to be using as a calendar. While Outlook is the only viable alternative (for good or bad, I'm not a Lotus user), this thing gets only a "thumbs up" from me.
I made a few screenshots. If anyone would mind mirroring them please. My little server is made from trashcan pickings (only the primo stuff :) ) and a crappy 128Kb pipe. It'll get crushed pronto...
I have found another similar project based on Java and using a decentralized (p2p) architecture http://www.dynamicobjects.com/
IMHO, programs that use the new ical format for storing calendar data are the most useful. I can parse ical files easily with perl (or heck, even bash and egrep) and do all sorts of fun things with the data. There's even a php script that parses ical files for display on your website. Add webdav to your server and you've got a free calendar server for you and your closest friends.
(Sorry for the shameless ical plug).