你再也不用一個網(wǎng)站一個網(wǎng)站,一個網(wǎng)頁一個網(wǎng)頁去逛了。只要這將你需要的內(nèi)容訂閱在一個RSS閱讀器中,這些內(nèi)容就會自動出現(xiàn)你的閱讀器里,你也不必為了一個急切想知道的消息而不斷的刷新網(wǎng)頁,因為一旦有了更新,RSS閱讀器就會自己通知你.
第一類大多數(shù)閱讀器是運行在計算機桌面上的應(yīng)用程序,通過所訂閱網(wǎng)站的新聞供應(yīng),可自動、定時地更新新聞標題。在該類閱讀器中,有Awasu、FeedDemon和RSSReader這三款流行的閱讀器,都提供免費試用版和付費高級版。國內(nèi)最近也推出了幾款RSS閱讀器:周博通,看天下,博閱。另外,開源社區(qū)也推出了很多優(yōu)秀的閱讀器,RSSOWl(完全java開發(fā))它不僅是完全支持中文界面,而且還是完全的免費軟件!(后面我們就將以開源軟件周博通和rssowl為例,為大家介紹怎樣來使用RSS閱讀器-周伯通,怎樣使用RSS閱讀器-rssowl))
第二類新聞閱讀器通常是內(nèi)嵌于已在計算機中運行的應(yīng)用程序中。例如,NewsGator內(nèi)嵌在微軟的Outlook中,所訂閱的新聞標題位于Outlook的收件箱文件夾中。另外,Pluck內(nèi)嵌在Internet Explorer瀏覽器中!
<!-- XML版本和字符集 -->
<?xml version="1.0"?>
<!-- RSS版本 -->
<rss version="2.0">
<!-- 以下為頻道信息及新聞列表 -->
<channel>
<!-- 頻道總體信息:開始 -->
<!-- 頻道標題 -->
<title>Lift Off News</title>
<!-- 頻道鏈接的總地址 -->
<link>http://liftoff.msfc.nasa.gov/</link>
<!-- 頻道描述文字 -->
<description>Liftoff to Space Exploration.</description>
<!-- 頻道使用的語言(zh-cn表示簡體中文) -->
<language>en-us</language>
<!-- 頻道發(fā)布的時間 -->
<pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
<!-- 頻道最后更新的時間-->
<lastBuildDate>Tue, 10 Jun 2003 09:41:01 GMT</lastBuildDate>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<!-- 頻道生成器 -->
<generator>Weblog Editor 2.0</generator>
<managingEditor>editor@example.com</managingEditor>
<webMaster>webmaster@example.com</webMaster>
<ttl>5</ttl>
<!-- 頻道總體信息:結(jié)束 -->
<!-- 每條RSS新聞信息都包含在item節(jié)點中, -->
<item>
<!-- 新聞標題 -->
<title>Star City</title>
<!-- 新聞鏈接地址 -->
<link>http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp</link>
<!-- 新聞內(nèi)容簡要描述 -->
<description>How do Americans get ready to work with Russians aboard the
International Space Station? They take a crash course in culture, language
and protocol at Russia's Star City.</description>
<!-- 新聞發(fā)布時間 -->
<pubDate>Tue, 03 Jun 2003 09:39:21 GMT</pubDate>
<!-- 新聞目錄 -->
<category>IT</category>
<!-- 新聞作者 -->
<author>bill</author>
<guid>http://liftoff.msfc.nasa.gov/2003/06/03.html#item573</guid>
</item>
<item>
<title>Space Exploration</title>
<link>http://liftoff.msfc.nasa.gov/</link>
<description>Sky watchers in Europe, Asia, and parts of Alaska and Canada
will experience a partial eclipse of the Sun on Saturday, May 31st.</description>
<pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate>
<guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid>
</item>
<item>
<title>The Engine That Does More</title>
<link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
<description>Before man travels to Mars, NASA hopes to design new engines
that will let us fly through the Solar System more quickly. The proposed
VASIMR engine would do that.</description>
<pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>
<guid>http://www.zhanghangfeng.cn/rss.xml</guid>
</item>
<item>
<title>Astronauts' Dirty Laundry</title>
<link>http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp</link>
<description>Compared to earlier spacecraft, the International Space
Station has many luxuries, but laundry facilities are not one of them.
Instead, astronauts have other options.</description>
<pubDate>Tue, 20 May 2003 08:56:02 GMT</pubDate>
<guid>http://liftoff.msfc.nasa.gov/2003/05/20.html#item570</guid>
</item>
</channel>
</rss>