Bug 85248 - konqueror plugin should recognize RSS link in HTML head
Summary: konqueror plugin should recognize RSS link in HTML head
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0-beta4
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 12:12 UTC by John Belmonte
Modified: 2004-07-19 22:19 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 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