README.md 948 B

Pamrel

Pastebin using restful endpoints. This is a basic pastebin but with a few features that you may find useful:

  • Syntax highlighting
  • Theming (any pygments compatable theme)
  • Delete after many views
  • Delete after a certain date
  • Line numbering
  • Clients

    You can use curl:
    $ cat some_file.c | curl -F 'content=<-' -X POST http://pamrel.lu

    There is also the following clients:

    Licence

    The pamrel pastebin code is under the AGPLv3:

    AGPL v3

    Installing

    To install it simply grab the python-virtualenv stuff and then:
    $ pip install -r requirements.txt