Go to file
Matthew Connelly 34c26e49de rather than complicated queries that i'm probably doing wrong, let's just make expired paste purges happen every half a minute. i only put the "expunge every" thing in there to prevent performance degredation anyway 2015-11-14 06:45:29 +00: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 rather than complicated queries that i'm probably doing wrong, let's just make expired paste purges happen every half a minute. i only put the "expunge every" thing in there to prevent performance degredation anyway 2015-11-14 06:45:29 +00: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 rather than complicated queries that i'm probably doing wrong, let's just make expired paste purges happen every half a minute. i only put the "expunge every" thing in there to prevent performance degredation anyway 2015-11-14 06:45:29 +00: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.