68dee3f3a4
This will enable richer author meta-data in aircraft, and hence nicer GUI presentation of author information. Client-side support still to be added before this can be used
24 lines
625 B
XML
24 lines
625 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<PropertyList>
|
|
<sim include="settings-common.xml">
|
|
<authors>
|
|
<author n="0">
|
|
<name>Wilbur Wright</name>
|
|
<email>ww@wright.com</email>
|
|
<nick>wilburw</nick>
|
|
<description>Model, FDM and cockpit</description>
|
|
</author>
|
|
<author n="1">
|
|
<name>Orville Wright</name>
|
|
<description>Testing and systems</description>
|
|
</author>
|
|
</authors>
|
|
<tags>
|
|
<tag>fighter</tag>
|
|
<tag>1980s</tag>
|
|
<tag>glass-cockpit</tag>
|
|
</tags>
|
|
<minimum-fg-version>2017.4</minimum-fg-version>
|
|
</sim>
|
|
|
|
</PropertyList>
|