File: syncthing-gtk.nuspec

package info (click to toggle)
syncthing-gtk 0.9.4.4%2Bds%2Bgit20201209%2Bc46fbd8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,260 kB
  • sloc: python: 7,592; sh: 259; xml: 115; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,682 bytes parent folder | download | duplicates (4)
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 &amp; 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>