Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2005-05-10 18:20:04
Size: 398
Editor: anonymous
Comment:
Revision 15 as of 2021-08-25 21:05:50
Size: 2881
Editor: d3fault
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
NewsAggregator
--------
Really Simple Syndication or RDF Site Summary.
#language en
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/RSS|Italiano]] - [[uk/RSS|Українська]]-~
----
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 6: 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 8: Line 9:
See http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html for more information. <<TableOfContents(3)>>

=== Mozilla ===
 * 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.

=== Liferea ===

[[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:
{{{
apt install liferea
}}}

=== 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:
{{{
apt install feedreader
}}}

=== Akregator ===

[[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.

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 ===

[[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:
{{{
apt install newsboat
}}}

=== QuiteRSS ===

[[DebianPkg:quiterss]] is a feed reader written in Qt/C++.

You can install it through your terminal by typing:
{{{
apt install quiterss
}}}

== See also ==

 * 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
 * https://http://quiterss.org/ - QuiteRSS 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

QuiteRSS

quiterss is a feed reader written in Qt/C++.

You can install it through your terminal by typing:

apt install quiterss

See also