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

info.xml « appinfo « socialsharing_twitter - github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38839b06923922d7f1c493fff06357c2b5064e9f (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_twitter</id>
	<name>Social sharing via Twitter</name>
	<licence>AGPL</licence>
	<author>Roeland Jago Douma</author>
	<description>Enable direct sharing of files via Twitter, using shared links.</description>
	<version>2.0.0</version>
	<category>social</category>
	<screenshot>https://raw.githubusercontent.com/nextcloud/socialsharing/master/socialsharing_twitter/screenshots/preview.png</screenshot>
	<namespace>SocialSharingTwitter</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>