midori/extensions/feed-panel
Dale Whittaker 20d03e43aa 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.
2009-05-12 01:52:30 +02:00
..
feed-atom.c Improve title and URI display in the feed panel 2009-05-09 14:08:06 +02:00
feed-atom.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-panel.c Improve title and URI display in the feed panel 2009-05-09 14:08:06 +02:00
feed-panel.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
feed-parse.c Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-parse.h Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-rss.c Improve handling of feeds with missing data 2009-05-12 01:52:30 +02:00
feed-rss.h Initial version of the Feed Panel extension 2009-04-25 18:15:08 +02:00
main.c Localize 'Last updated' display of feeds and quote URIs 2009-04-29 23:46:41 +02:00