forked from nextcloud/integration_slack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
44 lines (40 loc) · 2.16 KB
/
info.xml
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
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<info>
<id>integration_zulip</id>
<name>Zulip Integration</name>
<summary>Integration of Zulip</summary>
<description>
<![CDATA[
This integration allows you to send Nextcloud files to your Zulip chat instance as uploaded files, public shared links, or internal shared links.
## 🔧 Configuration
### User settings
Account configuration happens in the "Connected accounts" user settings section.
It requires you to specify the URL of your Zulip instance, as well as the email address and API key associated with your Zulip account in that instance.
These values can be found in and copied from your Zulip account's `zuliprc` file located in **Personal settings > Account & privacy > API key**.
If those settings are not configured, a link to the "Connected accounts" user settings page will be displayed when attempting to send a file to a Zulip user/topic.
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>1.0.5</version>
<licence>AGPL-3.0-or-later</licence>
<author>Edward Ly</author>
<namespace>Zulip</namespace>
<documentation>
<developer>https://github.com/nextcloud/integration_zulip</developer>
</documentation>
<category>integration</category>
<website>https://github.com/nextcloud/integration_zulip</website>
<bugs>https://github.com/nextcloud/integration_zulip/issues</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_zulip/main/img/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/integration_zulip/main/img/screenshot2.png</screenshot>
<donation title="Donate via Liberapay">https://liberapay.com/edward-ly/donate</donation>
<donation title="Donate via PayPal" type="paypal">https://paypal.me/ledlight7</donation>
<dependencies>
<nextcloud min-version="31" max-version="31"/>
</dependencies>
<settings>
<admin>OCA\Zulip\Settings\Admin</admin>
<admin-section>OCA\Zulip\Settings\AdminSection</admin-section>
<personal>OCA\Zulip\Settings\Personal</personal>
<personal-section>OCA\Zulip\Settings\PersonalSection</personal-section>
</settings>
</info>