diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-18 02:25:16 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-18 02:25:16 +0200 |
commit | f8ef7e4a7c538bf392237c6c29caa9dedca6e29e (patch) | |
tree | 5a69b89d1f8879381e5714b54d32206dd45877e9 /README | |
parent | c1e3206968f9878f8b7883cc7c313cd930c86d04 (diff) | |
download | cforum-f8ef7e4a7c538bf392237c6c29caa9dedca6e29e.tar.gz |
Add README for mktpl
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -5,24 +5,24 @@ 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: +It is also rather 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 +wc -l *.c *.h */*.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 + 13 t/front.t + 6 t/head.t + 27 t/post.t + 2 t/user.t + 87 mktpl/mktpl.lex + 623 total |