https://github.com/throughnothing/dancebin
Pastebin written using Dancer
https://github.com/throughnothing/dancebin
Last synced: about 1 year ago
JSON representation
Pastebin written using Dancer
- Host: GitHub
- URL: https://github.com/throughnothing/dancebin
- Owner: throughnothing
- Created: 2012-05-04T21:54:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T20:06:26.000Z (over 11 years ago)
- Last Synced: 2025-03-29T22:28:51.107Z (about 1 year ago)
- Language: CSS
- Homepage: http://danceb.in
- Size: 259 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
Awesome Lists containing this project
README
# NAME
Dancebin - Simple. Pastebin.
# VERSION
version 0.002
# SYNOPSIS
A simple pastebin using [Dancer](http://search.cpan.org/perldoc?Dancer).
To get started, first update the dsn setting in config.yml to point to a
database that your user has write access to.
Don't worry about creating the database tables.
Dancebin will do that for you the first time it runs.
Then run the app with:
$ ./bin/app.pl
In a production environment you probably want to run it with something like
[Starman](http://search.cpan.org/perldoc?Starman):
$ starman -D ./bin/app.pl
# REQUIREMENTS
Dancebin requires [pygments](http://pygments.org/docs/) to be installed
for syntax highlighting. You can probably install this on your system with:
$ sudo easy_install Pygments
or something similar.
# AUTHORS
- William Wolf
- Menno Blom
# COPYRIGHT AND LICENSE
William Wolf has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.
Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.