aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-28 00:15:19 +0100
committerVG <vg@devys.org>2014-11-28 00:15:19 +0100
commit753f1d95913915f62d3f18c1075ff1ff08db20eb (patch)
tree57bc09d9b1b7461facc5c976f96e703a1011c0a9 /readme.rst
parent483a357e9547aa233db79855d8aa8aef3b3e60e6 (diff)
downloadpasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.tar.gz
pasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.tar.bz2
pasteme-753f1d95913915f62d3f18c1075ff1ff08db20eb.zip
add hash generation from content, and default page display
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst17
1 files changed, 16 insertions, 1 deletions
diff --git a/readme.rst b/readme.rst
index abba2e8..9108a99 100644
--- a/readme.rst
+++ b/readme.rst
@@ -3,7 +3,7 @@ Description
WARNING: WIP !
-A simple pastebin like service implemented in python with bottle.
+A simple pastebin like service implemented in python3 with bottle.
The pastes storage backend are simple files.
@@ -13,3 +13,18 @@ It features the following:
- Simple and short urls (easy to copy by hands)
- Automatic purge of old pastes (1 month by default)
- Simple and nice theme.
+
+It can be used directly (more for development) or from a wsgi compatible
+web server.
+
+Installation
+============
+
+Clone this repository recursively:
+
+.. code: shell
+
+ git clone --recusive git://git.devys.org/pasteme
+ cd pasteme
+ # to run it with dev mode, just run it
+ ./pastme.py