Bug 89808 - Problem with KDE Wiki Articles feed
Summary: Problem with KDE Wiki Articles feed
Status: RESOLVED NOT A BUG
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-19 12:19 UTC by Stephan Binner
Modified: 2004-09-28 03:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Binner 2004-09-19 12:19:05 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The feed http://wiki.kde.org/tiki-articles_rss.php results with (every?) fetch in as new displayed articles. Sometimes articles appear doubled, sometimes it as "(20)" even if it only displays 10 articles. aKregator should try to handle this (faulty) feed better.
Comment 1 Sashmit Bhaduri 2004-09-27 06:46:03 UTC
Do you know when this feed updates?
Comment 2 Stephan Binner 2004-09-27 07:29:34 UTC
It seems to update about every 12min. The funny thing seems to be that it sometimes(?) changes the domain within:

2c2
< <!--  RSS generated by TikiWiki CMS (tikiwiki.org) on Mon, 27 Sep 2004 04:49:35 GMT -->
---
> <!--  RSS generated by TikiWiki CMS (tikiwiki.org) on Mon, 27 Sep 2004 05:05:33 GMT -->
6c6
< <link>http://wiki.kde.org/tiki-index.php</link>
---
> <link>http://kde.ground.cz/tiki-index.php</link>
10c10
< <pubDate>Mon, 27 Sep 2004 04:45:32 GMT</pubDate>
---
> <pubDate>Mon, 27 Sep 2004 04:57:08 GMT</pubDate>
17,18c17,18
< <link>http://wiki.kde.org/tiki-index.php</link>
< <url>http://wiki.kde.org/img/tiki.jpg</url>
---
> <link>http://kde.ground.cz/tiki-index.php</link>
> <url>http://kde.ground.cz/img/tiki.jpg</url>
23c23
<   <link>http://wiki.kde.org/tiki-read_article.php?articleId=14</link>
---
>   <link>http://kde.ground.cz/tiki-read_article.php?articleId=14</link>
27c27
< <guid isPermaLink="true">http://wiki.kde.org/tiki-read_article.php?articleId=14</guid>
---
> <guid isPermaLink="true">http://kde.ground.cz/tiki-read_article.php?articleId=14</guid>
Comment 3 Sashmit Bhaduri 2004-09-28 03:10:09 UTC
That seemed to have been the problem then. The GUID field is supposed to be a unique indentifier that RSS readers use to identify duplicates. We use that as a hash internally, so if the GUID changes, it's detected as a new article.