cfinke / Feed-Sidebar

The Feed Sidebar is an extension for Firefox that displays the items from your Live Bookmarks in the sidebar.
https://addons.mozilla.org/en-US/firefox/addon/4869/
GNU General Public License v2.0
5 stars 3 forks source link

Allow per-feed update frequency #31

Open cfinke opened 13 years ago

cfinke commented 13 years ago

Allow per-feed update frequency


Issue imported from Google Code Author: cfinke Published: 2009-08-19T00:32:47.000Z Status: Accepted Link: http://code.google.com/p/feedsidebar/issues/detail?id=32

MrLozzy commented 13 years ago

Just a thought, but could this be done in some kind of 'adaptive' way? What I'm suggesting is that the extension would use the date tag of the contents of the feed to decide if the feed should be updated more or less frequently.

So for example, if the most recent entry in the feed was made 5 months ago, the feed obviously should be updated less often. Or perhaps it could be that it takes a sample of all the dates in the feed contents and decides from that how often the feed should be updated.

Food for thought.

cfinke commented 13 years ago

This is something that has been on my radar for a long time, and adaptive updating is part of that. Hopefully, I'll have time to get it done soon.