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: d88ea2640e1dc4af0592e6eb492c20ffd96e41a7 (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 ownCloud 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>