[akregator] [Bug 340463] Wrong article url for github feed in akregator
Christophe Giboudeaux
cgiboudeaux at gmx.com
Wed Oct 29 21:12:56 GMT 2014
https://bugs.kde.org/show_bug.cgi?id=340463
--- Comment #2 from Christophe Giboudeaux <cgiboudeaux at gmx.com> ---
To be more precise. A relative url in 'link rel' is valid, but then the 'feed'
tag at the beginning of the atom file shall contain
'xml:base="https://github.com"'
ie:
instead of:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US">
There should be:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:media="http://search.yahoo.com/mrss/" xml:lang="en-US"
xml:base="https://github.com">
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list