social/appinfo/info.xml

53 wiersze
2.0 KiB
XML
Czysty Zwykły widok Historia

<?xml version="1.0"?>
2018-09-20 07:42:52 +00:00
<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[
**🎉 Nextcloud becomes part of the federated social networks!**
**🙋 Find your friends:** No matter if they use Nextcloud, 🐘 Mastodon, 🇫 Friendica, and soon ✱ Diaspora, 👹 MediaGoblin and more – you can follow them!
**📜 Profile info:** No need to fill out more profiles – your info from Nextcloud will be used and extended.
**👐 Own your posts:** Everything you post stays on your Nextcloud!
**🕸 Open standards:** We use the established ActivityPub standard!
]]></description>
<version>0.0.64</version>
2018-09-20 07:42:52 +00:00
<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/img/screenshot.png</screenshot>
2018-09-20 07:42:52 +00:00
<dependencies>
<nextcloud min-version="15" max-version="16"/>
2018-09-20 07:42:52 +00:00
</dependencies>
<navigations>
<navigation>
<name>Social</name>
<route>social.Navigation.navigate</route>
<order>6</order>
2018-09-20 07:42:52 +00:00
</navigation>
</navigations>
<background-jobs>
<job>OCA\Social\Cron\Cache</job>
<job>OCA\Social\Cron\Queue</job>
</background-jobs>
<commands>
<command>OCA\Social\Command\CacheRefresh</command>
<command>OCA\Social\Command\NoteCreate</command>
<command>OCA\Social\Command\QueueStatus</command>
<command>OCA\Social\Command\QueueProcess</command>
</commands>
</info>