From fffc066c05279afef8728b5d8d8dba01cf253654 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:24:31 +0100 Subject: Updated readme markdown --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8b6aff7..80c1f20 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -#blapaste +# blapaste Very simple pastebin clone written in PHP -##Author +## Author Joe Robinson Source code of [p.of.je](http://p.of.je) @@ -24,19 +24,18 @@ 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 browser Ensure the HTTP server has write access to the directory Navigate to the directory in your browser, then follow the usage -instructions above - +instructions above \ No newline at end of file -- cgit v1.2.3 From 2b064ebf50e64520c44597ec6cb8e16256328c2f Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:29:52 +0100 Subject: Updated readme markdown --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 80c1f20..3ca81b3 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 54205fd1d1dd0e90834030ee1e5aab528ca149a7 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:31:31 +0100 Subject: Updated readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ca81b3..4e38987 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,12 @@ 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. +Can 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 + +Pastebinit then can be used with -b p.of.je, e.g - df -h | pastebinit -b http://p.of.je -- cgit v1.2.3 From 04f1da60ad94e92a41eb3b572a469e8b784471d6 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:33:59 +0100 Subject: Updated readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e38987..5a7e46c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ After installing pastebinit, copy the p.of.je.conf file into Pastebinit then can be used with -b p.of.je, e.g - -df -h | pastebinit -b http://p.of.je + df -h | pastebinit -b http://p.of.je Will copy the output of df -h to http://p.of.je, then return the URL where it can be viewed @@ -35,15 +35,15 @@ 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 +- 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 +- 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 -- cgit v1.2.3 From 90828c57e4eaf5cf05dc74ebe69139d5ab64e789 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:35:31 +0100 Subject: Updated readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a7e46c..349ce54 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,19 @@ 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) , +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 -Pastebinit then can be used with -b p.of.je, e.g - +Pastebinit can then be used with with the option -b p.of.je, e.g - df -h | pastebinit -b http://p.of.je -Will copy the output of df -h to http://p.of.je, then return the URL -where it can be viewed +This will copy the output of df -h to http://p.of.je, then return the URL +where it can be viewed. -Alternatively, host it yourself +You can set up your own instance of this on any HTTP server running PHP. Installation ============ -- cgit v1.2.3 From f90c6892b2eb327d58ff09ab506f4fa618cdb33d Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 21 Jul 2014 18:37:22 +0100 Subject: Updated readme markdown --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 349ce54..3bb115a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ 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 @@ -31,16 +30,13 @@ You can set up your own instance of this on any HTTP server running PHP. Installation ============ - Requirements ------------ - - 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 browser -- cgit v1.2.3