flightgear-addon-aerotow-ev.../addon-metadata.xml
2022-09-09 19:04:05 +02:00

114 lines
3.8 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!--
#
# Aerotow Everywhere - Add-on for FlightGear
#
# Written and developer by Roman Ludwicki (PlayeRom, SP-ROM)
#
# Copyright (C) 2022 Roman Ludwicki
#
# Aerotow Everywhere is an Open Source project and it is licensed
# under the GNU Public License v3 (GPLv3)
#
-->
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on metadata</file-type>
<format-version type="int">1</format-version>
</meta>
<addon>
<identifier type="string">org.flightgear.addons.Aerotow</identifier>
<name type="string">Aerotow Everywhere</name>
<version type="string">1.8.0</version>
<authors>
<author>
<name type="string">Roman Ludwicki</name>
<email type="string">kontakt@flightgear.org.pl</email>
<url type="string">https://flightgear.org.pl</url>
</author>
</authors>
<maintainers>
<maintainer>
<name type="string">Roman Ludwicki</name>
<url type="string">
https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere
</url>
</maintainer>
</maintainers>
<short-description type="string">
Towing aircraft for gliders at every airport.
</short-description>
<long-description type="string">
This add-on allows you to enable the towing aircraft AI scenario for gliders at any airport.
</long-description>
<localized>
<fr>
<short-description type="string">
Remorquage dun planeur depuis nimporte quel aérodrome.
</short-description>
<long-description type="string">
Ce greffon permet dactiver le scénario IA « avion remorqueur » pour démarrer avec un planeur depuis nimporte quel aérodrome.
</long-description>
</fr>
<pl>
<short-description type="string">
Samoloty holownicze dla szybowców na każdym lotnisku.
</short-description>
<long-description type="string">
Ten dodatek umożliwia włączenie scenariusza SI z samolotem holowniczym dla szybowców na dowolnym lotnisku.
</long-description>
</pl>
</localized>
<license>
<designation type="string">GNU GPL version 3 or later</designation>
<file type="string">
<!-- Use a relative, slash-separated path to a file under the add-on
base directory that contains the add-on license text. -->
LICENSE
</file>
<url type="string">https://www.gnu.org/licenses/gpl-3.0.html</url>
</license>
<min-FG-version type="string">2020.4.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">
https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere
</home-page>
<download type="string">
https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere/releases/latest
</download>
<support type="string">
https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere
</support>
<code-repository type="string">
https://github.com/PlayeRom/flightgear-addon-aerotow-everywhere
</code-repository>
</urls>
<tags>
<tag type="string">aerotow</tag>
<tag type="string">AI</tag>
<tag type="string">scenario</tag>
<tag type="string">thermal</tag>
</tags>
</addon>
</PropertyList>