FAQ

From Habari Project

Jump to: navigation, search

Contents

Project Questions

What does "habari" mean?

"Habari" is a Swahili word that means "what's the news?" It's similar to the English "What's up?" or the Spanish "¿Qué pasa?" The typical response is "nzuri sana", which means "very good."


How is this different from the eleventy billion other blog packages?

It's true that there are tons of blogging software solutions from which to choose. Each has their place, and their legion of ardent followers.

Habari is being written with a firm understanding of the current state of blogging. Most other blogging packages have been around long enough that their responses to things like comment spam and Digg site overloads are bolted on after the fact; whereas Habari is being written from the beginning to take these things -- and more -- into account.

Habari strongly favors open, standard, and documented protocols. Atom, being both open and documented, is the prefered syndication format, and the Atom Publishing Protocol is the prefered means of remote communication with your site. This is a core feature, and not a plugin.

Habari is being written specifically for modern web hosting environments, and uses modern object-oriented programming techniques. Using these recent but well-established additions to the PHP language allows Habari to make use of PDO, enabling prepared statements for all interactions with the database. This greatly reduces the system's vulnerability to SQL injection attacks. This is just one of many benefits of modern object-oriented techniques.

Those are just a few of the technical differences, but a major component of what makes Habari different is its community participation model. Users who demonstrate a consistent level of quality contributions to the project are granted more privileges within the project.


Why not fork an existing project?

None of the packages we've tried have really satisfied us, so in the fine tradition of open source software we're trying to scratch our own itch.

To be sure, there's a lot that many blog packages do right, and we'd be foolish to re-invent the wheel simply to be different. But many existing blog packages have made fundamental decisions that limit what can be done, or how, with the system. Rather than try to work around those limitations, or try to remove what's broken, we'd prefer to start fresh and import those ideas that are good.


How is Habari licensed?

Habari uses a modified version of the Apache License (http://www.apache.org/licenses/LICENSE-2.0). For those unfamiliar with this license, the Apache License FAQ page should answer most of your questions.

Developers contributing to the Habari project itself should note that, unless explicitly stated otherwise, any contribution intentionally submitted for inclusion shall be under the terms and conditions of the Habari license, without any additional terms or conditions. However, plugins and themes designed to work with Habari are not required to have the same license as Habari itself.

You can find our license included in the source, and http://svn.habariproject.org/habari/trunk/LICENSE in our code repository].


Why HTML vs XHTML

A consensus amongst project members concluded a thorough discussion as to the merits of the two DOC types, and what would be appropriate for the Admin pages of Habari. The conclusion was that HTML was the "proper" way, however, end users are welcome to serve their pages in any way they prefer by declaring the DOC type in their theme. A more comprehensive outline of the discussion, culled from the information in the original discussion is provided.


Running Habari

Will Habari work with my web host?

Habari should work with any web host that supports the above requirements. A list of web hosts where Habari has been tested and run successfully can be found at Supported Hosts.


What are the system requirements?

Habari is a modern solution for blogging, and requires modern software. To successfully use Habari, you will need:


Does Habari work with PostgreSQL?

At the moment no. We are working on support for PostgreSQL and it will be coming soon.


Contributing Questions

How can I help?

  • Open new issues on our issue tracker describing problems you experience, or to request new features.
  • Join the Google Group(s) in which you have the most interest, and start sharing!
    • The habari-users group is for end user support, and general discussion.
    • The habari-dev group is for nitty-gritty implementation discussions of the code, database schemas, and the like.
    • The habari-svn group is a way to track the development activity of the source code. You can review the commit logs, and monitor changes as they occur.
    • The habari-issues group is a way to follow by email the Issue Tracker here at Google Code.


How do I add my code changes to the project?

If you would like to work on a feature or bug fix, there is a best practice for getting your changes into the process.

Regardless of the type of fix/change, first create an issue in the issue tracker describing your proposed change. Allowing the group to review your proposal could save you the time of implementing something that is being done as part of a larger task, and could gain you the insight or help of other people who are interested in what you're doing.

As you write your code, review Habari's coding standards to get acquainted to how your code should be formatted. As you prepare your changes, ask for review on the development mailing list as often as you need it.

When your changes are complete, file code changes as a diff in the issue that you're tracking, and attach any associated files. Be sure to mention how the files are to be applied if there are any special considerations. Your issue will be reviewed, and if suitable, will be applied in the code repository.

Personal tools