Go to file
Alexandre Henriet b632e8f869 first commit 2013-04-04 19:37:30 +02:00
paste first commit 2013-04-04 19:37:30 +02:00
share first commit 2013-04-04 19:37:30 +02:00
webtools first commit 2013-04-04 19:37:30 +02:00
LICENSE.md first commit 2013-04-04 19:37:30 +02:00
README.md first commit 2013-04-04 19:37:30 +02:00
clean_instance.sh first commit 2013-04-04 19:37:30 +02:00
manage.py first commit 2013-04-04 19:37:30 +02:00

README.md

Pasteque

About

Pasteque is a free and open source (MIT License) Pastebin like application written in Python/Django.

Demo

A demo instance of Pasteque is running at http://paste.henriet.eu.

Features

  • Support any database supported by Django (Sqlite3, MySQL, PostgreSQL, Oracle, ...)
  • Available in english, french .. and easily translatable into another languages.
  • Syntax highlighting for a bunch of languages using Pygments.
  • Public/private pastes (don't appear in the pastes history).
  • Time-based or "page loads"-based pastes expiration.
  • Password protection.
  • Possibility to enable/disable renderers and to choose the default one.
  • Limit pastes size.
  • Pastes history.

Upcoming releases features

  • Duplicate paste
  • Locale selector
  • Search engine
  • Disable pastes via link submitted by email
  • Copy to clipboard JS
  • Google Analytics easy-integration

Deployment with Sqlite3, nginx and UWSGI

...