Go to file
ngoomie b7c57b277b Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
.vscode Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
lib Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
script Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
templates Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
.gitignore Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
.percriticrc Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
INSTALLING.md Some prep for user sign in implementation + formatting changes 2023-05-07 00:04:15 -06:00
LICENSE Initial commit 2023-05-03 02:43:57 +00:00
README.md Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
charmboard.example.conf Partial subforum listing on index, add some perlcritic stuff 2023-05-15 17:50:44 -06:00
database.sql Finish improving Auth.pm control structure; fix other minor mistakes 2023-05-08 04:26:11 -06:00

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 — see INSTALLING.md for detailed information
  • Tree::Simple
  • Authen::Passphrase::Argon2
  • Math::Random::Secure

Installation

Please see INSTALLING.md