nanolog

introduction

nanolog is a minimalist weblogging tool ideal for simple blogs and news and update sections of web sites. nanolog uses atom feeds for syndication and the hatom Microformat for XHTML markup.

release

nanolog is currently being developed. A tentative release date for version 0.3 (the first publicly available release) is set for 15 April 2008.

details

storage

nanolog uses PHP base 64 encoded serialized arrays in data files for storage. While databases may be more reliable and better than flat files in general, nanolog is targeted to users who either cannot create a database schema for a blog or do not wish to because of the additional complexity involved. nanolog was created to provide something that could be utilized quickly and with minimal effort.

A future version of nanolog may include an optional database module.

complexity

nanolog is meant for tinkering. The framework is intentionally basic to allow for very easy customization.

If you develop an addon module that you find useful and would like to share with the community, feel free to contact me.

license

nanolog is licensed under the GPL.