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

info.xml « appinfo « systemtags « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3521658ac20f9d42abb365199274512ee1b4aad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<info>
	<id>systemtags</id>
	<name>Collaborative tags</name>
	<description>Collaborative tagging functionality which shares tags among users. Great for teams.
	(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
	<licence>AGPL</licence>
	<author>Vincent Petry, Joas Schilling</author>
	<default_enable/>
	<version>1.0.0</version>
	<dependencies>
		<owncloud min-version="9.2" max-version="9.2" />
	</dependencies>
	<namespace>SystemTags</namespace>
	<types>
		<logging/>
	</types>
</info>