Size: 1389
Comment: update official website of Liferea and Akregator
|
Size: 2551
Comment: Clean up, clarify, and extend the page
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
Really Simple Syndication or RDF Site Summary. | RSS (RDF Site Summary) is a standard used for retrieving and aggregating updates to websites. This has many uses, such as quickly getting notifications on new blog posts, news articles, etc. as they come out from sites of your choice. "Atom" is a similar and newer standard for the same purpose, sites may support one or both. |
Line 9: | Line 9: |
"RSS is a format for syndicating news and the content of news-like sites, including major news sites like Wired, news-oriented community sites like Slashdot, and personal weblogs." - Mark Pilgrim | Atom and RSS feeds are generally loaded into "reader" applications which make them comprehensible for humans, many of which are free software and available in the Debian repositories. |
Line 11: | Line 11: |
See http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html and http://en.wikipedia.org/wiki/Really_Simple_Syndication for more information. | <<TableOfContents(3)>> |
Line 14: | Line 14: |
* You can use [[https://addons.mozilla.org/extensions/showlist.php?application=firefox&numpg=10&category=News%20Reading|Firefox extensions]] to read RSS and Atom news. | * You can use [[https://addons.mozilla.org/en-US/firefox/search/?category=feeds-news-blogging&sort=recommended%2Cusers&type=extension|Firefox extensions]] to read RSS and Atom news. |
Line 18: | Line 18: |
[[Liferea]] is the Linux feed reader. You can install it typing: |
[[DebianPkg:Liferea]] is a GTK3 reader for Atom and RSS feeds that generally works well as a desktop-agnostic solution. You can either find it in your desktop's software center of choice or install it through your terminal by typing: |
Line 21: | Line 20: |
apt-get update apt-get install liferea |
apt install liferea |
Line 25: | Line 23: |
And run it typing: | * http://lzone.de/liferea/ - Official website. === Feedreader === [[DebianPkg:Feedreader]] is a GTK3 reader for Atom and RSS feeds built to integrate best into a [[DebianWiki:GNOME]] desktop, by means of using CSD titlebars and other GNOME libraries. You can either find it in your desktop's software center of choice or install it through your terminal by typing: |
Line 27: | Line 29: |
/usr/bin/liferea | apt install feedreader |
Line 30: | Line 32: |
in a [[terminal]] or choosing it from Menu->Internet *http://lzone.de/liferea/ : official website. |
* https://jangernert.github.io/FeedReader/ - Official website. |
Line 36: | Line 36: |
[[Akregator]] is the KDE RSS Feed Reader. You can install it typing: | [[DebianPkg:Akregator]] is an Atom and RSS reader developed by the [[DebianWiki:KDE]] project, and an ideal alternative for those running KDE Plasma or another Qt-based desktop in order to get better integration. |
Line 38: | Line 38: |
You can either find it in your desktop's software center of choice or install it through your terminal by typing: | |
Line 39: | Line 40: |
apt-get update apt-get install akregator |
apt install akregator |
Line 43: | Line 43: |
And run it typing: | * https://userbase.kde.org/Akregator - Official website. === Newsboat === [[DebianPkg:Newsboat]] is an Atom and RSS reader for the terminal, similar in design to [[DebianWiki:Mutt]]. It's a universal and featureful client that's a perfect fit for those that don't use a desktop or that prefer the asceticism of the console. You can install it through your terminal by typing: |
Line 45: | Line 51: |
/usr/bin/akregator | apt install newsboat |
Line 48: | Line 54: |
in a [[terminal]] or choosing it from Menu->Internet *https://userbase.kde.org/Akregator : official website. |
* https://www.newsboat.org/ - Official website. |
Translation(s): English - Italiano
RSS (RDF Site Summary) is a standard used for retrieving and aggregating updates to websites. This has many uses, such as quickly getting notifications on new blog posts, news articles, etc. as they come out from sites of your choice. "Atom" is a similar and newer standard for the same purpose, sites may support one or both.
Atom and RSS feeds are generally loaded into "reader" applications which make them comprehensible for humans, many of which are free software and available in the Debian repositories.
Contents
Mozilla
You can use Firefox extensions to read RSS and Atom news.
Liferea
Liferea is a GTK3 reader for Atom and RSS feeds that generally works well as a desktop-agnostic solution. You can either find it in your desktop's software center of choice or install it through your terminal by typing:
apt install liferea
http://lzone.de/liferea/ - Official website.
Feedreader
Feedreader is a GTK3 reader for Atom and RSS feeds built to integrate best into a GNOME desktop, by means of using CSD titlebars and other GNOME libraries. You can either find it in your desktop's software center of choice or install it through your terminal by typing:
apt install feedreader
https://jangernert.github.io/FeedReader/ - Official website.
Akregator
Akregator is an Atom and RSS reader developed by the KDE project, and an ideal alternative for those running KDE Plasma or another Qt-based desktop in order to get better integration.
You can either find it in your desktop's software center of choice or install it through your terminal by typing:
apt install akregator
https://userbase.kde.org/Akregator - Official website.
Newsboat
Newsboat is an Atom and RSS reader for the terminal, similar in design to Mutt. It's a universal and featureful client that's a perfect fit for those that don't use a desktop or that prefer the asceticism of the console.
You can install it through your terminal by typing:
apt install newsboat
* https://www.newsboat.org/ - Official website.