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

info.xml « appinfo « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d32db547a09ba60ea30132d9470de6e7f9fb14c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<info>
    <id>federatedfilesharing</id>
    <name>Federated File Sharing</name>
    <description>Provide federated file sharing across Nextcloud servers</description>
    <licence>AGPL</licence>
    <author>Bjoern Schiessle, Roeland Jago Douma</author>
    <version>0.1.0</version>
    <namespace>FederatedFileSharing</namespace>
    <category>other</category>
    <dependencies>
        <owncloud min-version="9.0" max-version="9.0" />
    </dependencies>
</info>