You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.vscode | 5 months ago | |
lib | 5 months ago | |
script | 5 months ago | |
templates | 5 months ago | |
.gitignore | 5 months ago | |
.percriticrc | 5 months ago | |
.perltidyrc | 5 months ago | |
INSTALLING.md | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
charmboard.example.conf | 5 months ago | |
database.sql | 5 months ago |
README.md
CharmBoard
CharmBoard is forum software written in Perl, inspired by AcmlmBoard/its derivatives, the original Facepunch forums, and Knockout.chat. It's intended to be a more "fun" alternative to the bigger forum software suites available today. Though largely, it's just intended as a sort of pet project of mine for now and a way to learn Perl + Mojolicious, and some other modules I've been wanting to learn.
Requirements
- Perl5
Mojolicious
(website, metacpan)Mojolicious::Plugin::Renderer::WithoutCache
— only needed in dev environment
DBI
DBIx::Class
- one of two
DBD
database drivers — seeINSTALLING.md
for detailed information
Tree::Simple
Authen::Passphrase::Argon2
Math::Random::Secure
Installation
Please see INSTALLING.md