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

info.xml « appinfo - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1f363888cc0231f8988dc00a746e3028a52b3bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<info>
	<id>gallery</id>
	<name>Gallery</name>
	<description>Media gallery for ownCloud with the following features:

		- Support for large selection of media types (depending on ownCloud setup)

		- Large, zoomable previews

		- Sort images by name or date

		- Per album description and copyright statement

		- A la carte features

		- Image download straight from the slideshow or the gallery

		- Seamlessly jump between the gallery and the files view

		- Ignore folders containing a ".nomedia" file

		- Native SVG support

		- Mobile support

		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.
		Compatible with Firefox, Chrome and Internet Explorer 9+
	</description>
	<licence>AGPL</licence>
	<author>Olivier Paroz, Robin Appelman</author>
	<version>14.2.0</version>
	<namespace>Gallery</namespace>
	<category>Multimedia</category>
	<dependencies>
		<php min-version="5.4" max-version="7"/>
		<owncloud min-version="8.2" max-version="8.2.99"/>
	</dependencies>
	<default_enable />
	<shipped>true</shipped>
</info>