sforkowany z mirror/social
81 wiersze
3.0 KiB
XML
81 wiersze
3.0 KiB
XML
<?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[
|
|
|
|
** Disclaimer: this is an ALPHA version **
|
|
|
|
**🎉 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.4.2</version>
|
|
<licence>agpl</licence>
|
|
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
|
|
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
|
<author mail="jonas@violoncello.ch" homepage="https://violoncello.ch">Jonas Sulzer</author>
|
|
<author mail="hey@jancborchardt.net" homepage="https://jancborchardt.net">Jan-Christoph Borchardt</author>
|
|
<author mail="cyrpub@bollu.be">Cyrille Bollu</author>
|
|
<namespace>Social</namespace>
|
|
<category>social</category>
|
|
<website>https://github.com/nextcloud/social</website>
|
|
<bugs>https://github.com/nextcloud/social/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/social.git</repository>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png</screenshot>
|
|
<dependencies>
|
|
<database>pgsql</database>
|
|
<database>sqlite</database>
|
|
<database>mysql</database>
|
|
<nextcloud min-version="24" max-version="25"/>
|
|
</dependencies>
|
|
|
|
<background-jobs>
|
|
<job>OCA\Social\Cron\Cache</job>
|
|
<job>OCA\Social\Cron\Queue</job>
|
|
</background-jobs>
|
|
|
|
<repair-steps>
|
|
<post-migration>
|
|
<step>OCA\Social\Migration\CheckInstallation</step>
|
|
</post-migration>
|
|
</repair-steps>
|
|
|
|
<commands>
|
|
<command>OCA\Social\Command\AccountCreate</command>
|
|
<command>OCA\Social\Command\AccountFollowing</command>
|
|
<command>OCA\Social\Command\CacheRefresh</command>
|
|
<command>OCA\Social\Command\CheckInstall</command>
|
|
<command>OCA\Social\Command\Fediverse</command>
|
|
<command>OCA\Social\Command\MigrateAlpha3</command>
|
|
<command>OCA\Social\Command\NoteLike</command>
|
|
<command>OCA\Social\Command\NoteCreate</command>
|
|
<command>OCA\Social\Command\NoteBoost</command>
|
|
<command>OCA\Social\Command\Reset</command>
|
|
<command>OCA\Social\Command\StreamDetails</command>
|
|
<command>OCA\Social\Command\Timeline</command>
|
|
<command>OCA\Social\Command\QueueStatus</command>
|
|
<command>OCA\Social\Command\QueueProcess</command>
|
|
</commands>
|
|
|
|
<navigations>
|
|
<navigation>
|
|
<name>Social</name>
|
|
<route>social.Navigation.navigate</route>
|
|
<order>6</order>
|
|
</navigation>
|
|
</navigations>
|
|
|
|
<contactsmenu>
|
|
<provider>OCA\Social\Providers\ContactsMenuProvider</provider>
|
|
</contactsmenu>
|
|
</info>
|