mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
58 lines
2.8 KiB
XML
58 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info>
|
|
<id>richdocuments</id>
|
|
<name>Nextcloud Office</name>
|
|
<summary>Edit office documents directly in your browser.</summary>
|
|
<description><** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
|
|
<version>9.0.1</version>
|
|
<licence>agpl</licence>
|
|
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
|
<types>
|
|
<filesystem />
|
|
<prevent_group_restriction/>
|
|
</types>
|
|
<documentation>
|
|
<user>https://nextcloud.com/collaboraonline/</user>
|
|
<admin>https://docs.nextcloud.com/server/latest/admin_manual/office/index.html</admin>
|
|
</documentation>
|
|
<category>office</category>
|
|
<category>integration</category>
|
|
<website>https://collaboraoffice.com/</website>
|
|
<discussion>https://help.nextcloud.com/c/support/office</discussion>
|
|
<bugs>https://github.com/nextcloud/richdocuments/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/richdocuments.git</repository>
|
|
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-writer.png</screenshot>
|
|
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png</screenshot>
|
|
<screenshot>https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="32" max-version="32"/>
|
|
</dependencies>
|
|
<background-jobs>
|
|
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
|
|
<job>OCA\Richdocuments\Backgroundjobs\Cleanup</job>
|
|
</background-jobs>
|
|
<repair-steps>
|
|
<install>
|
|
<step>OCA\Richdocuments\Migration\InstallDefaultFonts</step>
|
|
</install>
|
|
</repair-steps>
|
|
<commands>
|
|
<command>OCA\Richdocuments\Command\ActivateConfig</command>
|
|
<command>OCA\Richdocuments\Command\ConvertToBigInt</command>
|
|
<command>OCA\Richdocuments\Command\UpdateEmptyTemplates</command>
|
|
<command>OCA\Richdocuments\Command\InstallDefaultFonts</command>
|
|
</commands>
|
|
<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>
|