1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Alec Leamas <leamas@nowhere.net> -->
<component type="desktop">
<id>org.opencpn.OpenCPN</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>OpenCPN</name>
<summary>A concise Chartplotter and Navigation software</summary>
<summary xml:lang="sv">Kartplotter och navigationsprogram</summary>
<provides>
<binary>opencpn</binary>
</provides>
<launchable type="desktop-id">org.opencpn.OpenCPN.desktop</launchable>
<description>
<p>
A cross-platform ship-borne GUI navigation application made
up by a core program, a large set of plugins and freely
available charts. The application is configurable with user
icon. The core supports:
</p>
<ul>
<li> GPS/GPDS Position Input and Display</li>
<li> BSB Raster Chart display </li>
<li> S57 Vector ENC and CM93 chart display </li>
<li> AIS Input Decoding and Display</li>
<li> Waypoint Autopilot Navigation </li>
</ul>
<p>
Plugin support includes wheather, tactical, annotations and tidal data.
Pilot charts can be downloaded from project website at opencpn.org.
Other useful add-ons may be found inside the "Download" link at
at the same site.
</p>
</description>
<releases>
<release version="@PACKAGE_VERSION@" date="@VERSION_DATE@">
<description>
<p>The latest upstream commit.</p>
</description>
</release>
</releases>
<screenshots>
<screenshot type="default">
<caption>Main window</caption>
<image>http://download.opencpn.org/screenshots/82434783-624dea00-9a61-11ea-847b-347d91b8f0fd.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://opencpn.org/</url>
<update_contact>https://opencpn.org/flyspray/</update_contact>
<content_rating type="oars-1.0" />
</component>
|