Skip to content

Commit 03b1a94

Browse files
committed
appdata: Update to follow the latest Flathub guidelines.
- New screenshots - Shorten summary - Improve description - Bump oars version - Clean up xml file layout
1 parent 4f6984c commit 03b1a94

File tree

1 file changed

+34
-11
lines changed

1 file changed

+34
-11
lines changed

data/org.x.Warpinator.appdata.xml.in.in

+34-11
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
<component type="desktop-application">
33
<id>@appid@</id>
44
<metadata_license>CC0-1.0</metadata_license>
5+
<project_license>GPL-3.0+</project_license>
6+
<developer_name>Linux Mint</developer_name>
7+
<update_contact>[email protected]</update_contact>
58
<!-- DO NOT TRANSLATE Warpinator -->
69
<name>Warpinator</name>
7-
<summary>Send and Receive Files across the Network</summary>
10+
<summary>Share files on your network</summary>
811
<description>
9-
<p>
10-
Warpinator allows you to easily connect multiple computers on a local area network and share files quickly and securely.
11-
</p>
12+
<p>Warpinator allows you to easily connect multiple computers on a local area network and exchange files quickly and securely.</p>
13+
<p>Features:</p>
14+
<ul>
15+
<li>An easy-to-use graphical interface.</li>
16+
<li>Automatic discovery of devices on your network.</li>
17+
<li>Fully secure and encrypted connections between devices.</li>
18+
<li>Multiple simultaneous transfers.</li>
19+
<li>Optional data compression.</li>
20+
<li>Grouping of devices using a shared key, with multiple groups possible on the same network.</li>
21+
<li>Manual connections for restricte network environments.</li>
22+
</ul>
1223
</description>
1324
<categories>
1425
<category>Network</category>
@@ -18,26 +29,38 @@
1829
<url type="donation">https://www.linuxmint.com/donors.php</url>
1930
<url type="homepage">https://github.com/linuxmint/warpinator</url>
2031
<url type="translate">https://translations.launchpad.net/linuxmint/latest/+pots/warpinator</url>
32+
<url type="vcs-browser">https://github.com/linuxmint/warpinator</url>
2133
<launchable type="desktop-id">@[email protected]</launchable>
2234
<releases>
2335
<release version="@app_version@" date="@current_date@" />
2436
</releases>
25-
<project_license>GPL-3.0+</project_license>
2637
<!-- DO NOT TRANSLATE Linux Mint -->
27-
<developer_name>Linux Mint</developer_name>
2838
<screenshots>
2939
<screenshot type="default">
30-
<image>https://github.com/linuxmint/warpinator/raw/a0d19c656068e84860c1e9b31a0ed20d6aeb266e/data/appdata/screenshot-1.png</image>
40+
<caption>The main view showing connected devices and their status</caption>
41+
<image type="source" scale="1">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-1x-1.png</image>
42+
<image type="source" scale="2">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-2x-1.png</image>
43+
</screenshot>
44+
<screenshot>
45+
<caption>Individual connection page showing individual incoming or outgoing transfers</caption>
46+
<image type="source" scale="1">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-1x-2.png</image>
47+
<image type="source" scale="2">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-2x-2.png</image>
3148
</screenshot>
3249
<screenshot>
33-
<image>https://github.com/linuxmint/warpinator/raw/a0d19c656068e84860c1e9b31a0ed20d6aeb266e/data/appdata/screenshot-2.png</image>
50+
<caption>Manual connection dialog</caption>
51+
<image type="source" scale="1">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-1x-3.png</image>
52+
<image type="source" scale="2">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-2x-3.png</image>
3453
</screenshot>
3554
<screenshot>
36-
<image>https://github.com/linuxmint/warpinator/raw/a0d19c656068e84860c1e9b31a0ed20d6aeb266e/data/appdata/screenshot-3.png</image>
55+
<caption>Preferences</caption>
56+
<image type="source" scale="1">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-1x-4.png</image>
57+
<image type="source" scale="2">https://raw.githubusercontent.com/linuxmint/warpinator/master/data/appdata/warpinator-demo-screenshot-2x-4.png</image>
3758
</screenshot>
3859
</screenshots>
39-
<update_contact>[email protected]</update_contact>
60+
<branding>
61+
<color type="primary">#6c65b1</color>
62+
</branding>
4063
<translation type="gettext">warpinator</translation>
41-
<content_rating type="oars-1.0" />
64+
<content_rating type="oars-1.1" />
4265
</component>
4366

0 commit comments

Comments
 (0)