blob: abba2e8eac4ecd2e01146977c12dd9a9e85d6136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description
===========
WARNING: WIP !
A simple pastebin like service implemented in python with bottle.
The pastes storage backend are simple files.
It features the following:
- Syntaxic coloration (automatic detection) with `pygments`
- Simple and short urls (easy to copy by hands)
- Automatic purge of old pastes (1 month by default)
- Simple and nice theme.
|