A small bulletin board in perl
An example site may be found here.
This is a Plack app, and uses SQLite.
Smallbb should be installed outside the web server directory, as this may accidentally allow the database to be downloaded. Only the database and the CSS files are required in the installation directory. The smallbb.psgi application may be installed elsewhere.
boards.db < smallbb.schema
Run the application in the installation directory. Multiple installations in separate directories can be served by a single application file.
plackup smallbb.psgi
Smallbb may be configured via the variables at the top of the file.
Smallbb uses the same template system as jekyll. The default smallbb template is the jekyll default.
Smallblog is released under the ISC (2-BSD) license. Please see LICENSE for the full text.