Bug 85248

Summary: konqueror plugin should recognize RSS link in HTML head
Product: [Applications] akregator Reporter: John Belmonte <john>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.0-beta4   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description John Belmonte 2004-07-15 12:12:11 UTC
Version:           1.0-beta4 (using KDE KDE 3.2.2)
Installed from:    Debian testing/unstable Packages

If a web page has a <link> element of type application/rss+xml within the <meta> element, then "add feed to aKregator" should be available in the context menu for the page.
Comment 1 Sashmit Bhaduri 2004-07-15 14:44:19 UTC
Yes, in addition, we should check for:

link element with rel==alternate, type=application/rdf+xml
link element with rel==alternate, type=application/atom+xml
link element with rel==alternate, type=application/x.atom+xml
link element with rel==service.feed, type==anything
Comment 2 Sashmit Bhaduri 2004-07-19 22:19:53 UTC
CVS commit by sashmit: 

make konq plugin detect feeds that appear in link tags, and also in 
pages which have no link tags but reference feeds.

These will be detected on right click on the background of pages.

Works quite well with pages with a lot of feeds, for example:
http://www.georgewbush.com/blog/

CCMAIL: 85248-done@bugs.kde.org


  M +2 -2      Makefile.am   1.3
  M +126 -29   akregatorplugin.cpp   1.8
  M +3 -0      akregatorplugin.h   1.3