diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-18 22:51:30 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-18 22:51:44 +0200 |
commit | 9ff1b81d65c370a938cd9d9c033e04e395f00704 (patch) | |
tree | 3f507a48d8d39f27a36b3fab32b0a230abe512f4 /README | |
parent | 2b915a42f6665b4110338cfde30eedc55abe7f3c (diff) | |
download | cforum-9ff1b81d65c370a938cd9d9c033e04e395f00704.tar.gz |
New user
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -8,21 +8,22 @@ 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 + 101 cforum.c + 223 ctl.c + 268 db.c 10 err.c - 106 query.c + 113 query.c 6 ctl.h 40 db.h 0 err.h 14 query.h - 2 site.h + 21 site.h 3 t/err.t 1 t/foot.t - 26 t/front.t - 6 t/head.t + 29 t/front.t + 14 t/head.t + 34 t/newuser.t 28 t/post.t 12 t/user.t - 87 mktpl/mktpl.lex - 814 total + 95 mktpl/mktpl.lex + 1012 total |