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

info.xml ยซ appinfo - github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93220787a98eb574cf43fa627976332a3b32e547 (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
40
41
42
43
<?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>text</id>
	<name>Text</name>
	<summary>๐Ÿ“ Collaborative document editing</summary>
	<description><![CDATA[** ๐Ÿ“ Collaborative document editing!**

- **๐Ÿ“ Focused writing:** No distractions, only the formatting you need.
- **๐Ÿ™‹ Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!
- **๐Ÿ’พ Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), 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>2.0.0</version>
	<licence>agpl</licence>
	<author mail="jus@bitgrid.net">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/master/img/screenshots/screenshot1.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot2.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/text/master/img/screenshots/screenshot3.gff</screenshot>
	<dependencies>
		<nextcloud min-version="18" max-version="18" />
	</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>
</info>