From time to time I'll try to make .xml files for new airlines.
So let me start with small armenian airline - Atlantis European Airways. It was quite a challenge to find who is a CEO there
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="Atlantis European Airways" iata="TD" logo="ATLEUR" color="MediumBlue" country="234" CEO="Rolland Margaryan" mentality="Safe" market="Regional" preferedairport="EVN" >
<narrative
narrative="Atlantis European Airways is an airline based in Yerevan. It has fleet of one aircraft which operates under a code-sharing agreement with Czech Airlines and Austrian Airlines." />
</profile>
<info real="True" from="2004" to="2199" />
<prefereds aircrafts="Airbus A320-100"></prefereds>
</airline>
Picture should be named ATLEUR
Albawings from Albania
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="AlbaWings" iata="2B" logo="ALBAWIN" color="MediumBlue" country="242" CEO="Gentian Kole" mentality="Safe" market="Regional" preferedairport="TIA" >
<narrative
narrative="Albawings is an albanian airline founded in February 2015 by two entrepreneurs. Its fleet contains of two leased Boeings 737. All of the destinations served from Tirana airport are in Italy. " />
</profile>
<info real="True" from="2016" to="2199" />
<prefereds aircrafts="Boeing 737-400, Boeing 737-500"></prefereds>
<routes>
<route destination1="TIA" destination2="AOI" />
<route destination1="TIA" destination2="FLR" />
<route destination1="TIA" destination2="MXP" />
<route destination1="TIA" destination2="PEG" />
<route destination1="TIA" destination2="RMI" />
<route destination1="TIA" destination2="TSF" />
<route destination1="TIA" destination2="VRN" />
</routes>
</airline>
Airline logo (should be saved as ALBAWIN)
BH Air (Balkan Holidays Air)
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="BH Air" iata="8H" logo="BHAIRBL" color="MediumBlue" country="185" CEO="Yanko Ivanov" mentality="Safe" market="Regional" preferedairport="SOF" >
<narrative
narrative="Bulgarian airline based in Sofia. Not to be confused with now defunct B&H Arilines. BH Air provides charter flights to tour operators in the European countries. The airline's main base is Sofia with two secondary ones at Bourgas Airport and at Varna Airport. Its fleet includes various models of Airbus airplanes " />
</profile>
<info real="True" from="2001" to="2199" />
<prefereds aircrafts="Airbus A320-200, Airbus A330-200"></prefereds>
</airline>
Logo: under BHAIRBL
Weather data for Dubrovnik:
<?xml version="1.0" encoding="UTF-8"?>
<weather type="town" value="Dubrovnik">
<months>
<month month="1" precipitation="98">
<temp min="6" max="12" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="2" precipitation="98">
<temp min="6" max="13" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="3" precipitation="93">
<temp min="8" max="14" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="4" precipitation="91">
<temp min="11" max="17" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="5" precipitation="70">
<temp min="15" max="21" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="6" precipitation="44">
<temp min="19" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="7" precipitation="28">
<temp min="21" max="28" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="8" precipitation="72">
<temp min="22" max="29" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="9" precipitation="86">
<temp min="18" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="10" precipitation="120">
<temp min="15" max="21" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="11" precipitation="142">
<temp min="11" max="17" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="12" precipitation="120">
<temp min="8" max="13" />
<wind min="Calm" max="Near_Gale" />
</month>
</months>
</weather>
Split airport
<?xml version="1.0" encoding="UTF-8"?>
<weather type="town" value="Split">
<months>
<month month="1" precipitation="78">
<temp min="5" max="10" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="2" precipitation="65">
<temp min="5" max="11" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="3" precipitation="64">
<temp min="7" max="14" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="4" precipitation="64">
<temp min="11" max="18" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="5" precipitation="56">
<temp min="15" max="23" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="6" precipitation="52">
<temp min="19" max="27" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="7" precipitation="28">
<temp min="22" max="31" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="8" precipitation="40">
<temp min="22" max="30" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="9" precipitation="72">
<temp min="18" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="10" precipitation="77">
<temp min="14" max="20" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="11" precipitation="113">
<temp min="10" max="15" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="12" precipitation="104">
<temp min="6" max="12" />
<wind min="Calm" max="Near_Gale" />
</month>
</months>
</weather>
So let me start with small armenian airline - Atlantis European Airways. It was quite a challenge to find who is a CEO there
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="Atlantis European Airways" iata="TD" logo="ATLEUR" color="MediumBlue" country="234" CEO="Rolland Margaryan" mentality="Safe" market="Regional" preferedairport="EVN" >
<narrative
narrative="Atlantis European Airways is an airline based in Yerevan. It has fleet of one aircraft which operates under a code-sharing agreement with Czech Airlines and Austrian Airlines." />
</profile>
<info real="True" from="2004" to="2199" />
<prefereds aircrafts="Airbus A320-100"></prefereds>
</airline>
Picture should be named ATLEUR
Albawings from Albania
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="AlbaWings" iata="2B" logo="ALBAWIN" color="MediumBlue" country="242" CEO="Gentian Kole" mentality="Safe" market="Regional" preferedairport="TIA" >
<narrative
narrative="Albawings is an albanian airline founded in February 2015 by two entrepreneurs. Its fleet contains of two leased Boeings 737. All of the destinations served from Tirana airport are in Italy. " />
</profile>
<info real="True" from="2016" to="2199" />
<prefereds aircrafts="Boeing 737-400, Boeing 737-500"></prefereds>
<routes>
<route destination1="TIA" destination2="AOI" />
<route destination1="TIA" destination2="FLR" />
<route destination1="TIA" destination2="MXP" />
<route destination1="TIA" destination2="PEG" />
<route destination1="TIA" destination2="RMI" />
<route destination1="TIA" destination2="TSF" />
<route destination1="TIA" destination2="VRN" />
</routes>
</airline>
Airline logo (should be saved as ALBAWIN)
BH Air (Balkan Holidays Air)
<?xml version="1.0" encoding="UTF-8"?>
<airline>
<profile name="BH Air" iata="8H" logo="BHAIRBL" color="MediumBlue" country="185" CEO="Yanko Ivanov" mentality="Safe" market="Regional" preferedairport="SOF" >
<narrative
narrative="Bulgarian airline based in Sofia. Not to be confused with now defunct B&H Arilines. BH Air provides charter flights to tour operators in the European countries. The airline's main base is Sofia with two secondary ones at Bourgas Airport and at Varna Airport. Its fleet includes various models of Airbus airplanes " />
</profile>
<info real="True" from="2001" to="2199" />
<prefereds aircrafts="Airbus A320-200, Airbus A330-200"></prefereds>
</airline>
Logo: under BHAIRBL
Weather data for Dubrovnik:
<?xml version="1.0" encoding="UTF-8"?>
<weather type="town" value="Dubrovnik">
<months>
<month month="1" precipitation="98">
<temp min="6" max="12" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="2" precipitation="98">
<temp min="6" max="13" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="3" precipitation="93">
<temp min="8" max="14" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="4" precipitation="91">
<temp min="11" max="17" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="5" precipitation="70">
<temp min="15" max="21" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="6" precipitation="44">
<temp min="19" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="7" precipitation="28">
<temp min="21" max="28" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="8" precipitation="72">
<temp min="22" max="29" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="9" precipitation="86">
<temp min="18" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="10" precipitation="120">
<temp min="15" max="21" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="11" precipitation="142">
<temp min="11" max="17" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="12" precipitation="120">
<temp min="8" max="13" />
<wind min="Calm" max="Near_Gale" />
</month>
</months>
</weather>
Split airport
<?xml version="1.0" encoding="UTF-8"?>
<weather type="town" value="Split">
<months>
<month month="1" precipitation="78">
<temp min="5" max="10" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="2" precipitation="65">
<temp min="5" max="11" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="3" precipitation="64">
<temp min="7" max="14" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="4" precipitation="64">
<temp min="11" max="18" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="5" precipitation="56">
<temp min="15" max="23" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="6" precipitation="52">
<temp min="19" max="27" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="7" precipitation="28">
<temp min="22" max="31" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="8" precipitation="40">
<temp min="22" max="30" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="9" precipitation="72">
<temp min="18" max="25" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="10" precipitation="77">
<temp min="14" max="20" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="11" precipitation="113">
<temp min="10" max="15" />
<wind min="Calm" max="Near_Gale" />
</month>
<month month="12" precipitation="104">
<temp min="6" max="12" />
<wind min="Calm" max="Near_Gale" />
</month>
</months>
</weather>