The rss-aggregator tag has no wiki summary.
3
votes
3answers
60 views
Application displaying latest blog posts on desktop
Is there an application for Linux which is able to put rss feed directly on desktop? I've seen lots of standalone programs, but I'd like to have a window in the corner of my desktop always showing ...
1
vote
0answers
53 views
rsstail Not Printing Output
I've installed rsstail 1.8 on my linux box and everything seems to be going smoothly, knock on wood, except for the part where rsstail isn't printing the streams. Running the command, I see that it's ...
0
votes
0answers
149 views
Rss feed notifications in gnome 3
Is there a way to configure Gnome 3 notifications to display password protected RSS feed? Or maybe it is possible to configure another RSS reader to use gnome 3 notifications? It seems to me an ...
0
votes
2answers
163 views
GUI for newsbeuter?
Is there a GUI for the feed reader newsbeuter?
Or would there be an easy way to create one for it?
Or is there any other graphical feed reader that could use the cache.db database (SQLite) of ...
1
vote
2answers
211 views
Simple feed aggregation server
I’m looking for a program that runs as daemon, downloads Atom and RSS feeds at least every minute, and provides a paginated Atom feed of all entries of all feeds through a simple HTTP server. It ...
3
votes
3answers
2k views
How to watch rss feed for new entries from bash script?
I need to watch a RSS feed from our hudson ci server.
Each time a new entry is available i want to play a sound by calling #>play sound.wav.
Does anyone know a tool which can watch a rss-feed and ...
4
votes
3answers
635 views
RSS clients with Google reader synchronization
Are there some usable RSS clients with Google reader synchronization?
Preferably Qt/KDE. Akregator doesn't seem to support this feature right now.
8
votes
2answers
898 views
Simple CLI rss reader, that can print only subject and uri, based on new since time interval
So what I'm looking for is easy enough to code, but I'm wondering if it already exists, so I don't going releasing duplicate code.
I need a feed reader, that prints the subject, and uri on one line, ...