social/appinfo/info.xml

25 wiersze
952 B
XML
Czysty Zwykły widok Historia

<?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.1</version>
<licence>agpl</licence>
<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>
<bugs>https://github.com/nextcloud/social</bugs>
<dependencies>
<nextcloud min-version="14" max-version="15"/>
</dependencies>
<navigations>
<navigation>
<name>Social</name>
<route>social.page.index</route>
</navigation>
</navigations>
</info>