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 <oparoz@users.noreply.github.com>2015-03-05 13:32:03 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-03-05 13:32:03 +0300
commit77e155a901f7f92c1025d7f60c149bcab3059bd5 (patch)
tree18a2d4c95d7a2803291c8efa3719e23fb15261f3 /README.md
parent05c7be8e7aa01ead6a2a3745700a5040e0fe6da6 (diff)
Updated readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 566f998d..599182db 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Gallery+ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/interfasys/galleryplus/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/interfasys/galleryplus/?branch=master) [![Code Climate](https://codeclimate.com/github/interfasys/galleryplus/badges/gpa.svg)](https://codeclimate.com/github/interfasys/galleryplus) [![Build Status](https://travis-ci.org/interfasys/galleryplus.svg?branch=master)](https://travis-ci.org/interfasys/galleryplus)
-Media gallery for ownCloud which includes preview for all media types supported by your ownCloud installation.
+# Gallery+ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/interfasys/galleryplus/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/interfasys/galleryplus/?branch=master) [![Codacy Badge](https://www.codacy.com/project/badge/bcf7325c616d42fbb730b8aa0e4505d9)](https://www.codacy.com/public/websitegithub/galleryplus) [![Code Climate](https://codeclimate.com/github/interfasys/galleryplus/badges/gpa.svg)](https://codeclimate.com/github/interfasys/galleryplus) [![Build Status](https://travis-ci.org/interfasys/galleryplus.svg?branch=master)](https://travis-ci.org/interfasys/galleryplus)
+Media gallery for ownCloud which includes previews for all media types supported by your ownCloud installation.
Provides a dedicated view of all images in a grid, adds image viewing capabilities to the files app and adds a gallery view to public links.
@@ -9,7 +9,9 @@ Provides a dedicated view of all images in a grid, adds image viewing capabiliti
* Large, zoomable previews
* Native SVG support
* Image download straight from the slideshow or the gallery
-* Seamlessly jump between the gallery and the files app
+* Seamlessly jump between the gallery and the files view
+* Ignore folders containing a '.nomedia' file
+* Mobile support
Checkout the [full changelog](CHANGELOG.md) for more.
@@ -19,7 +21,7 @@ Checkout the [full changelog](CHANGELOG.md) for more.
### Server requirements
#### Required
-* PHP 5.4+
+* PHP 5.4 or 5.5
#### Recommended
* PHP 5.5 with caching enabled
@@ -59,12 +61,10 @@ That's it. You should be able to see more media types in your slideshows and gal
### Improving performance
Some of ownCloud's internal operations make the gallery app very slow
-* Looking for files which are supported by the Gallery app
-* Generating a preview
+* Generating thumbnails the first time you open the app
+* Generating a full screen preview
-The searching part hasn't been addressed yet, but things are in motion to fix preview caching for ownCloud 8.1.
-
-You can benefit from these improvements right now if you're willing to patch yor ownCloud installation.
+Things are in motion to fix preview caching for ownCloud 8.1, but you can benefit from these improvements right now if you're willing to patch yor ownCloud installation.
```
$ patch -p1 -l < apps/galleryplus/patches/max-preview.pull.13674.patch