From cc3c4bd23a5f8782dbc2565f184e5fa8877d5364 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 17 Apr 2015 20:51:35 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b9639..cfaf052 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Is an image and move viewer written in HTML5. ## Howto -Place imagr on your webserver, ensure that we can write there, place your images in the root folder of this script or just simply drag and drop them into the page. Enjoy! +Get the [newest release](https://github.com/danieltroger/imagr/releases/latest), extract it and place it on your webserver, ensure that we can write there, place your images in the root folder of this script or just simply drag and drop them into the page. Enjoy! ---------- @@ -43,6 +43,9 @@ You can toggle the features by setting their value to true respective false. For "deleting": false } ``` +### Building / Compressing the files + +Just execute `./build.sh` within imagr's working directory in a bash-shell, you'll basically need `java` and `wget` installed. ### Preload @@ -98,3 +101,13 @@ f=myimage.jpg php -r 'echo "data:image/jpg;base64," . base64_encode(file_get_contents("'$f'"));' | curl yoursite.tld/imagr/upload.php?name=$f\&date=$(php -r 'echo filemtime("'$f'") . "000";') -d @- ``` ---------- + +## :/TODO/: + +* Movie uploading +* Optimizations for mobile devices +* An upload queue to not make the http request timeout when doing uploads of many images at once +* Themes / more design options +* Categories +* Better user interface [?] +* Somehow get more users and more people sharing their opinion about what's next ;)