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

info.xml « appinfo « socialsharing_email - github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b064c25d2214ad904a79360db45aa07f6cef2267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<info>
	<id>socialsharing_email</id>
	<name>Social sharing via email</name>
	<licence>AGPL</licence>
	<author>Roeland Jago Douma</author>
	<description>Enable direct sharing of files via email, using shared links.</description>
	<version>2.0.0</version>
	<category>social</category>
	<screenshot>https://raw.githubusercontent.com/nextcloud/socialsharing/master/socialsharing_email/screenshots/preview.png</screenshot>
	<namespace>SocialSharingEmail</namespace>
	<dependencies>
		<nextcloud min-version="18" max-version="19" />
	</dependencies>
	<bugs>https://github.com/nextcloud/socialsharing</bugs>
	<website>https://github.com/nextcloud/socialsharing</website>
</info>