summaryrefslogtreecommitdiffstats
path: root/appdata/subsurface.appdata.xml.in
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-15 07:27:07 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-15 15:51:47 -0700
commit26d8beb7668d88124a954c163de9b1ce1b082c39 (patch)
treead513f555e1e06ee4fbf6f19a5f14dbb05957c30 /appdata/subsurface.appdata.xml.in
parent7319b50a5d7c46abd7495aa51740ec6cb0ec0141 (diff)
downloadsubsurface-26d8beb7668d88124a954c163de9b1ce1b082c39.tar.gz
build-system: don't modify a file under git control
Instead of editing appdata/subsurface.appdata.xml in place, switch to our usual pattern of modifying a .in file and add the resulting file to .gitignore. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'appdata/subsurface.appdata.xml.in')
-rw-r--r--appdata/subsurface.appdata.xml.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/appdata/subsurface.appdata.xml.in b/appdata/subsurface.appdata.xml.in
new file mode 100644
index 000000000..8d25d5a36
--- /dev/null
+++ b/appdata/subsurface.appdata.xml.in
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Pedro Neves <nevesdiver@gmail.com> -->
+<component type="desktop-application">
+ <id>subsurface</id>
+ <metadata_license>CC-BY-SA-3.0</metadata_license>
+ <project_license>GPL-2.0-only</project_license>
+ <name>Subsurface</name>
+ <summary>Manage and display dive computer data</summary>
+ <description>
+ <p>Subsurface is an opensource diving logbook that runs on Linux, Windows and Mac.
+ With this program, users can keep track of their dives by logging dive locations (with GPS coordinates),
+ weights and exposure protection used, divemasters and dive buddies, etc.
+ Subsurface also enables the users to rate their dives and provide additional dive notes.</p>
+ <p>Dives can be downloaded from a variety of dive computers, inserted manually or imported from other programs.
+ A wide array of diving statistics and information is calculated and displayed, like the user’s SAC rate,
+ partial pressures of O2, N2 and He, calculated deco information, and many more.</p>
+ <p>The dive profiles (and the tank pressure curves) can be visualized in a comprehensive and clean way, that
+ provides the user with additional information on relative velocity (and momentary air consumption) during the dive.
+ Subsurface also allows the user to print out a detailed log book that includes dive profiles and other relevant information.
+ The program is localized in about 20 languages and well supported by an active developer community.</p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://subsurface-divelog.org/screenshots/main.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://subsurface-divelog.org/screenshots/preferences.png</image>
+ </screenshot>
+ <screenshot>
+ <image>https://subsurface-divelog.org/screenshots/preferences2.png</image>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">https://subsurface-divelog.org</url>
+ <url type="bugtracker">https://github.com/Subsurface-divelog/subsurface/issues</url>
+ <url type="faq">https://subsurface-divelog.org/faq/</url>
+ <url type="help">https://subsurface-divelog.org/documentation/</url>
+ <url type="translate">https://www.transifex.com/subsurface/subsurface/</url>
+ <releases>
+ <release version="" date="" />
+ </releases>
+ <developer_name>The Subsurface development team</developer_name>
+ <update_contact>subsurface@subsurface-divelog.org</update_contact>
+ <content_rating type="oars-1.1" />
+ <provides>
+ <binary>subsurface</binary>
+ </provides>
+</component>