Go to file
Matthew Connelly 986ea029ee Updated dependency list, minor change to layout, made start script more agnostic, swapped out having the application listen on a TCP port, to using unix sockets. 2015-10-13 01:59:46 +01:00
bin First commit 2015-04-13 03:56:29 +01:00
data First commit 2015-04-13 03:56:29 +01:00
lib/App disable line numbering in pygments 2015-04-18 18:13:10 +01:00
public use CSS for line numbers rather than tables 2015-04-18 19:48:05 +01:00
views Updated dependency list, minor change to layout, made start script more agnostic, swapped out having the application listen on a TCP port, to using unix sockets. 2015-10-13 01:59:46 +01:00
.gitignore Updated dependency list, minor change to layout, made start script more agnostic, swapped out having the application listen on a TCP port, to using unix sockets. 2015-10-13 01:59:46 +01:00
LICENSE sexy sexy BSD license 2015-04-13 04:00:11 +01:00
README.md Updated dependency list, minor change to layout, made start script more agnostic, swapped out having the application listen on a TCP port, to using unix sockets. 2015-10-13 01:59:46 +01:00
config.yml First commit 2015-04-13 03:56:29 +01:00
start Updated dependency list, minor change to layout, made start script more agnostic, swapped out having the application listen on a TCP port, to using unix sockets. 2015-10-13 01:59:46 +01:00

README.md

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
  • 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.