35 lines
739 B
Markdown
35 lines
739 B
Markdown
# 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
|
|
|
|
1. Add hyperlink somewhere to single thread view (whoopsie)
|
|
1. Paging for replies in single thread view
|
|
1. Default 'threads per page' is broken if config file isn't correct
|
|
(should pick up the default value wtf)
|
|
1. Why aren't the built-in error handling things working anymore??
|
|
(Commenting out the Reply model fixes this, probably has something
|
|
to do with PostText::Model::Reply)
|
|
1. Pick a date format
|