summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-03 15:16:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-03 15:16:17 +0200
commit1e3689434a41eb40ac1803dd70c9cdaeaac4219a (patch)
tree625f5c05c4ec332278ffca11a90681b752b1b7e2
parent9a4ed625583b3d3f0c9d7aa820425e9e53d586d3 (diff)
clean up info.xml to make it ready for the app store
-rw-r--r--appinfo/info.xml21
1 files changed, 10 insertions, 11 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4957844b2..ad6d31e79 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,28 +1,26 @@
<?xml version="1.0"?>
-<info>
- <!-- metadata -->
+<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>news</id>
<name>News</name>
<description>An RSS/Atom feed reader</description>
- <author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
- <category>multimedia</category>
- <licence>AGPL</licence>
- <version>8.8.2</version>
+ <version>8.8.3</version>
+ <licence>agpl</licence>
+ <author>Bernhard Posselt</author>
+ <author>Alessandro Cosentino</author>
+ <author>Jan-Christoph Borchardt</author>
<namespace>News</namespace>
-
- <!-- resources -->
<documentation>
<user>https://github.com/owncloud/news/wiki#user-documentation</user>
<admin>https://github.com/owncloud/news#readme</admin>
<developer>https://github.com/owncloud/news/wiki#developer-documentation</developer>
</documentation>
+ <category>multimedia</category>
<website>https://github.com/owncloud/news</website>
<bugs>https://github.com/owncloud/news/issues</bugs>
<repository type="git">https://github.com/owncloud/news.git</repository>
-
- <!-- dependencies -->
+ <screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<dependencies>
- <owncloud min-version="9.0" max-version="9.1"/>
<php min-version="5.6" min-int-size="64"/>
<database min-version="9.4">pgsql</database>
<database>sqlite</database>
@@ -31,6 +29,7 @@
<lib>curl</lib>
<lib>SimpleXML</lib>
<lib>iconv</lib>
+ <owncloud min-version="9.0" max-version="9.1"/>
</dependencies>
<!-- navigation -->