#6582 closed defect (fixed)
WEB: RSS feed errors
Reported by: | SF/h2jazz5 | Owned by: | bluegr |
---|---|---|---|
Priority: | normal | Component: | Web |
Version: | Keywords: | ||
Cc: | Game: |
Description
I'm using Thunderbird 24.5 on Windows 7 as my RSS reader, and it can't subscribe to ScummVM feeds, apparently because of validation difficulties (W3C Feed Validator also shows a bunch of errors).
http://planet.scummvm.org/rss20.xml http://www.scummvm.org/feeds/rss/
Ticket imported from: bugs/6582.
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Atom feed issues: http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.scummvm.org
It appears that we have issues where the non-ascii characters for several developers names are not correctly in UTF-8 to start with...
comment:3 by , 10 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 10 years ago
This should be fixed now. There was an encoding issue with the latest news item, and it wasn't in encoded UTF-8.
Closing
Sigh. Damn. Our website code for this is also open source. Any patches to fix this are welcomed: https://github.com/scummvm/scummvm-web/blob/master/templates/feed_rss.tpl
I will try and take a look at the output from W3C validation errors, but not an expert on RSS/Atom, so this could take a while.