What are you working on? - Programming On Unix
Users browsing this thread: 20 Guest(s)
|
|||
Taking a break from ncplay this week in order to work on replacing my use of the python-based rawdog rss feed aggregator with some scripts built around sfeed.
Pursuant to my comments in another thread about criteria for preferring one program over another. I need to walk my own talk. ;-) rawdog is written for python2.7, so I would probably need to replace it anyway now that the world is going to python3. I prefer a river-of-news style of feedreader that combines all my feeds sorted by date in a single html page I can read in a web browser (I like (f)elinks). I figure if I'm going to need the browser to follow any links in the feed items, I might as well read the feeds in the browser too. No need for a separate reader like newsbeuter, snownews, canto, etc. sfeed ticks all the boxes on my list of criteria, including being written in clean, static-linkable C. |
|||