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

info.xml « appinfo - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11ac59d8a7a85cf8eb56f2790655ec2cb3191b00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<info>
    <id>serverinfo</id>
    <name>Server info</name>
    <description>Provider useful server information</description>
    <licence>AGPL</licence>
    <author>Bjoern Schiessle, Ivan Sein Santiago</author>
    <version>1.2.0</version>
    <namespace>ServerInfo</namespace>
    <category>other</category>
    <dependencies>
        <nextcloud min-version="12" max-version="12" />
    </dependencies>
    <default_enable/>
    <settings>
        <admin>\OCA\ServerInfo\Settings\AdminSettings</admin>
        <admin-section>\OCA\ServerInfo\Settings\AdminSection</admin-section>
    </settings>
</info>