summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
blob: 02326a54cab7ca1b50b09a97f3bf0691059994e3 (plain)
1
2
3
4
5
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne {
<?xml version="1.0"?>
<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>
    <summary>An RSS/Atom feed reader</summary>
    <description><![CDATA[The News app is an RSS/Atom feed reader for Nextcloud which can be synced with many mobile devices. A list of all clients and requirements can be found [in the README](https://github.com/nextcloud/news)

Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.

**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
    <version>15.4.1</version>
    <licence>agpl</licence>
    <author>Benjamin Brahmer</author>
    <author>Sean Molenaar</author>
    <author>Bernhard Posselt (former)</author>
    <author>Alessandro Cosentino (former)</author>
    <author>Jan-Christoph Borchardt (former)</author>
    <namespace>News</namespace>
    <documentation>
        <admin>https://github.com/nextcloud/news#readme</admin>
        <developer>https://github.com/nextcloud/news/tree/master/docs</developer>
    </documentation>
    <category>multimedia</category>
    <website>https://github.com/nextcloud/news</website>
    <discussion>https://github.com/nextcloud/news/discussions</discussion>
    <bugs>https://github.com/nextcloud/news/issues</bugs>
    <repository type="git">https://github.com/nextcloud/news.git</repository>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
    <dependencies>
        <php min-version="7.2"/>
        <database min-version="10">pgsql</database>
        <database>sqlite</database>
        <database min-version="8.0">mysql</database>
        <lib min-version="2.7.8">libxml</lib>
        <lib>curl</lib>
        <lib>dom</lib>
        <lib>SimpleXML</lib>
        <lib>iconv</lib>
        <lib>json</lib>

        <owncloud max-version="0" min-version="0"/>
        <nextcloud min-version="20" max-version="21"/>
    </dependencies>

    <background-jobs>
        <job>OCA\News\Cron\UpdaterJob</job>
    </background-jobs>

    <repair-steps>
        <post-migration>
            <step>OCA\News\Migration\MigrateStatusFlags</step>
            <step>OCA\News\Migration\MigrateConfig</step>
        </post-migration>
    </repair-steps>

    <commands>
        <command>OCA\News\Command\ExploreGenerator</command>
        <command>OCA\News\Command\ShowFeed</command>
        <command>OCA\News\Command\Updater\AllFeeds</command>
        <command>OCA\News\Command\Updater\UpdateFeed</command>
        <command>OCA\News\Command\Updater\BeforeUpdate</command>
        <command>OCA\News\Command\Updater\AfterUpdate</command>
        <command>OCA\News\Command\Config\FolderList</command>
        <command>OCA\News\Command\Config\FolderAdd</command>
        <command>OCA\News\Command\Config\FolderDelete</command>
        <command>OCA\News\Command\Config\FeedList</command>
        <command>OCA\News\Command\Config\FeedAdd</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\OpmlExport</command>
        <command>OCA\News\Command\Debug\ItemList</command>
        <command>OCA\News\Command\Debug\FolderItemList</command>
        <command>OCA\News\Command\Debug\FeedItemList</command>
        <command>OCA\News\Command\Debug\ItemRead</command>
        <command>OCA\News\Command\Debug\FolderRead</command>
        <command>OCA\News\Command\Debug\FeedRead</command>
    </commands>

    <settings>
        <admin>OCA\News\Settings\AdminSettings</admin>
        <admin-section>OCA\News\Settings\AdminSection</admin-section>
    </settings>

    <navigations>
        <navigation>
            <name>News</name>
            <route>news.page.index</route>
        </navigation>
    </navigations>
</info>