What does 'unknown key' really mean? What is a key?
OXPs contain a number of plist files. These contain maps, which more or less can be read like name -> value.
The names are called keys, and in case of manifest.plist you can see the allowed keys and their meaning listed on http://wiki.alioth.net/index.php/Manifest.plist
The warning just states that someone used a key that is undefined for the file. Most of the time this is just due to a typo.
If you go for the occurrences where the key licence is unknown, you can see that the key license is missing.
So the task would be to check the plist files in the regrding OXPs for these occurrences and decide what went wrong, get it fixed and upload that new OXP to the expansion manager.
Installed extensions
...
Parser hooks
Extension Version License Description Authors
Media Download Counter 1 CC-BY-SA 3.0 Counts downloads of Media files Maik Schulz
ParserFunctions 1.6.0 GPL-2.0-or-later Enhance parser with logical functions Tim Starling, Robert Rohde, Ross McClure and Juraj Simlovic
Have a look at the following: https://wiki.alioth.net/index.php/Hud.plist#labeled. You will notice that it uses the American spelling with a single L. This is incorrect, the correct syntax should be the British spelling with two L's. This would also need to be changed in the listing at the top of the hud.plist wiki (8.10) and possibly in the URL above, although the URL is not as important as the other two occurrences. Have not run into any other instances of labeled versus labelled on other wikis but it might be worth a more in depth study so that the same minor issue is not repeated. Only discovered this due to a TWEAK to the Energy Bars on my H.U.D. of choice.
“England and America are two countries separated by a common language” (George Bernard Shaw).
Humor is the second most subjective thing on the planet
Brevity is the soul of wit and vulgarity is wit's downfall
Have a look at the following: https://wiki.alioth.net/index.php/Hud.plist#labeled. You will notice that it uses the American spelling with a single L. This is incorrect, the correct syntax should be the British spelling with two L's. This would also need to be changed in the listing at the top of the hud.plist wiki (8.10) and possibly in the URL above, although the URL is not as important as the other two occurrences. Have not run into any other instances of labeled versus labelled on other wikis but it might be worth a more in depth study so that the same minor issue is not repeated. Only discovered this due to a TWEAK to the Energy Bars on my H.U.D. of choice.
“England and America are two countries separated by a common language” (George Bernard Shaw).
I changed the Oolite wiki entry page to contain a 'Developer's corner'.
To not overflood the existing space I combined ships, stations and equipment. Now looking at it - this index is manually maintained. Would it make sense to point to https://ooliteproject.github.io/oolite- ... n-catalog/ also? But the manual version has more charm than the generated one.