Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ab9e3a7c5d77003b09b5ba1aeb147bcf460acbb (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
<?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>nextcloud_announcements</id>
	<name>Nextcloud announcements</name>
	<summary>Nextcloud announcements brings the latest news of Nextcloud into your notifications</summary>
	<description>Nextcloud announcements brings the latest news of Nextcloud into your notifications</description>
	<version>1.14.0</version>
	<licence>agpl</licence>
	<author>Joas Schilling</author>
	<namespace>NextcloudAnnouncements</namespace>
	<default_enable/>

	<types>
		<logging/>
	</types>

	<category>monitoring</category>
	<category>social</category>

	<website>https://github.com/nextcloud/nextcloud_announcements</website>
	<bugs>https://github.com/nextcloud/nextcloud_announcements/issues</bugs>
	<repository type="git">https://github.com/nextcloud/nextcloud_announcements.git</repository>

	<dependencies>
		<nextcloud min-version="25" max-version="25" />
	</dependencies>

	<background-jobs>
		<job>OCA\NextcloudAnnouncements\Cron\Crawler</job>
	</background-jobs>

	<settings>
		<admin>OCA\NextcloudAnnouncements\Settings\Admin</admin>
	</settings>
</info>