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 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/appdata/subsurface_appdata.xml b/appdata/subsurface_appdata.xml deleted file mode 100644 index 489a28d48..000000000 --- a/appdata/subsurface_appdata.xml +++ /dev/null @@ -1,30 +0,0 @@ -<?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 |