From 07cb4922e9d553309ee8a9ecb90cb261491807a4 Mon Sep 17 00:00:00 2001 From: Jenga Phoenix Date: Sat, 26 Jan 2019 23:54:10 -0600 Subject: [PATCH] Updated README --- README.md | 19 ------------- README.txt | 28 ++++++++++++++++++++ resources/{config.php => config.default.php} | 0 3 files changed, 28 insertions(+), 19 deletions(-) delete mode 100644 README.md create mode 100644 README.txt rename resources/{config.php => config.default.php} (100%) diff --git a/README.md b/README.md deleted file mode 100644 index b5f9543..0000000 --- a/README.md +++ /dev/null @@ -1,19 +0,0 @@ -![insert-coin](https://coinsh.red/p/logo-big.png) - -insert-coin's a lightweight & simple image-uploading/URL-shortening service. - - -Installation ------- -First, drop everything in a directory on your web-server (root, non-root, -it doesn't matter). Secondly, create two directories-- "p/" and "u/"-- that -are accessible and modifiable by your web-server user. Finally, you probably -want to edit "res/config.php". Then, profit! - -Make sure to configure your web-server to use PHP with index.php, beam.php, -url.php, conjure.php, and anything in the u/ directory that you'll create. - -Licensing ------- -Everything (unless mentioned otherwise) is under the GNU AGPLv3 -as seen at https://gnu.ord, or in COPYING.txt. diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..35f339e --- /dev/null +++ b/README.txt @@ -0,0 +1,28 @@ +=============================================================================== +INSERT-COIN Pls toss tokens, over here +=============================================================================== + +insert-coin's a lightweight & simple image-uploading and URL-shortening +service. It doesn't have bells and whistles like accounts or cookies, +JS or tracking... which you might consider good things. +I think they're awful. + + +---------------------------------------- +USAGE +---------------------------------------- +Drop everything in a directory on your web-server (root, non-root, it doesn't +matter). +Then, create two directories-- "p/" and "u/"-- that are accessible and +modifiable by your web-server user. +Finally, make a "res/config.php" file (from "res/config.example.php"). +Then, profit! + + +---------------------------------------- +BORING STUFF +---------------------------------------- +License is AGPLv3-- check COPYING.txt. +Author is Jenga Phoenix +Permanent instance over at https://coinsh.red +Sauce is at https://git.eunichx.us/insert-coin.git diff --git a/resources/config.php b/resources/config.default.php similarity index 100% rename from resources/config.php rename to resources/config.default.php