blob: 12f83fcd8792e3674e2bc02f5896c28ea0d7363f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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.
`cforum' is also small:
$ wc -l *.c *.h t/*.t */*.lex
96 cforum.c
96 ctl.c
121 db.c
12 err.c
106 query.c
3 ctl.h
34 db.h
0 err.h
14 query.h
2 site.h
3 t/err.t
1 t/foot.t
17 t/front.t
6 t/head.t
35 t/post.t
2 t/user.t
86 mktpl/mktpl.lex
634 total
|