From 8afd0b3a2b0696baa751dcb3853243f98e35bddb Mon Sep 17 00:00:00 2001 From: VG Date: Thu, 27 Nov 2014 20:31:03 +0100 Subject: first commit with readme as objective list --- readme.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.rst (limited to 'readme.rst') diff --git a/readme.rst b/readme.rst new file mode 100644 index 0000000..abba2e8 --- /dev/null +++ b/readme.rst @@ -0,0 +1,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. -- cgit v1.2.3