RSS feed in a Konsole/Terminal

You might be using something like Akregator today to read the news feeds from your favorite sources.
To get news feeds in the terminal you can install newsbeuter
The next thing to do is to create the ~/.newsbeuter directory:
Then we go in there and create the file urls:
and we enter the RSSfeeds in that file:
You can enter the url of any news feed that you follow in there
If you want to get the news from the Mageia Blog add this line in urls (righ-click and copy the link fron the RSS button on the site)
Now you are ready to fire it up with the command
Therefor we create the file ~/.newsbeuter/config
and we put this single line in there:
and save it.
Good for mobile phones and SSH.



Edit:
I just realised that newsbeuter is not in the repos so time to request it then ....
https://bugs.mageia.org/show_bug.cgi?id=7735
(It can be "stolen" from Mandriva 2010, 2011 and 2012)
To get news feeds in the terminal you can install newsbeuter
The next thing to do is to create the ~/.newsbeuter directory:
- Code: Select all
mkdir .newsbeuter
Then we go in there and create the file urls:
- Code: Select all
sudo nano ~/.newsbeuter/urls
and we enter the RSSfeeds in that file:
- Code: Select all
http://bjoernvold.com/forum/feed.php
You can enter the url of any news feed that you follow in there
If you want to get the news from the Mageia Blog add this line in urls (righ-click and copy the link fron the RSS button on the site)
- Code: Select all
http://blog.mageia.org/en/feed
Now you are ready to fire it up with the command
- Code: Select all
newsbeuter
Therefor we create the file ~/.newsbeuter/config
- Code: Select all
sudo nano ~/.newsbeuter/config
and we put this single line in there:
- Code: Select all
auto-reload yes
and save it.
Good for mobile phones and SSH.



Edit:
I just realised that newsbeuter is not in the repos so time to request it then ....
https://bugs.mageia.org/show_bug.cgi?id=7735
(It can be "stolen" from Mandriva 2010, 2011 and 2012)