diff options
author | Pedro Neves <nevesdiver@gmail.com> | 2014-01-23 21:23:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-23 21:37:54 -0800 |
commit | e7c2367264e0bbe231dad3232b869b0e609935e3 (patch) | |
tree | e8ac7b6b9c4cd511d5737641ec7514da0329e537 /appdata | |
parent | b5e8ef160aa2320f4d2af51e68023580647da252 (diff) | |
download | subsurface-e7c2367264e0bbe231dad3232b869b0e609935e3.tar.gz |
This adds appdata for Subsurface
Fixes #428
Signed-off-by: Pedro Neves <nevesdiver@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'appdata')
-rw-r--r-- | appdata/main.png | bin | 0 -> 847098 bytes | |||
-rw-r--r-- | appdata/preferences.png | bin | 0 -> 54569 bytes | |||
-rw-r--r-- | appdata/preferences2.png | bin | 0 -> 57203 bytes | |||
-rw-r--r-- | appdata/subsurface_appdata.xml | 30 |
4 files changed, 30 insertions, 0 deletions
diff --git a/appdata/main.png b/appdata/main.png Binary files differnew file mode 100644 index 000000000..42f137c59 --- /dev/null +++ b/appdata/main.png diff --git a/appdata/preferences.png b/appdata/preferences.png Binary files differnew file mode 100644 index 000000000..2292dccf7 --- /dev/null +++ b/appdata/preferences.png diff --git a/appdata/preferences2.png b/appdata/preferences2.png Binary files differnew file mode 100644 index 000000000..4006a0226 --- /dev/null +++ b/appdata/preferences2.png diff --git a/appdata/subsurface_appdata.xml b/appdata/subsurface_appdata.xml new file mode 100644 index 000000000..489a28d48 --- /dev/null +++ b/appdata/subsurface_appdata.xml @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 First Lastname <your@email.com> --> +<application> + <id type="desktop">subsurface</id> + <licence>CC-BY-SA</licence> + <name>Subsurface</name> + <summary></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. + 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. + 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>
\ No newline at end of file |