Differences between revisions 2 and 11 (spanning 9 versions)
Revision 2 as of 2005-05-10 18:21:02
Size: 457
Editor: anonymous
Comment:
Revision 11 as of 2019-12-31 05:52:50
Size: 2551
Comment: Clean up, clarify, and extend the page
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#language it
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/RSS|Italiano]]-~
----
Line 4: 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 6: 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 8: 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)>>

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

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

 * https://jangernert.github.io/FeedReader/ - Official website.

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

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

* https://www.newsboat.org/ - Official website.

Translation(s): English - Italiano


NewsAggregator


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

* https://www.newsboat.org/ - Official website.