]> spindle.queued.net Git - midori/commit
Improve handling of feeds with missing data
authorDale Whittaker <dayul@users.sf.net>
Mon, 11 May 2009 23:52:30 +0000 (01:52 +0200)
committerChristian Dywan <christian@twotoasts.de>
Mon, 11 May 2009 23:52:30 +0000 (01:52 +0200)
commit20d03e43aa67b933abf69da40d095b7ceb245bc3
tree3a39fcad7022af7de17732685df100800669a603
parentff2abf1fd4483f553d8e8fd606d9b61f7d5ca55d
Improve handling of feeds with missing data

Previously the description was used in the treeview if the title
was not present, however this is not possible in some cases, as
it may contain markup.
The the RSS code is changed so now if there is no title, the
description is used as the title, but with the html stripped from
it. We also have to consider that some description elements may
simply contain an html tag (and therefore no text). In that
case the URI is used as the title.
extensions/feed-panel/feed-parse.c
extensions/feed-panel/feed-parse.h
extensions/feed-panel/feed-rss.c