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:
authorJoas Schilling <coding@schilljs.com>2018-09-05 12:56:33 +0300
committerJoas Schilling <coding@schilljs.com>2018-09-05 12:56:33 +0300
commitd479ccf7d0c951edc5a9ac1c8e295a29016c5990 (patch)
treea5a74f945c69d67bf9c8ec0aed1640ac69a4f722
parent748b96ffb80243ed83e4fb825b739b182972dd7f (diff)
Fix info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml31
1 files changed, 17 insertions, 14 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 85ec0575..8234be4b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,7 +1,9 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gallery</id>
<name>Gallery</name>
+ <summary>Media gallery for Nextcloud</summary>
<description>Media gallery for Nextcloud with the following features:
- Support for large selection of media types (depending on server setup)
@@ -32,24 +34,25 @@
files app and adds a gallery view to public links.
Compatible with Firefox, Chrome and Internet Explorer 11
</description>
- <licence>AGPL</licence>
- <author>Olivier Paroz, Robin Appelman</author>
<version>18.1.0</version>
+ <licence>agpl</licence>
+ <author>Olivier Paroz, Robin Appelman</author>
<namespace>Gallery</namespace>
- <category>Multimedia</category>
- <documentation>
- <user>https://github.com/nextcloud/gallery/blob/master/README.md</user>
- <admin>https://github.com/nextcloud/gallery/blob/master/README.md</admin>
- <developer>https://github.com/nextcloud/gallery/wiki</developer>
- </documentation>
- <category>Multimedia</category>
+ <default_enable />
+ <category>multimedia</category>
+
<website>https://github.com/nextcloud/gallery</website>
<bugs>https://github.com/nextcloud/gallery/issues</bugs>
- <repository type="git">https://github.com/nextcloud/gallery.git</repository>
+ <repository>https://github.com/nextcloud/gallery.git</repository>
+
<dependencies>
- <php min-version="5.6" max-version="7"/>
+ <php max-version="7"/>
<nextcloud min-version="14" max-version="14"/>
</dependencies>
- <default_enable />
- <shipped>true</shipped>
+
+ <documentation>
+ <user>https://github.com/nextcloud/gallery/blob/master/README.md</user>
+ <admin>https://github.com/nextcloud/gallery/blob/master/README.md</admin>
+ <developer>https://github.com/nextcloud/gallery/wiki</developer>
+ </documentation>
</info>