README `cforum' is a CGI-based web forum software written in C. It uses SQLite as its database. It is designed to be a simple, fast and reliable alternative to software like phpBB. Written in portable C89, it can be run on practically any UNIX system. It is also rather small: wc -l *.c *.h */*.t */*.lex 96 cforum.c 301 ctl.c 268 db.c 11 err.c 144 query.c 96 cforum.h 3 t/err.t 1 t/foot.t 29 t/front.t 15 t/head.t 38 t/newuser.t 28 t/post.t 12 t/user.t 95 mktpl/mktpl.lex 1137 total