aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-27 20:31:03 +0100
committerVG <vg@devys.org>2014-11-27 20:31:03 +0100
commit8afd0b3a2b0696baa751dcb3853243f98e35bddb (patch)
treedaafa83d3b106910cac3f6b8ed09e6c5f61536e2 /readme.rst
downloadpasteme-8afd0b3a2b0696baa751dcb3853243f98e35bddb.tar.gz
pasteme-8afd0b3a2b0696baa751dcb3853243f98e35bddb.tar.bz2
pasteme-8afd0b3a2b0696baa751dcb3853243f98e35bddb.zip
first commit with readme as objective list
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst15
1 files changed, 15 insertions, 0 deletions
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.