diff options
author | Joe Robinson <joe@lc8n.com> | 2014-07-21 18:29:52 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-07-21 18:29:52 +0100 |
commit | 2b064ebf50e64520c44597ec6cb8e16256328c2f (patch) | |
tree | 0f0699f8b65d2ba9b52ab36ae7006eda61bdb9ca | |
parent | fffc066c05279afef8728b5d8d8dba01cf253654 (diff) |
Updated readme markdown
-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 |