-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon-metadata.xml
56 lines (48 loc) · 2.18 KB
/
addon-metadata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Original Author: Brent Hugh (Bombable) -->
<PropertyList>
<meta>
<file-type type="string">FlightGear add-on metadata</file-type>
<format-version type="int">1</format-version>
</meta>
<addon>
<identifier type="string">a10.automat</identifier>
<name type="string">A-10 Automat</name>
<version type="string">0.0.1</version>
<authors>
<author>
<name type="string">Megaf</name>
<email type="string">mmegaf@gmail.com</email>
<url type="string">https://www.github.com/Megaf</url>
</author>
</authors>
<maintainers>
<maintainer>
<name type="string">Megaf</name>
<email type="string">mmegaf@gmail.com</email>
<url type="string">https://www.github.com/Megaf</url>
</maintainer>
</maintainers>
<short-description type="string">A-10 Automat for Dogfights.</short-description>
<long-description type="string">A-10 Automat based on Bombable.</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.3.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">http://wiki.flightgear.org/Bombable</home-page>
<download type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=6&t=5742&p=43772#p43772 ]]></download>
<support type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=6&t=5742&p=43772#p43772 ]]></support>
<code-repository type="string">https://github.com/bhugh/Bombable</code-repository>
</urls>
<tags>
<tag type="string">bombable</tag>
<tag type="string">automat</tag>
<tag type="string">dogfight</tag>
<tag type="string">ai</tag>
<tag type="string">combat</tag>
</tags>
</addon>
</PropertyList>