mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
package update, readme update
This commit is contained in:
parent
92fca05b22
commit
a44d5b5031
@ -134,15 +134,17 @@ apt-get install build-essential libkrb5-dev gcc g++
|
|||||||
* Nice design
|
* Nice design
|
||||||
* responsive design (phone, tablet desktop support)
|
* responsive design (phone, tablet desktop support)
|
||||||
* Setup page
|
* Setup page
|
||||||
|
* Random photo url
|
||||||
|
* You can generate an url that returns a random photo from your gallery. You can use this feature to develop 3rd party applications, like: changing desktop background
|
||||||
* video support - `future plan`
|
* video support - `future plan`
|
||||||
* **Markdown based blogging support** - `future plan`
|
* **Markdown based blogging support** - `future plan`
|
||||||
* you can write some note in the blog.md for every directory
|
* you can write some note in the blog.md for every directory
|
||||||
* bug free :) - `In progress`
|
* bug free :) - `In progress`
|
||||||
|
|
||||||
## Known errors
|
## Known errors
|
||||||
|
* EXIF orientation tag:
|
||||||
There is no nice way to handle EXIF orientation tag properly.
|
* There is no nice way to handle EXIF orientation tag properly.
|
||||||
The page handles these photos, but might cause same error in the user experience (e.g.: the pages loads those photos slower. See issue #11)
|
The page handles these photos, but might cause same error in the user experience (e.g.: the pages loads those photos slower. See issue [#11](https://github.com/bpatrik/pigallery2/issues/11))
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
Crossbrowser testing sponsored by [Browser Stack](https://www.browserstack.com)
|
Crossbrowser testing sponsored by [Browser Stack](https://www.browserstack.com)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pigallery2",
|
"name": "pigallery2",
|
||||||
"version": "1.2.0",
|
"version": "1.2.2",
|
||||||
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
|
"description": "This is a photo gallery optimised for running low resource servers (especially on raspberry pi)",
|
||||||
"author": "Patrik J. Braun",
|
"author": "Patrik J. Braun",
|
||||||
"homepage": "https://github.com/bpatrik/PiGallery2",
|
"homepage": "https://github.com/bpatrik/PiGallery2",
|
||||||
@ -38,7 +38,7 @@
|
|||||||
"locale": "0.1.0",
|
"locale": "0.1.0",
|
||||||
"reflect-metadata": "0.1.12",
|
"reflect-metadata": "0.1.12",
|
||||||
"sqlite3": "4.0.3",
|
"sqlite3": "4.0.3",
|
||||||
"ts-exif-parser": "0.1.3",
|
"ts-exif-parser": "0.1.4",
|
||||||
"ts-node-iptc": "1.0.10",
|
"ts-node-iptc": "1.0.10",
|
||||||
"typeconfig": "1.0.6",
|
"typeconfig": "1.0.6",
|
||||||
"typeorm": "0.2.8",
|
"typeorm": "0.2.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user