Skip to content
Permalink
Browse files

PLANET: Add GSoC blog for Matthew Stewart

  • Loading branch information
criezy committed Apr 29, 2018
1 parent c0cc3af commit 81ef28ba0b6c9f7da45cffb265bbf93526f5069c
Showing with 5 additions and 0 deletions.
  1. +5 −0 scummvm_template/config.ini
@@ -358,3 +358,8 @@ username = Joefish
name = Andrii Prykhodko (whiterandrek) - GSoC
face = avatars/student.png
username = whiterandrek

[https://drenn1.github.io/feed_scummvm.xml]
name = Matthew Stewart (Drenn) - GSoC
face = avatars/student.png
username = Drenn

9 comments on commit 81ef28b

@sev-

This comment has been minimized.

Copy link
Member

@sev- sev- replied Apr 30, 2018

This doesn't work. Looks like it is because it is Atom, not RSS 2.0

@criezy

This comment has been minimized.

Copy link
Member Author

@criezy criezy replied Apr 30, 2018

Indeed it doesn't work. The README in code/planetvenus make it look like Atom should be supported though:

It uses Mark Pilgrim's Universal Feed Parser to read from CDF, RDF, RSS and Atom feeds

@djwillis Do you have an idea?

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied Apr 30, 2018

If there's a simple change to the feed's format that would fix the problem, I can do that. Jekyll doesn't seem to have a built-in way to filter feeds, so I adapted this from an example I found online.

I would just need to edit this file: https://github.com/Drenn1/Drenn1.github.io/blob/master/feed_scummvm.xml

@criezy

This comment has been minimized.

Copy link
Member Author

@criezy criezy replied Apr 30, 2018

Maybe it needs the author and/or updated date information to be specified for the channel?
@Drenn1 Here is another example similar to yours but where a bit more information is specified in the feed.

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied Apr 30, 2018

I've added author and updated fields, we'll see if that helps...

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied Apr 30, 2018

That didn't work. I took a look at some documentation for atom, and apparently I'm missing a required "id" field, and "updated" is required for the posts themselves. I'll try adding those.

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied Apr 30, 2018

...apparently, what I was using was a weird mixture of rss and atom. I've pretty much redone the feed and now it passes this validator: https://validator.w3.org/feed/#validate_by_uri

So, now to wait until it refreshes.

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied Apr 30, 2018

Well, it's still not working after it says it refreshed. I'm not sure what more to do, really. You seem to have both atom and rss feeds, so I don't think lack of support is the problem. Sorry about the trouble...

@Drenn1

This comment has been minimized.

Copy link

@Drenn1 Drenn1 replied May 1, 2018

Just to make sure my feed isn't the problem, I tried running planet venus with this repository on my own machine - and it does work.

Based on the fact that it says "internal server error' when you hover over my name, it seems to be getting an HTTP 500 error when trying to access the site. I've gotten the same thing to happen on my local machine when I neglect to put "http" in front of the url.

I don't know why the ScummVM site in particular would be getting a 500 response from the server... it would be worth checking if the site is even accessible from that server...

Please sign in to comment.
You can’t perform that action at this time.