-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaddon-metadata.xml
70 lines (60 loc) · 3.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?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">a.marius.FGCamera</identifier>
<name type="string">FGCamera</name>
<version type="string">1.2.3</version>
<authors>
<author>
<name type="string">Marius_A from the FlightGear forum</name>
<email type="string"></email>
<url type="string"></url>
</author>
<author>
<name type="string">slawekmikula from the FlightGear forum</name>
<email type="string">slawek.mikula@gmail.com</email>
<url type="string"></url>
</author>
</authors>
<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>
<short-description type="string">Add-on to define custom camera views and quickly switch between them</short-description>
<long-description type="string">This add-on enables user to define custom camera views with different view modifications (e.g. head shake) and quickly switch between them using keyboard shortcuts.</long-description>
<localized>
<pl>
<short-description type="string">Rozszerzenie do definiowania własnych widoków kamery i szybkiego przełączania między nimi</short-description>
<long-description type="string">To rozszerzenie pozwala na definicję własnych widoków kamery z kilkoma modyfikacjami widoku (np. drganie głowy) i szybkie przełączanie pomiędzy nimi z wykorzystaniem skrótów klawiaturowych.</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>
<min-FG-version type="string">2017.4.0</min-FG-version>
<max-FG-version type="string">none</max-FG-version>
<urls>
<home-page type="string">http://wiki.flightgear.org/FGCamera</home-page>
<download type="string">https://github.com/slawekmikula/flightgear-addon-fgcamera/downloads</download>
<support type="string"><![CDATA[ https://forum.flightgear.org/viewtopic.php?f=6&t=21685 ]]></support>
<code-repository type="string">https://github.com/slawekmikula/flightgear-addon-fgcamera</code-repository>
</urls>
<tags>
<tag type="string">camera</tag>
<tag type="string">view</tag>
<tag type="string">viewpoint</tag>
<tag type="string">travelling</tag>
<tag type="string">movie</tag>
<tag type="string">film</tag>
</tags>
</addon>
</PropertyList>