HBLogger

  HBLogger is a module for Hyper Builder that makes the task of keeping a
  threaded Web Log somewhat easier. I use it to keep my own blog and so
  far it's being very helpful. It's in early pre-alpha stage, though.

INSTALL:

  First, you need to grab the sources of Hyper Builder, version 1.9.29.
  You will be able to get them at http://www.bachue.com/alejo/

  You will have to unpack the sources:
  	$ tar xzvf hb-1.9.29.tar.gz

  Then go to the source directory:
        $ cd hb-1.9.29/src/
  
  Then apply the patch:
        $ cat /PATH-TO-THE-PATCH/hblogger0_2-1_9_29.patch | patch
	patching file modules.c
	patching file Makefile.am
	patching file hbblog.c
  
  Then you can compile HB:
  	$ cd ..
	$ ./configure
	$ make
	$ make install

	The last step has to be performed as root.

USAGE:
  
  Please read the blog-tags.txt file. A snapshot of my blog is available
  at the directory my-blog. You can use the design to start your own.

LEGAL:

  HBLogger. A Web Log module for Hyper Builder
  Copyright (C) 2002 Nelson Castillo

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  You can also visit http://www.gnu.org.
