Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.3 KB

File metadata and controls

30 lines (21 loc) · 1.3 KB

smallbb

A small bulletin board in perl

An example site may be found here.

Dependencies

This is a Plack app, and uses SQLite.

Installation

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

Usage

Run the application in the installation directory. Multiple installations in separate directories can be served by a single application file.

plackup smallbb.psgi

Configuration

Smallbb may be configured via the variables at the top of the file.

Theming

Smallbb uses the same template system as jekyll. The default smallbb template is the jekyll default.

License

Smallblog is released under the ISC (2-BSD) license. Please see LICENSE for the full text.