summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2017-02-05 14:44:32 +0000
committerJoe Robinson <joe@lc8n.com>2017-02-05 14:44:32 +0000
commit8ad0b058ea84ceeaca765816351b33a7dd0585ad (patch)
tree8459e4bb47c078fd85176d4edf2d695b81d60ca5
parent5d0d7a2a6cbeeb307d34557cd8bf9505ddb6521a (diff)
parentf90c6892b2eb327d58ff09ab506f4fa618cdb33d (diff)
Merge branch 'master' of blatech.co.uk:wjoe/blapaste
-rw-r--r--README.md51
1 files changed, 27 insertions, 24 deletions
diff --git a/README.md b/README.md
index 8b6aff7..3bb115a 100644
--- a/README.md
+++ b/README.md
@@ -1,42 +1,45 @@
-#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
press submit. It will then take you to a page with your text on a page
with a short URL.
-Can also be used with [pastebinit](https://launchpad.net/pastebinit)
-which should be available in package managers for most Linux distros.
+It an also be used with [pastebinit](https://launchpad.net/pastebinit) ,
+which should be available in the package managers of most Linux distros.
After installing pastebinit, copy the p.of.je.conf file into
-/usr/share/pastebin.d then can be used with -b p.of.je, e.g -
+/usr/share/pastebin.d
-df -h | pastebinit -b http://p.of.je
+Pastebinit can then be used with with the option -b p.of.je, e.g -
-Will copy the output of df -h to http://p.of.je, then return the URL
-where it can be viewed
+ df -h | pastebinit -b http://p.of.je
-Alternatively, host it yourself
+This will copy the output of df -h to http://p.of.je, then return the URL
+where it can be viewed.
-#Installation
+You can set up your own instance of this on any HTTP server running PHP.
-##Requirements
+Installation
+============
+Requirements
+------------
+- PHP (Tested with 5.5, assumed to work with any recent version)
+- An HTTP Server (Tested with Apache 2.2)
-PHP (Tested with 5.5, assumed to work with any recent version)
-An HTTP Server (Tested with Apache 2.2)
-
-##Instructions
-
-Clone this repository into a directory
-Configure your HTTP server so that the directory can be accessed via a
+Instructions
+------------
+- Clone this repository into a directory
+- Configure your HTTP server so that the directory can be accessed via a
browser
-Ensure the HTTP server has write access to the directory
-Navigate to the directory in your browser, then follow the usage
-instructions above
-
+- Ensure the HTTP server has write access to the directory
+- Navigate to the directory in your browser, then follow the usage
+instructions above \ No newline at end of file