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

info.xml « appinfo - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 85d2a0e30278c38d75c1f830259501b88431856d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>files_texteditor</id>
	<name>Plain text editor</name>
	<summary>Open, save and edit text files</summary>
	<description>This application enables Nextcloud users to open, save and edit text files in the web browser. If enabled, an entry called "Text file" in the "New" button menu at the top of the web browser appears. When clicked, a new text file opens in the browser and the file can be saved into the current Nextcloud directory. Further, when a text file is clicked in the web browser, it will be opened and editable. If the privileges allow, a user can also edit shared files and save these changes back into the web browser.
More information is available in the text editor documentation.
	</description>
	<version>2.15.0</version>
	<licence>agpl</licence>
	<author>Tom Needham, Björn Schießle</author>
	<namespace>FilesTextEditor</namespace>
	<category>office</category>
	<website>https://github.com/nextcloud/files_texteditor</website>
	<bugs>https://github.com/nextcloud/files_texteditor/issues</bugs>
	<repository type="git">https://github.com/nextcloud/files_texteditor.git</repository>
	<dependencies>
		<nextcloud min-version="20" max-version="25" />
	</dependencies>
</info>