Go to file
Matthew Connelly 88161345ae sigh. 2015-11-14 07:37:53 +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 fixed the /utterly stupid/ bug where pastes would not show at all. turns out i forgot about the change in parameter handling in getpaste 2015-11-14 07:22:21 +00:00
public use CSS for line numbers rather than tables 2015-04-18 19:48:05 +01:00
views sigh. 2015-11-14 07:37:53 +00: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 sigh. 2015-11-14 07:37:53 +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.