File: /home/wbwebdes/domains/files.wb-cloud.nl/public_html/apps/text/appinfo/info.xml
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>text</id>
<name>Text</name>
<summary>๐ Collaborative document editing</summary>
<description><, so you can edit them from any other text app too.
- **โ Strong foundation:** We use [๐ tiptap](https://tiptap.scrumpy.io) which is based on [๐ฆ ProseMirror](https://prosemirror.net) โ huge thanks to them!
]]></description>
<version>6.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Julius Hรคrtl</author>
<namespace>Text</namespace>
<default_enable/>
<types>
<dav />
</types>
<category>office</category>
<website>https://github.com/nextcloud/text</website>
<bugs>https://github.com/nextcloud/text/issues</bugs>
<repository type="git">https://github.com/nextcloud/text.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot3.gif</screenshot>
<dependencies>
<nextcloud min-version="32" max-version="32" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>
</background-jobs>
<commands>
<command>OCA\Text\Command\ResetDocument</command>
</commands>
<sabre>
<plugins>
<plugin>OCA\Text\DAV\WorkspacePlugin</plugin>
</plugins>
</sabre>
<repair-steps>
<post-migration>
<step>OCA\Text\Migration\ResetSessionsBeforeYjs</step>
</post-migration>
</repair-steps>
</info>