Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e0b42a68f5d3413faa6dc3ef19cb043cd07cc3e (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
34
35
36
37
38
39
<?xml version="1.0"?>
<info>
	<id>richdocuments</id>
	<name>Collabora Online</name>
	<summary>Edit office documents directly in your browser.</summary>
	<description>This application can connect to a Collabora Online server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
	<version>3.2.1</version>
	<licence>agpl</licence>
	<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
	<types>
		<filesystem/>
		<dav/>
		<prevent_group_restriction/>
	</types>
	<documentation>
		<user>https://nextcloud.com/collaboraonline/</user>
		<admin>https://nextcloud.com/collaboraonline/</admin>
	</documentation>
	<category>office</category>
	<category>integration</category>
    <website>https://collaboraoffice.com/</website>
	<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
	<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>
	<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-document.png</screenshot>
	<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
	<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
	<dependencies>
		<nextcloud min-version="13" max-version="16" />
	</dependencies>
	<background-jobs>
		<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
	</background-jobs>
	<settings>
		<admin>OCA\Richdocuments\Settings\Admin</admin>
		<admin-section>OCA\Richdocuments\Settings\Section</admin-section>
		<personal>OCA\Richdocuments\Settings\Personal</personal>
		<personal-section>OCA\Richdocuments\Settings\Section</personal-section>
	</settings>
</info>