forked from pytrainer/pytrainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytrainer.appdata.xml
More file actions
30 lines (30 loc) · 1.24 KB
/
pytrainer.appdata.xml
File metadata and controls
30 lines (30 loc) · 1.24 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Per Andersson <avtobiff@foo.nu> -->
<component type="desktop">
<id>pytrainer.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>pytrainer</name>
<summary>The free sport tracking center</summary>
<description>
<p>
pytrainer is a desktop application for logging and graphing sporting
activities such as running or cycling sessions. Data can be
imported from GPS devices, files or input manually. Currently
pytrainer supports GPX, TCX, and FIT files.
</p>
</description>
<screenshots>
<screenshot type="default">
<image height="768" width="1366">
https://raw.githubusercontent.com/pytrainer/pytrainer/master/pytrainer-screenshot.png
</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/pytrainer/pytrainer</url>
<update_contact>avtobiff@foo.nu</update_contact>
<developer_name>pytrainer developers</developer_name>
<url type="bugtracker">https://github.com/pytrainer/pytrainer/issues</url>
<url type="help">ircs://irc.oftc.net:6697/pytrainer</url>
<url type="translate">https://github.com/pytrainer/pytrainer/wiki/Localization-guide</url>
</component>