647 B
647 B
Post::Text
A textboard written in Perl
Installing locally
Install dependencies
$ cpanm --installdeps .
Running locally
Run it in development mode
$ morbo PostText.pl
Now try requesting http://localhost:3000
Testing
Run the tests locally (against development environment)
$ prove -l
TODOs
- Clean up that single thread view (it's late and I need sleep)
- Tests for single thread view
- Retrieve replies in the single thread view
- Paging for replies in single thread view
- Default 'threads per page' is broken if config file isn't correct (should pick up the default value wtf)
- Pick a date format