miniflux-legacy/models
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
..
.htaccess Add autoflush value 'immediately' and improve gitignore 2013-12-22 21:25:54 -05:00
config.php Provides enahncement fguillot/miniflux #162 "Provide original link to any audio/video enclosures". 2014-02-17 10:41:22 -08:00
feed.php Improve files organization 2014-02-08 14:13:14 -05:00
item.php Provides enahncement fguillot/miniflux #162 "Provide original link to any audio/video enclosures". 2014-02-17 10:41:22 -08:00
schema.php Provides enahncement fguillot/miniflux #162 "Provide original link to any audio/video enclosures". 2014-02-17 10:41:22 -08:00
user.php Improve files organization 2014-02-08 14:13:14 -05:00