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 100 cforum.c 143 ctl.c 230 db.c 10 err.c 106 query.c 6 ctl.h 40 db.h 0 err.h 14 query.h 2 site.h 3 t/err.t 1 t/foot.t 26 t/front.t 6 t/head.t 28 t/post.t 12 t/user.t 87 mktpl/mktpl.lex 814 total