No description
| .vscode | ||
| lib | ||
| script | ||
| templates | ||
| .gitignore | ||
| .percriticrc | ||
| .perltidyrc | ||
| charmboard.example.conf | ||
| database.sql | ||
| INSTALLING.md | ||
| LICENSE | ||
| README.md | ||
CharmBoard
CharmBoard is forum software written in Perl, inspired by chiefly AcmlmBoard and its derivatives. 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 v5.34 or higher
Mojolicious(website, metacpan)Mojolicious::Plugin::Model
DBIDBIx::Class- one of two
DBDdatabase drivers — seeINSTALLING.mdfor detailed information
Tree::SimpleAuthen::Passphrase::Argon2Math::Random::Secure
Installation
Please see INSTALLING.md