diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,11 +1,14 @@ -# blapaste +blapaste +======== Very simple pastebin clone written in PHP -## Author -Joe Robinson +Author: Joe Robinson -Source code of [p.of.je](http://p.of.je) +Source code of http://p.of.je + +Usage +----- This is a simple web site where you can paste text and access it via a browser. Just go to http://p.of.je, type/paste text into the form, and @@ -24,14 +27,17 @@ where it can be viewed Alternatively, host it yourself -# Installation +Installation +============ -## Requirements +Requirements +------------ PHP (Tested with 5.5, assumed to work with any recent version) An HTTP Server (Tested with Apache 2.2) -## Instructions +Instructions +------------ Clone this repository into a directory Configure your HTTP server so that the directory can be accessed via a |