2012-04-28 18:27:29 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
2014-11-27 18:06:48 +03:00
|
|
|
<!-- metadata -->
|
2014-10-21 18:45:36 +04:00
|
|
|
<id>news</id>
|
|
|
|
<name>News</name>
|
2014-11-27 18:57:50 +03:00
|
|
|
<description>An RSS/Atom feed reader</description>
|
2014-11-27 18:06:48 +03:00
|
|
|
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
|
2014-12-09 20:47:17 +03:00
|
|
|
<category>multimedia</category>
|
2014-10-21 12:38:10 +04:00
|
|
|
<licence>AGPL</licence>
|
2016-04-09 20:14:28 +03:00
|
|
|
<version>8.2.4</version>
|
2014-12-17 21:20:21 +03:00
|
|
|
<namespace>News</namespace>
|
2014-11-27 18:06:48 +03:00
|
|
|
|
|
|
|
<!-- 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>
|
2014-12-14 11:30:03 +03:00
|
|
|
<website>https://github.com/owncloud/news</website>
|
2014-11-27 18:06:48 +03:00
|
|
|
<bugs>https://github.com/owncloud/news/issues</bugs>
|
|
|
|
<repository type="git">https://github.com/owncloud/news.git</repository>
|
|
|
|
|
|
|
|
<!-- dependencies -->
|
2014-12-02 17:00:39 +03:00
|
|
|
<dependencies>
|
2016-03-26 22:22:34 +03:00
|
|
|
<owncloud min-version="9.0" max-version="9.1"/>
|
2016-03-26 21:11:12 +03:00
|
|
|
<php min-version="5.6"/>
|
2016-02-21 17:34:54 +03:00
|
|
|
<database min-version="9.4">pgsql</database>
|
2014-12-15 13:53:10 +03:00
|
|
|
<database>sqlite</database>
|
2016-02-21 17:55:41 +03:00
|
|
|
<database min-version="5.5">mysql</database>
|
2014-12-15 12:24:47 +03:00
|
|
|
<lib min-version="2.7.8">libxml</lib>
|
2014-11-27 18:06:48 +03:00
|
|
|
<lib>curl</lib>
|
|
|
|
<lib>SimpleXML</lib>
|
2015-01-28 14:37:06 +03:00
|
|
|
<lib>iconv</lib>
|
2014-12-02 17:00:39 +03:00
|
|
|
</dependencies>
|
2014-11-27 18:06:48 +03:00
|
|
|
|
|
|
|
<!-- navigation -->
|
|
|
|
<navigation>
|
|
|
|
<route>news.page.index</route>
|
|
|
|
<order>10</order>
|
|
|
|
<icon>app.svg</icon>
|
|
|
|
<name>News</name>
|
|
|
|
</navigation>
|
|
|
|
|
|
|
|
<!-- admin -->
|
|
|
|
<admin>admin/admin</admin>
|
|
|
|
|
|
|
|
<!-- cron jobs -->
|
|
|
|
<cron>
|
|
|
|
<job>OCA\News\Cron\Updater</job>
|
|
|
|
</cron>
|
|
|
|
|
|
|
|
<!-- hooks -->
|
|
|
|
<hooks>
|
|
|
|
<hook>
|
|
|
|
<channel>OC_User::pre_deleteUser</channel>
|
|
|
|
<subscriber>OCA\News\Hooks\User::deleteUser</subscriber>
|
|
|
|
</hook>
|
|
|
|
</hooks>
|
2014-12-05 16:39:20 +03:00
|
|
|
<ocsid>168040</ocsid>
|
2012-04-28 18:27:29 +04:00
|
|
|
</info>
|