sreejith12 / rsslounge

Automatically exported from code.google.com/p/rsslounge
0 stars 0 forks source link

Offline reading #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A killer feature : an HTML5 offline use of rsslounge. 

For futher reading on this : http://www.w3.org/TR/html5/offline.html and 
http://diveintohtml5.org/offline.html

Ideally loading external images too. 

Obviously when you get back online, the state of "read" and starred articles is 
syncronized. 

Original issue reported on code.google.com by arthur.l...@gmail.com on 24 Jun 2011 at 6:50

GoogleCodeExporter commented 8 years ago
Adding an API would partially solve this problem. You would have to use a 
desktop/mobile feed reader (like Liferea https://en.wikipedia.org/wiki/Liferea 
on linux), then all articles would be cached locally and readable offline. This 
would also allow synchronizing read/unread/starred status between your desktop 
client and RSSLounge.

I have to find or file a bug report about adding an API. (Tiny Tiny RSS has a 
JSON-based API and is syncable with desktop feed readers, as does Google Reader)

Original comment by nodiscc on 22 Nov 2012 at 4:57