Community Page
- www.wp-fun.co.uk Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi there Andrew. your "Fun with Categories" plugin is certainly a very useful plugin. But I am having a little bit of trouble and was wondering if there is any example templates out...
- Great post! I've bookmarked your blog. Hope we can swap links. Why can't I open your rss feed? No post is showing. Best Regards! Ginj
- Can you paste the entire error in?
- I'm getting the Parse error: syntax error, unexpected T_STRING, expecting '(' in error too.
- Atompub is really available or not? But i think this project will be more useful for the normal people to understand..Always Google rocks and leave their marks in every field..
Jump to original thread »
Ask anyone why they chose WordPress and there is a strong chance that simplicity and ease of use will be in the list somewhere, but as more and more features are added the complexity grows. If simplicity is still your primary motivation, as it is mine, then it may be worth your while taking a
... Continue reading »
10 months ago
Keeping things simple is deeply ingrained in the culture of Habari: you won't see us adopting any of the bloat which WordPress has come to see. Heck, even pingback functionality isn't core (instead, it's in one of the default plugins).
Fortunately, there is a very powerful plugin architecture and API (http://doc.habariproject.org/api). Unfortunately, the API is still a little undocumented–but I think you'll be pleasently surprised by how clean the code is as well as how powerful. Almost any plugin can be easily built using the API.
As you explore, we'd love specific feedback about what could be improved–particularly regarding documentation,
10 months ago
I am looking forward to doing some development in a more structured environment; although, I have no intention of ditching WordPress.
10 months ago
10 months ago
I reckon it wouldn't be difficult to replace the WordPress admin with a Habari one via a plugin. I won't be doing it though.
10 months ago
Specifically, the Habari admin uses methods that allow plugins to alter the interface wholly, not just insert controls in certain places. The result is a cohesion of form and function that even plugins integrate with well.
You can see this at work in how well the media plugins (like the Flickr plugin) integrate into the posting interface. With this underlying "FormUI" feature, plugins can add additional fields and shuffle around existing fields to provide an arrangement of controls that makes the most sense for the task they're presenting to the user.
What you see in the Habari admin is not just a slick design by one of the best designers to influence blogging, but also evidence of Habari's desire to be deceptively simple, yet deeply robust.
Thanks for taking the time to review what Habari has to offer, and I hope you continue to keep up with our work on Habari.