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

info.xml « appinfo « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8586c6794f2b0c36bc4fbe441d41d26da8e0c9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<info>
	<id>files</id>
	<name>Files</name>
	<description>File Management</description>
	<licence>AGPL</licence>
	<author>Robin Appelman, Vincent Petry</author>
	<requiremin>4.93</requiremin>
	<shipped>true</shipped>
	<standalone/>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<remote>
		<files>appinfo/remote.php</files>
		<webdav>appinfo/remote.php</webdav>
	</remote>
	<documentation>
		<user>user-files</user>
	</documentation>
</info>