Skip to content

Commit cc3c4bd

Browse files
committed
Update README.md
1 parent f8b0123 commit cc3c4bd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Is an image and move viewer written in HTML5.
66

77
## Howto
88

9-
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!
9+
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!
1010

1111
----------
1212

@@ -43,6 +43,9 @@ You can toggle the features by setting their value to true respective false. For
4343
"deleting": false
4444
}
4545
```
46+
### Building / Compressing the files
47+
48+
Just execute `./build.sh` within imagr's working directory in a bash-shell, you'll basically need `java` and `wget` installed.
4649

4750
### Preload
4851

@@ -98,3 +101,13 @@ f=myimage.jpg
98101
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 @-
99102
```
100103
----------
104+
105+
## :/TODO/:
106+
107+
* Movie uploading
108+
* Optimizations for mobile devices
109+
* An upload queue to not make the http request timeout when doing uploads of many images at once
110+
* Themes / more design options
111+
* Categories
112+
* Better user interface [?]
113+
* Somehow get more users and more people sharing their opinion about what's next ;)

0 commit comments

Comments
 (0)