WerePaste/README.md

19 lines
735 B
Markdown
Raw Permalink Normal View History

2015-04-13 03:56:29 +01:00
App::WerePaste
--------------
Perl-based pastebin software, largely a rewrite of Dancebin, using Pygments via Inline::Python for syntax highlighting.
Requirements:
- Dancer2
- Dancer2::Plugin::DBIC
- Data::UUID
- Inline::Python
- Try::Tiny
- DateTime
- DateTime::Format::SQLite
2015-04-13 03:56:29 +01:00
- pip module Pygments
Note to FreeBSD users: When building Inline::Python, you may need to create a symlink from `/usr/local/bin/python2.7` to `/usr/local/bin/python`, as Inline::Python does not, by default, look for any other binary, and no `python` symlink is created when installing `python27` from pkg.
[Solarized-dark](https://gist.github.com/nicolashery/5765395) syntax highlighting theme courtesy of [nicolashery](https://github.com/nicolashery)