Go to file
Matthew Connelly 6f51b67915 Update github username, add attribution for stylesheet 2015-11-27 18:48:14 +00:00
bin well that was a stupid idea 2015-11-16 00:47:37 +00:00
data First commit 2015-04-13 03:56:29 +01:00
lib/App code and syntactic cleanup 2015-11-27 18:15:20 +00:00
public use CSS for line numbers rather than tables 2015-04-18 19:48:05 +01:00
views Update github username, add attribution for stylesheet 2015-11-27 18:48:14 +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 Update github username, add attribution for stylesheet 2015-11-27 18:48:14 +00:00
config.yml sigh. 2015-11-14 07:37:53 +00:00
cpanfile Added cpanfile for easier dependency installation, rename app.pl -> app.psgi for ~compliance~ 2015-11-15 22:28:26 +00:00
start added start opts 2015-11-16 00:59:23 +00: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.

Solarized-dark syntax highlighting theme courtesy of nicolashery