aboutsummaryrefslogtreecommitdiff
                              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 crypt/*.c crypt/*.h */*.t */*.lex
	     138 cforum.c
	     404 ctl.c
	     403 db.c
	      11 err.c
	     171 query.c
	     120 cforum.h
	     907 crypt/crypt_blowfish.c
	     124 crypt/crypt_gensalt.c
	     551 crypt/wrapper.c
	      24 crypt/crypt.h
	      27 crypt/crypt_blowfish.h
	      30 crypt/crypt_gensalt.h
	      43 crypt/ow-crypt.h
	       3 t/err.t
	       1 t/foot.t
	      37 t/front.t
	      15 t/head.t
	      18 t/login.t
	      38 t/newuser.t
	      28 t/post.t
	      12 t/user.t
	      95 mktpl/mktpl.lex
	    3200 total