-
Notifications
You must be signed in to change notification settings - Fork 138
/
syncthing-gtk.nuspec
38 lines (34 loc) · 1.64 KB
/
syncthing-gtk.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>syncthing-gtk</id>
<title>Syncthing GTK</title>
<version></version>
<authors>syncthing,kozec</authors>
<owners>GeoffreyFrogeye,kozec</owners>
<summary>GUI and notification area icon for Syncthing</summary>
<description>GTK3 & python based GUI and notification area icon for [Syncthing](http://syncthing.net/), that is an open, trustworthy and decentralized syncing service.
Supported Syncthing features:
- Everything what WebUI can display
- Adding / editing / deleting nodes
- Adding / editing / deleting repositories
- Restart / shutdown server
- Editing daemon settings
Additional features:
- First run wizard for initial configuration
- Running Syncthing daemon in background
- Half-automatic setup for new nodes and repositories
- Desktop notifications</description>
<projectUrl>https://github.com/syncthing/syncthing-gtk</projectUrl>
<tags>syncthing-gtk admin</tags>
<iconUrl>https://cdn.rawgit.com/syncthing/syncthing-gtk/379492b914cf1e9e317e3488a2147fdb8b55f4ab/icons/st-logo-128.png</iconUrl>
<copyright></copyright>
<licenseUrl>https://github.com/syncthing/syncthing-gtk/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>