RSS/Atom output and HTML tag support
Actually, I used to use Google Reader for this (not the web browser directly), but apparently, Google does not support raw RSS outputs, at least not by default - it's quite possible that I've overlooked a setting or Google Reader is simply not the right tool for the job.
The same link now gives a perfectly readable page. It must be something in my browser settings (like a news reader I'm not aware of) or Google Reader, I guess.
Hi, I encountered the same encoding problem.
On the Feed on SMW site < is displayed correctly meanwhile calling the
Feed on my site the < is changed to < and is thus not rendered by the browser / feed reader.
I already changed language settings / SMW versions. Any help?? Kaboomki (talk)
I'm guessing you are using SMW 1.8.0.5 while smw.org already uses SMW 1.9. Either you wait until 1.9 is officially released or you use the git master to get access to the updated FeedResultPrinter class.
Thanks! I updated to SMW 1.9. See https://docupedia.de/zg/Spezial:Version
However the issue with parameter page=full is still there.
Is it necessary to update MW too? Best (talk)
When looking at Spezial:Version it shows SMW 1.9 but somehow I got the feeling it is an older version of SMW 1.9.
The ensure you use the current master you should use git clone https://git.wikimedia.org/git/mediawiki/extensions/SemanticMediaWiki.git
You can verify that you have the latest by looking at includes/queryprinters/FeedResultPrinter.php line 281 which should only contain
return FeedItem::stripComment( implode( ',', $items ) ) . FeedItem::stripComment( $pageContent );
If you can confirm that this the SMW version you are using then MW might be the next path to look into.
I just added a test case [1] that verifies that a text like "A&O Berlin" will output "A&O Berlin" for the current SMW 1.9 master.
Aside from the SMW version and not related to the above issue it seems you are using 1.19.2 where its commendable to at least use MW 1.19.7 as unit tests deployed with SMW 1.9 (current master) are tested against MW 1.19.7, 1.21, and 1.22.