Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2016-01-21 20:35:29 +0300
committerOlivier Paroz <github@oparoz.com>2016-03-18 13:52:08 +0300
commit96d1f6279687618a78d9ec94a94eff678f962e6f (patch)
tree7ee7dc10cd1b630b33a42b68e05c3b3ce9a93a99 /README.md
parentbbc0cf65b8e7a7a57ad5dce54d92a5730afbef4e (diff)
Update Readme
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1a1ee8dc..b370489d 100644
--- a/README.md
+++ b/README.md
@@ -13,14 +13,15 @@ Provides a dedicated view of all images in a grid, adds image viewing capabiliti
![Screenshot](https://raw.githubusercontent.com/owncloud/gallery/master/build/screenshots/Gallery.jpg)
## Featuring
* Support for large selection of media types (depending on ownCloud setup)
+* Upload and organise images and albums straight from the app
* Large, zoomable previews which can be shown in fullscreen mode
* Sort images by name or date added
-* Per album description and copyright statement
-* A la carte features (external shares, native svg, etc.)
+* Per album design, description and copyright statement
+* A la carte features (external shares, browser svg rendering, etc.)
* Image download straight from the slideshow or the gallery
-* Seamlessly jump between the gallery and the files view
+* Switch to Gallery from any folder in files and vice-versa
* Ignore folders containing a ".nomedia" file
-* Native SVG support (disabled by default)
+* Browser rendering of SVG images (disabled by default)
* Mobile support
Checkout the [full changelog](CHANGELOG.md) for more.
@@ -38,7 +39,6 @@ Checkout the [full changelog](CHANGELOG.md) for more.
* All the people who have provided patches to [Gallery(+)](https://github.com/owncloud/gallery/pulls?q=is%3Apr+is%3Aclosed) and [Pictures](https://github.com/owncloud/gallery-old/pulls?q=is%3Apr+is%3Aclosed) over the years
-
## Requirements
See this [wiki article](https://github.com/owncloud/gallery/wiki/Requirements) about the requirements for Gallery.
@@ -62,7 +62,7 @@ Everything you need to know about bug reporting and contributing [is located her
Here is a list of steps you might want to take before using the app
### Supporting more media types
-First, make sure you have installed ImageMagick and its PECL extension.
+First, make sure you have installed ImageMagick and its imagick PECL extension.
Next add a few new entries to your **config/config.php** configuration file.
```
@@ -88,7 +88,7 @@ That's it. You should be able to see more media types in your slideshows and gal
Make sure to enable "asset pipelining", so that all the Javascript and CSS resources can be mixed together.
This can greatly reduce the loading time of the app.
-Read about it in the [Administration Manual](https://doc.owncloud.org/server/8.0/admin_manual/configuration_server/js_css_asset_management_configuration.html)
+Read about it in the [Administration Manual](https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/js_css_asset_management_configuration.html)
## Installation
@@ -120,4 +120,5 @@ $ git pull --rebase
```
## List of patches
+
None so far