-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon-metadata.xml
More file actions
75 lines (60 loc) · 2.4 KB
/
addon-metadata.xml
File metadata and controls
75 lines (60 loc) · 2.4 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?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>
<addon>
<identifier type="string">com.github.thomass171.GroundServices</identifier>
<name type="string">GroundServices</name>
<version type="string">0.4.0</version>
<authors>
<author>
<name type="string">ThomasS</name>
<email type="string"></email>
<url type="string"></url>
</author>
</authors>
<maintainers>
<maintainer>
<name type="string">ThomasS</name>
<url type="string"> </url>
</maintainer>
</maintainers>
<short-description type="string">
Add on for providing moving ground service vehicles on an airport.
</short-description>
<long-description type="string">
This is a proof of concept prototype for a ground service module for the free flight simulatior FlightGear. Unlike some exisiting ground services which are part of various aircraft, it is intended to be generic and not dependant on specific aircrafts (though there will be dependencies from aircraft dimensions). It currently only moves ground vehicles along an airports taxiways without providing any services. It is written completely in Nasal and is derived/inspired from the existing AI subsystem and tanker.nas (except for the way vehicles are moving).
See http://wiki.flightgear.org/Ground_Services
</long-description>
<license>
<designation type="string">
GNU GPL version 2 or later
</designation>
<url type="string">
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
</url>
</license>
<min-FG-version type="string">2018.2.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">
http://wiki.flightgear.org/Ground_Services
</home-page>
<download type="string">
https://github.com/thomass171/GroundServices/releases
</download>
<support type="string">
https://forum.flightgear.org/viewtopic.php?f=6&t=30735
</support>
<code-repository type="string">
https://github.com/thomass171/GroundServices
</code-repository>
</urls>
<tags>
<tag type="string">ground</tag>
<tag type="string">services</tag>
</tags>
</addon>
</PropertyList>