miniflux-legacy/vendor/PicoFeed/Parsers
Philip Walden 2874d16a5d Provides enahncement fguillot/miniflux #162 "Provide original link to any audio/video enclosures".
Essentially, if an enclosure tag exists in the item, then the item menu will contain
a link 'multimedia [speaker symbol]' to the media url. Otherwise, if there is no
enclosure tag, there is no menu item shown.

This feature required adding an enclosure column to the items table (models/schema.php)
and bumping the DB version to 21 (models/config.php). I also added enclosure tag logic
to the Rss20 parser, the model/item.php and template/item.php files.
2014-02-17 10:41:22 -08:00
..
Atom.php Bug fix: when the title is empty, use the url as title 2014-01-11 19:46:30 -05:00
Rss10.php Bug fix: when the title is empty, use the url as title 2014-01-11 19:46:30 -05:00
Rss20.php Provides enahncement fguillot/miniflux #162 "Provide original link to any audio/video enclosures". 2014-02-17 10:41:22 -08:00
Rss91.php Update of picoFeed 2013-06-28 21:50:15 -04:00
Rss92.php Update of picoFeed 2013-06-28 21:50:15 -04:00