-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
15 lines (11 loc) · 664 Bytes
/
README
File metadata and controls
15 lines (11 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ZeroBBS - A themeable textboard inspired by 2channel
ZeroBBS is a set of programs for building minimal textboards, consisting
of a core written in C and a sample configuration with CGI scripts
written in execline. A CGI-capable HTTP server is not included.
Access to the board is controlled through a ZeroBBS group and write
restrictions on the account of the HTTP server. Setting a permissive
umask will allow other accounts in the ZeroBBS group to submit threads
or posts and carry out various moderation actions.
To install a complete textboard system, review config.mk and type make
install-all.
See the ZeroBBS(7) manpage for an overview of operation.