Has the hula hoop fallen?
Last weekend I found myself looking for something to hack on that wasn't something I see during my work day. I took a look at Hula. I've wanted something like this for use at home. It would be nice if
auzure_skies and I could see one another's calendar, have our own Jabber server, and have easy access to our email through a local client or through webmail.
There seem to be a steady stream of commits to Hula's SVN, but almost no discussion on the mailing list. I've sent in one patch to the Makefile so that make dist would run (accepted), and sent another asking for design information (No answer yet). In general, the codebase seems crufted with a bunch of legacy NetWare concepts. It's written in at least four languages (C, C , C#, and Python) and doesn't seem to have a testsuite. The code also currently doesn't run on powerpc without segfaulting.
Ah well. Anyone know if there's another project that has similar aims and goals? Basically some sort of server software that will handle almost all of what evolution can hand to it, plus some sort of extensible interface so that it's reasonably easy to add things like Jabber servers, RSS/Atom Aggregators, etc.
There seem to be a steady stream of commits to Hula's SVN, but almost no discussion on the mailing list. I've sent in one patch to the Makefile so that make dist would run (accepted), and sent another asking for design information (No answer yet). In general, the codebase seems crufted with a bunch of legacy NetWare concepts. It's written in at least four languages (C, C , C#, and Python) and doesn't seem to have a testsuite. The code also currently doesn't run on powerpc without segfaulting.
Ah well. Anyone know if there's another project that has similar aims and goals? Basically some sort of server software that will handle almost all of what evolution can hand to it, plus some sort of extensible interface so that it's reasonably easy to add things like Jabber servers, RSS/Atom Aggregators, etc.
hula on debian
(Anonymous) 2006-04-06 10:07 pm (UTC)(link)it seems hula's debian package is quite abandoned. Some time ago i almost tested it, but openxchange was getting nice too ... so decided ... none of them.
maybe one apt-get install hula ... just to see
Re: hula on debian
The one in Debian is still 1000 SVN commits behind head, though. There's a comment on the bug asking for a newer version that the DD is waiting for the store branch to land against the head. At that point, he'll still be stuck with code that looks to be only tested on i386. The lack of a testsuite there is particularily concerning.
Re: hula on debian
If you look at the bugs, there's one asking for a newer release, and the reasons for not providing one yet are listed there.
no subject
- Chris
no subject
no subject
BTW, I think you left your shirt here this weekend. Brownish, vertical stripes.
no subject
Hula hoop hasn't fallen
I won't argue with the code base quality, you're basically right. However, it was much worse when it was released. There are two options: a) do a Mozilla, or b) do a OpenOffice.org. While there are pros/cons with both approachs, I think the evolution rather than revolution approach is correct in this case: the basic Hula design and architecture is sound and tested, most of the problems are at a local code level rather than an architectural level.
That's not to say there's no revolution: the queue system has been refactored, and the main mailstore - the heart of the system - is being completely replaced. Also, the upcoming caldav support is completely new.
There were no testsuites when it released, there are now: if you look around you'll find a few, and they'll only grow.
I'm not trying to convince you to change your mind; Hula at this stage isn't really ready for use (indeed, earlier versions where much more useful). But, sometime this summer it will start becoming useful and I wouldn't dismiss it yet.