25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?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>
|
|
<summary>This app allows users to self-register a new account using their e-mail address.</summary>
|
|
<description>User registration</description>
|
|
<version>0.4.0</version>
|
|
<licence>agpl</licence>
|
|
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
|
<category>security</category>
|
|
<category>tools</category>
|
|
<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>
|
|
</info>
|