2022-08-13 23:19:24 +08:00
|
|
|
<?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.0.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>
|
|
|
|
<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. -->
|
2022-08-14 09:26:52 +08:00
|
|
|
LICENSE
|
2022-08-13 23:19:24 +08:00
|
|
|
</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
|
|
|
|
</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>
|
|
|
|
</tags>
|
|
|
|
</addon>
|
|
|
|
</PropertyList>
|