Page 6 of 6
Re: Oolite Wikipedia - some issues
Posted: Sun Aug 29, 2021 1:04 pm
by Cholmondely
hiran wrote: ↑Sun Aug 29, 2021 12:19 pm
Happy to help.
What should I do?
What does 'unknown key' really mean? What is a key?
Re: Oolite Wikipedia - some issues
Posted: Sun Aug 29, 2021 1:23 pm
by hiran
Cholmondely wrote: ↑Sun Aug 29, 2021 1:04 pm
hiran wrote: ↑Sun Aug 29, 2021 12:19 pm
Happy to help.
What should I do?
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.
Re: Oolite Wikipedia - some issues
Posted: Tue Mar 01, 2022 12:47 pm
by Cholmondely
Cody wrote: ↑Mon May 10, 2021 3:45 pm
Is the OXZ download counter still not functioning? Any ideas, maik?
According to the Special Pages in our wiki (
https://wiki.alioth.net/index.php/Special:Version), Maik
wrote the freeware Download Counter for this version of wikipedia!
Code: Select all
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
Re: Oolite Wikipedia - some issues
Posted: Thu Oct 12, 2023 10:38 am
by Nite Owl
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).
Re: Oolite Wikipedia - some issues
Posted: Thu Oct 12, 2023 10:52 am
by phkb
Nite Owl wrote: ↑Thu Oct 12, 2023 10:38 am
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).
Fixed.
Re: Oolite Wikipedia - some issues
Posted: Mon Oct 23, 2023 6:21 am
by hiran
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.