Following OPFOR77 suggestion of doing this as a wiki, in Github
I created an FGMEMBERS repository to be used for information purposes, where we can have general Wiki pages related to how to use FGMEMBERS within Flightgear, With FGDATA with submodules, and offcourse, as a Aircraft center.
With a few research, this is what I came up with
https://github.com/FGMEMBERS/wiki/wiki/Aircrafts-Available
Any suggestions?
Image view at github [SOLVED]
Re: Image view at github
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Image view at github
Looking great! I suppose it is not finished yet, because i see no option to go to a next page. And maybe for the planes without thumbnail you can choose another image? Maybe the splash image?
Btw, are you sure you set up the wiki right? The url contains wiki twice.
Kind regards, Vincent
Btw, are you sure you set up the wiki right? The url contains wiki twice.
Kind regards, Vincent
Re: Image view at github
RE: the url, the first wiki is the repo name, the second wiki is Github saying "Go to the wiki for the repo named 'wiki'".
OPRF Fighter Jock and Dev
Re: Image view at github
KL-666 wrote:And maybe for the planes without thumbnail you can choose another image?
In my opinion the best solution there is to add missing thumbnails.
People could make really nice ones and sent us a PR and help there
Some aircrafts, while missing we can use the FGMEMBERS missing thumbnail mock image seen in some aircrafts
And, no. It is not finished.
It is just an example of the template.
I want to create a python script that creates the table from a list of repository names.
That way is easy to repopulate/recreate the wiki when one new aircraft is added. Otherwise, it would be a mess to maintain.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Image view at github
Yes of course it must automatically reflect what is in fgmembers. No one is going to manually maintain this accurately.
Concerning alternative images, your proposition is surely going to push the noses of the developers on the facts. Yet it is not very user friendly. I would go for the alternative image with a request beneath it for a thumbnail.
Other infos i may find useful are date of last commit, yasim/jsbsim and maybe developers. But if that is too much work, i am already more than happy as it is.
Kind regards, Vincent
Concerning alternative images, your proposition is surely going to push the noses of the developers on the facts. Yet it is not very user friendly. I would go for the alternative image with a request beneath it for a thumbnail.
Other infos i may find useful are date of last commit, yasim/jsbsim and maybe developers. But if that is too much work, i am already more than happy as it is.
Kind regards, Vincent
Re: Image view at github
OK
I am happy with the progress.
The wiki Lists are now complete with any aircraft with any release version up to FG2016.3
The Wiki pages are here:
GPL Aircraft List
NON-GPL Aircraft List
I wrote a python2.x script that can be used to regenerate these tables automatically, so maintenance is very easy , under GPL3+, on the Wiki repository
https://github.com/FGMEMBERS/wiki/blob/master/sources/createwiki.py
I am not great at coding, so feel free to send PR to improve it
the usage is rather manual for now
Where aircraft list is a list of the reponames, one name per line, example
Note. The wiki generator will not sort alphabetically, so if the list is nonAlpabetically, you could run in linux something like
The last two lines
mainGPL, or mainNonGPL, must be manually commented in or out, in order to produce a GPL or a nonGPL list respectively
I am sorry for the "manual" management there.
Feel free to use this code to create you own Wiki list for your GitHub collections with your favorite aircraft, or the aircrafts you create/modify in your own github homes. Consider altering the functions aircraftItem to better suit your own purpose
Best,
IH-COL
I am happy with the progress.
The wiki Lists are now complete with any aircraft with any release version up to FG2016.3
The Wiki pages are here:
GPL Aircraft List
NON-GPL Aircraft List
I wrote a python2.x script that can be used to regenerate these tables automatically, so maintenance is very easy , under GPL3+, on the Wiki repository
https://github.com/FGMEMBERS/wiki/blob/master/sources/createwiki.py
I am not great at coding, so feel free to send PR to improve it
the usage is rather manual for now
Code: Select all
python createwiki.py aircraftlist
Where aircraft list is a list of the reponames, one name per line, example
Code: Select all
14bis
21
707
...
Note. The wiki generator will not sort alphabetically, so if the list is nonAlpabetically, you could run in linux something like
Code: Select all
sort UnsortedList > SortedList
python createwiki.py SortedList
The last two lines
mainGPL, or mainNonGPL, must be manually commented in or out, in order to produce a GPL or a nonGPL list respectively
I am sorry for the "manual" management there.
Feel free to use this code to create you own Wiki list for your GitHub collections with your favorite aircraft, or the aircrafts you create/modify in your own github homes. Consider altering the functions aircraftItem to better suit your own purpose
Best,
IH-COL
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Image view at github
Nice to see all planes now. Just one little issue. I see the last row cutoff somewhat at the right, no matter how wide i make the window.
While you are at it, would it be possible to make the aircraft boxes float under each other when the screen is narrow? I am no html expert, but i believe that is possible when they all have the style float:left;
Kind regards, Vincent
While you are at it, would it be possible to make the aircraft boxes float under each other when the screen is narrow? I am no html expert, but i believe that is possible when they all have the style float:left;
Kind regards, Vincent
Re: Image view at github
Hi KL666
Yes, I noticed the table in the GPL list rendered with a sliding bar (all the way to the bottom), instead of fitting in screen. (The reason is some thumbnails that are not correct sizing, and github attempts at resizing at best, but it did nt do enough)
I can fix the html that is rendering that wiki code. That is 100% under github control.
What I can do is hunt the oversized thumbnails in the aircraft repos to fix this.
It'll get corrected, when I hunt these down and fix (on each respective aircraft)
Note that the NONGPL aircrafts, thumbnails existing have the proper size, and then the table fits.
(alternative B, is to go from table of 4 columns to table of 3 columns) -- which is faster to achieve. Should I go this way.
Yes, I noticed the table in the GPL list rendered with a sliding bar (all the way to the bottom), instead of fitting in screen. (The reason is some thumbnails that are not correct sizing, and github attempts at resizing at best, but it did nt do enough)
I can fix the html that is rendering that wiki code. That is 100% under github control.
What I can do is hunt the oversized thumbnails in the aircraft repos to fix this.
It'll get corrected, when I hunt these down and fix (on each respective aircraft)
Note that the NONGPL aircrafts, thumbnails existing have the proper size, and then the table fits.
(alternative B, is to go from table of 4 columns to table of 3 columns) -- which is faster to achieve. Should I go this way.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Re: Image view at github
I'd give 3 cols a try first. See how it looks. If not too bad, it should be fine.
Kind regards, Vincent
Kind regards, Vincent
Re: Image view at github
wilco
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?
Who is online
Users browsing this forum: No registered users and 7 guests