summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
blob: da721a6b604c07ae1137f87e7597535abf133dd1 (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
<?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>social</id>
	<name>Social</name>
	<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
	<description><![CDATA[test]]></description>
	<version>0.0.19</version>
	<licence>agpl</licence>
	<author mail="maxence@artificial-owl.com">Maxence Lange</author>
	<author mail="jus@bitgrid.net">Julius Härtl</author>
	<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
	<namespace>Social</namespace>
	<category>social</category>
	<website>https://github.com/nextcloud/social</website>
	<repository type="git">https://github.com/nextcloud/social.git</repository>
	<bugs>https://github.com/nextcloud/social/issues</bugs>
	<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/screenshots/screenshot.png</screenshot>
	<dependencies>
		<nextcloud min-version="15" max-version="15"/>
	</dependencies>
	<navigations>
		<navigation>
			<name>Social</name>
			<route>social.Navigation.navigate</route>
		</navigation>
	</navigations>

	<commands>
		<command>OCA\Social\Command\NoteCreate</command>
	</commands>

</info>