Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2005-05-10 18:20:04
Size: 398
Editor: anonymous
Comment:
Revision 10 as of 2019-09-05 15:03:11
Size: 1415
Editor: nodiscc
Comment: updat TerminalEmulator link
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 8: Line 11:
See http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html for more information. 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.

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

=== Liferea ===

[[Liferea]] is the Linux feed reader. You can install it typing:

{{{
apt-get update
apt-get install liferea
}}}

And run it typing:
{{{
 /usr/bin/liferea
}}}

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

 *http://lzone.de/liferea/ : official website.

=== Akregator ===

[[Akregator]] is the KDE RSS Feed Reader. You can install it typing:

{{{
apt-get update
apt-get install akregator
}}}

And run it typing:
{{{
 /usr/bin/akregator
}}}

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

 *https://userbase.kde.org/Akregator : official website.

Translation(s): English - Italiano


NewsAggregator


Really Simple Syndication or RDF Site Summary.

"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

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.

Mozilla

Liferea

?Liferea is the Linux feed reader. You can install it typing:

apt-get update
apt-get install liferea

And run it typing:

 /usr/bin/liferea 

in a terminal emulator or choosing it from Menu->Internet

Akregator

?Akregator is the KDE RSS Feed Reader. You can install it typing:

apt-get update
apt-get install akregator

And run it typing:

 /usr/bin/akregator

in a terminal or choosing it from Menu->Internet