news/appinfo/info.xml

64 строки
1.7 KiB
XML
Исходник Обычный вид История

2012-04-28 18:27:29 +04:00
<?xml version="1.0"?>
<info>
<!-- metadata -->
<id>news</id>
<name>News</name>
2014-11-27 18:57:50 +03:00
<description>An RSS/Atom feed reader</description>
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<categories>
<category>Multimedia</category>
</categories>
2014-10-21 12:38:10 +04:00
<licence>AGPL</licence>
2014-12-02 16:50:07 +03:00
<version>4.2.4</version>
<!-- 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>
<homepage>https://github.com/owncloud/news</homepage>
<bugs>https://github.com/owncloud/news/issues</bugs>
<repository type="git">https://github.com/owncloud/news.git</repository>
<!-- dependencies -->
2014-11-18 13:27:28 +03:00
<requiremin>7.0.3</requiremin>
2014-12-02 13:21:48 +03:00
<php min-version="5.4" />
<databases>
<database>pgsql</database>
<database>sqlite3</database>
<database>mysql</database>
</databases>
<libs>
<lib version=">=2.7.8">libxml</lib>
<lib>curl</lib>
<lib>SimpleXML</lib>
</libs>
<!-- navigation -->
<navigation>
<id>news</id>
<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>
2012-04-28 18:27:29 +04:00
</info>