mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
ac0d44bccf
Add more information to metainfo file and update it to the AppStream 1.0 standard * Added screenshot caption, more URLs and a <launchable/> tag * Replaced <developer_name/> with <developer/> Now the file conforms to the AppStream 1.0 specification Signed-off-by: Alexander Wilms <f.alexander.wilms@gmail.com>
52 lines
2.9 KiB
XML
52 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2014 Pedro Neves <nevesdiver@gmail.com> -->
|
|
<component type="desktop-application">
|
|
<id>org.subsurface_divelog.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">
|
|
<caption>The main interface</caption>
|
|
<image>https://raw.githubusercontent.com/Subsurface/subsurface/master/metainfo/main.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<caption>The dive planner</caption>
|
|
<image>https://raw.githubusercontent.com/Subsurface/subsurface/master/metainfo/diveplanner.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://subsurface-divelog.org</url>
|
|
<url type="bugtracker">https://github.com/Subsurface/subsurface/issues</url>
|
|
<url type="faq">https://subsurface-divelog.org/faq/</url>
|
|
<url type="help">https://subsurface-divelog.org/documentation/</url>
|
|
<url type="donation">https://github.com/sponsors/subsurface</url>
|
|
<url type="translate">https://www.transifex.com/subsurface/subsurface/</url>
|
|
<url type="vcs-browser">https://github.com/subsurface/subsurface</url>
|
|
<url type="contribute">https://github.com/subsurface/subsurface/blob/master/CONTRIBUTING.md</url>
|
|
<launchable type="desktop-id">subsurface.desktop</launchable>
|
|
<releases>
|
|
<release version="" date="" />
|
|
</releases>
|
|
<developer id="subsurface-divelog.org">
|
|
<name>The Subsurface development team</name>
|
|
</developer>
|
|
<update_contact>subsurface@subsurface-divelog.org</update_contact>
|
|
<content_rating type="oars-1.1" />
|
|
<provides>
|
|
<binary>subsurface</binary>
|
|
</provides>
|
|
</component>
|