diff --git a/README.md b/README.md index ff204f9..d75e797 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,24 @@ -A pretty simple PHP-based file/image-upload site. +[!insert-coin](https://coinsh.red/p/logo.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 Cooperative Software License, as seen at https://coinsh.red/csl/csl.txt, or in LICENSE.txt. + +TL;DR: You can share, modify, and sell insert-coin at your whim-- as long as +you do so with corresponding source-code and aren't a bourgie. +If you run a modified insert-coin on your web-server, make sure to offer your +users the source-code! :) diff --git a/res/footer.html b/res/footer.html index 085c5bd..d1f8a68 100644 --- a/res/footer.html +++ b/res/footer.html @@ -10,6 +10,8 @@
  • lgn
  • fsf
  • eff
  • +
  • + source-code
  • diff --git a/res/img/coinfat.png b/res/img/coinfat.png deleted file mode 100644 index d2dd95d..0000000 Binary files a/res/img/coinfat.png and /dev/null differ diff --git a/res/img/coinfat_big.png b/res/img/coinfat_big.png deleted file mode 100644 index b4fd929..0000000 Binary files a/res/img/coinfat_big.png and /dev/null differ diff --git a/res/img/logo.png b/res/img/logo.png new file mode 100644 index 0000000..da15960 Binary files /dev/null and b/res/img/logo.png differ