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

info.xml « appinfo - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ef731d646bdabc7f21d3f2383a9e2f0d8052d07 (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
<?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>registration</id>
	<name>Registration</name>
	<description>User registration</description>
	<licence>agpl</licence>
	<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
	<version>0.2.5-1</version>
	<website>https://github.com/pellaeon/registration</website>
	<bugs>https://github.com/pellaeon/registration/issues</bugs>
	<repository>https://github.com/pellaeon/registration</repository>
	<screenshot>https://raw.githubusercontent.com/pellaeon/registration/master/appinfo/screenshot.png</screenshot>
	<dependencies>
		<database>sqlite</database>
		<database>pgsql</database>
		<database min-version="5.5">mysql</database>
		<owncloud min-version="9.0" max-version="11"/>
		<nextcloud min-version="9" max-version="13" />
	</dependencies>
	<category>auth</category>
	<category>tools</category>
	<ocsid>170608</ocsid>
</info>