-
-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix feed.json when there are multiple screenshots #2721
Comments
The AppStream spec is from For appimage.github.io we are currently using only one screenshot. |
@probonopd Yeah I wanted to focus on the second sentence, if an app has more screenshot then how we can use it, Like I want to use it in my Can you help me generate a custom feed.json that has it, or how are you fetching posts in feed.json file https://github.com/AppImage/appimage.github.io/blob/master/feed.json |
https://appimage.github.io/feed.json already contains them:
but indeed it looks like they are just concatenated together without spaces between them? |
@probonopd Oh sorry and thanks, can you tell me from where are you fetching posts in feed.json. |
Jekyll generates the feed using https://github.com/AppImage/appimage.github.io/blob/81ce3b56a988f1b1185f138cb2fc3f96ce030f6f/feed.json. Do you know how to change Line 35 in 81ce3b5
so that the different screenshots do not simply get concatenated? Jekyll |
Yeah they don't have commas between them and are concatenated together. |
Sadly I am no expert in this. |
Let's say I want
AppImage Pool
app screenshot's, now the problem is that I have added 4 screenshot in appdata xml but appimagehub's feed.json shows 1, it is for all appimage in feed.json.Can you add code to fetch all screenshots instead of only one?
The text was updated successfully, but these errors were encountered: