Differences between revisions 8 and 12 (spanning 4 versions)
Revision 8 as of 2012-05-06 18:38:57
Size: 1393
Comment: added link to it translation + minor formatting fix
Revision 12 as of 2020-03-23 16:34:19
Size: 2617
Comment: Moved links all at the bottom, minor formatting
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#language it #language en
Line 5: Line 5:
NewsAggregator
--------
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 7:
"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 9:
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 12:
 * 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 16:
[[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 18:
apt-get update
apt-ge
t install liferea
apt install liferea
Line 25: Line 21:
And run it typing: === 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 25:
 /usr/bin/liferea apt install feedreader
Line 29: Line 27:

in a [[terminal]] or choosing it from Menu->Internet

 *http://liferea.sourceforge.net : official website.
Line 36: Line 30:
[[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 32:
You can either find it in your desktop's software center of choice or install it through your terminal by typing:
Line 39: Line 34:
apt-get update
apt-ge
t install akregator
apt install akregator
Line 43: Line 37:
And run it typing: === 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 43:
 /usr/bin/akregator apt install newsboat
Line 48: Line 46:
in a [[terminal]] or choosing it from Menu->Internet == See also ==
Line 50: Line 48:
 *http://akregator.sourceforge.net : official website.  * NewsAggregator

== External links ==

 * https://userbase.kde.org/Akregator - Akregator official website
 * https://jangernert.github.io/FeedReader/ - FeedReader official website
 * http://lzone.de/liferea/ - Liferea official website
 * https://www.newsboat.org/ - Newsboat 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.

Mozilla

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

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

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

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

See also