Playing Around with Habari
Habari Project is a relatively new Blogging Platform or Blogging software. The project started more or less two years ago, and the current milestone is at version 0.6.3. Habari claims to be different than other blogging platform, technically and non-technically. For more complete description of Habari, it is wiser to look at their website
Habari is written in PHP5, and uses PHP Data Objects (PDO) to connect to databases. My initial interest in Habari is their PostgreSQL support. I am using PostgreSQL in my server and since most of my applications already use PostgreSQL, I'm a little hesitant to install MySQL just for one blog. With the recent documentation hinting that Movable Type will drop PostgreSQL in the near future, I thought I might as well look at other blogging platform that has PostgreSQL support. And Habari offers this functionality.
Things I like about Habari are:
- PostgreSQL support.
- Simple Admin Interface.
- There are relatively many available plugins and themes.
- Creating custom plugins (and supposedly themes too, but I have not tried it) are quite easy.
The things I think they can improve on are:
- More plugins and themes (they are never enough, right?)
- Support for Categories (Habari only uses tags for each entry)
- Some kind of WYSIWYG editor when creating an entry.
- Documentation can use
My first impressions on Habari are mostly good. I do not find lots of bad things about the software other than they can use more contributors to speed things up. Technically, I like what they do. Creating plugin is quite simple, and their documentation on this area is passable to get you started. I've already started to create a simple plugin, and I like how simple it is.
Some Pictures
These are some screenshots to get you idea how Habari Admin page looks like.
Admin dashboard page:

Admin Menu:

New Entry:

TrackBacks
TrackBack URL: http://rezmuh.sixceedinc.com/mt/mt-tb.cgi/14
There are a couple of WYSIWYG editor options available for Habari as plugins that may be useful.
They may need some updating or tweaking but people are always willing to help out if you ask in the mailing lists (or IRC).
I also use (and recommend) the Markup plugin which gives icons for HTML tags while giving the author full control over the output.
Hi Andy, thank for visiting.
Yes, I did look at the WYSIWYG editor plugins for Habari. Actually, after trying to download jwsywig (if I'm not mistaken) and look at its source code, I was surprised how easy it is to create plugins for Habari.
Actually, I'm trying to create a plugin for WMD Editor. I only to figure out about Media Silo part. I like Habari alot though (so far).
2 Comments