- addon-metadata.xml - fixing text format, added maintainer info
This commit is contained in:
parent
944f021984
commit
65e05fcb7d
@ -1,86 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<PropertyList>
|
||||
<meta>
|
||||
<file-type type="string">FlightGear add-on metadata</file-type>
|
||||
<format-version type="int">1</format-version>
|
||||
</meta>
|
||||
<meta>
|
||||
<file-type type="string">FlightGear add-on metadata</file-type>
|
||||
<format-version type="int">1</format-version>
|
||||
</meta>
|
||||
|
||||
<addon>
|
||||
<identifier type="string">com.slawekmikula.flightgear.VfrNavigator</identifier>
|
||||
<name type="string">VFR Navigator</name>
|
||||
<version type="string">1.1.0</version>
|
||||
<addon>
|
||||
<identifier type="string">com.slawekmikula.flightgear.VfrNavigator</identifier>
|
||||
<name type="string">VFR Navigator</name>
|
||||
<version type="string">1.1.0</version>
|
||||
|
||||
<authors>
|
||||
<author>
|
||||
<name type="string">slawekmikula from the FlightGear forum</name>
|
||||
<email type="string"></email>
|
||||
<url type="string"></url>
|
||||
</author>
|
||||
</authors>
|
||||
<authors>
|
||||
<author>
|
||||
<name type="string">slawekmikula from the FlightGear forum</name>
|
||||
<email type="string">slawek.mikula@gmail.com</email>
|
||||
<url type="string"></url>
|
||||
</author>
|
||||
</authors>
|
||||
|
||||
<short-description type="string">
|
||||
VFR Navigator Helper
|
||||
</short-description>
|
||||
<maintainers>
|
||||
<maintainer>
|
||||
<name type="string">slawekmikula from the FlightGear forum</name>
|
||||
<email type="string">slawek.mikula@gmail.com</email>
|
||||
<url type="string"></url>
|
||||
</maintainer>
|
||||
</maintainers>
|
||||
|
||||
<long-description type="string">
|
||||
This add-on provides quick access menu to access common views and shortcuts
|
||||
with modified version of the map view especially for small resolution displays.
|
||||
</long-description>
|
||||
<short-description type="string">VFR Navigator Helper</short-description>
|
||||
<long-description type="string">This add-on provides quick access menu to access common views and shortcuts with modified version of the map view especially for small resolution displays.</long-description>
|
||||
|
||||
<localized>
|
||||
<pl>
|
||||
<short-description type="string">
|
||||
Pomoc w nawigacji VFR
|
||||
</short-description>
|
||||
<localized>
|
||||
<pl>
|
||||
<short-description type="string">Pomoc w nawigacji VFR</short-description>
|
||||
<long-description type="string">To rozszerzenie dostarcza menu szybkiego dostępu do przydatnych widoków i skrótów dostępu wraz ze zmodyfikowanym widokiem mapy dostosowanym specyficznie dla wyświetlaczy o niskich rozdzielczościach.</long-description>
|
||||
</pl>
|
||||
</localized>
|
||||
|
||||
<long-description type="string">
|
||||
To rozszerzenie dostarcza menu szybkiego dostępu do przydatnych widoków
|
||||
i skrótów dostępu wraz ze zmodyfikowanym widokiem mapy dostosowanym
|
||||
specyficznie dla wyświetlaczy o niskich rozdzielczościach.
|
||||
</long-description>
|
||||
</pl>
|
||||
</localized>
|
||||
<license>
|
||||
<designation type="string">GNU GPL version 2 or later</designation>
|
||||
<file type="string">LICENSE</file>
|
||||
<url type="string">https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html</url>
|
||||
</license>
|
||||
|
||||
<license>
|
||||
<designation type="string">
|
||||
GNU GPL version 2 or later
|
||||
</designation>
|
||||
<min-FG-version type="string">2018.3.0</min-FG-version>
|
||||
<max-FG-version type="string">none</max-FG-version>
|
||||
|
||||
<file type="string">
|
||||
LICENSE
|
||||
</file>
|
||||
<urls>
|
||||
<home-page type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=0&t=0 ]]></home-page>
|
||||
<download type="string">https://github.com/slawekmikula/fg-addon-vfrnavigator/download</download>
|
||||
<support type="string">https://github.com/slawekmikula/fg-addon-vfrnavigator/issues</support>
|
||||
<code-repository type="string">https://github.com/slawekmikula/fg-addon-vfrnavigator</code-repository>
|
||||
</urls>
|
||||
|
||||
<url type="string">
|
||||
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
|
||||
</url>
|
||||
</license>
|
||||
|
||||
<min-FG-version type="string">2018.3.0</min-FG-version>
|
||||
<max-FG-version type="string">none</max-FG-version>
|
||||
|
||||
<urls>
|
||||
<home-page type="string">
|
||||
<![CDATA[ https://forum.flightgear.org/viewtopic.php?f=0&t=0 ]]>
|
||||
</home-page>
|
||||
|
||||
<download type="string">
|
||||
https://github.com/slawekmikula/fg-addon-vfrnavigator/download
|
||||
</download>
|
||||
|
||||
<support type="string">
|
||||
https://github.com/slawekmikula/fg-addon-vfrnavigator/issues
|
||||
</support>
|
||||
|
||||
<code-repository type="string">
|
||||
https://github.com/slawekmikula/fg-addon-vfrnavigator
|
||||
</code-repository>
|
||||
</urls>
|
||||
|
||||
<tags>
|
||||
<tag type="string">vfr</tag>
|
||||
<tag type="string">map</tag>
|
||||
<tag type="string">flightplan</tag>
|
||||
</tags>
|
||||
</addon>
|
||||
<tags>
|
||||
<tag type="string">vfr</tag>
|
||||
<tag type="string">map</tag>
|
||||
<tag type="string">flightplan</tag>
|
||||
</tags>
|
||||
</addon>
|
||||
</PropertyList>
|
||||
|
Loading…
Reference in New Issue
Block a user