DESCRIPTION BloB is a web logging system. It is written in Haskell and uses HaskellDB to store all data in a relation database. BloB has web, RSS and XML-RPC interfaces. NOTE: Blob is under heavy development. Expect the database layout to change and things to break randomly. Some things are terribly inefficient. REQUIREMENTS - HaskellDB (CVS version) + some backend (HSQL is easiest) HaskellDB: http://haskelldb.sourceforge.net/ HSQL: https://sourceforge.net/project/showfiles.php?group_id=65248&package_id=93958 - Haskell XML-RPC (if you want the XML-RPC interface) http://www.bringert.net/haskell-xml-rpc/ - HaXml (needed by the XML-RPC and RSS interfaces) INSTALLING See the file INSTALL. LICENSE BloB is distributed under the GNU General Public License, see the file LICENSE for details. The file RSS.hs is in the public domain. CONTACT Contact Bjorn Bringert (bjorn@bringert.net) with comments, suggestions or bug reports.