diff options
author | Richard Hughes <richard@hughsie.com> | 2014-01-24 08:27:15 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-24 07:36:25 -0800 |
commit | 7c2503a32e753ee787d4854f44d35790c15f0b83 (patch) | |
tree | fc074fb41524b740712da8cb4ce699ea1d7168e6 /appdata/subsurface.appdata.xml | |
parent | e7c2367264e0bbe231dad3232b869b0e609935e3 (diff) | |
download | subsurface-7c2503a32e753ee787d4854f44d35790c15f0b83.tar.gz |
Make the appdata file validate
Signed-off-by: Richard Hughes <richard@hughsie.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'appdata/subsurface.appdata.xml')
-rw-r--r-- | appdata/subsurface.appdata.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/appdata/subsurface.appdata.xml b/appdata/subsurface.appdata.xml new file mode 100644 index 000000000..c89a47314 --- /dev/null +++ b/appdata/subsurface.appdata.xml @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 Pedro Neves <nevesdiver@gmail.com> --> +<application> + <id type="desktop">subsurface.desktop</id> + <licence>CC-BY-SA</licence> + <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, dive masters 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" width="1860" height="1046">http://subsurface.hohndel.org/screenshots/main.png</screenshot> + <screenshot width="778" height="438">http://subsurface.hohndel.org/screenshots/preferences.png</screenshot> + <screenshot width="782" height="440">http://subsurface.hohndel.org/screenshots/preferences2.png</screenshot> + </screenshots> + <url type="homepage">http://www.http://subsurface.hohndel.org/</url> + <updatecontact>subsurface@hohndel.org</updatecontact> +</application> |