summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
blob: 9a9f52aae9c8bdd8d2c48c1d66095ffdf29d3bdb (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0"?>
<info>
    <!-- metadata -->
    <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>5.3.0</version>
    <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>
    <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 -->
    <requiremin>8.1</requiremin>
    <dependencies>
        <owncloud min-version="8.1" max-version="8.1"/>
        <php min-version="5.4" />
        <database>pgsql</database>
        <database>sqlite</database>
        <database>mysql</database>
        <lib min-version="2.7.8">libxml</lib>
        <lib>curl</lib>
        <lib>SimpleXML</lib>
        <lib>iconv</lib>
    </dependencies>

    <!-- 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>
    <ocsid>168040</ocsid>
</info>