Top Stories

Financial News

Wednesday, August 22, 2007

RSS by Wikipedia

RSS

From Wikipedia, the free encyclopedia

Jump to: navigation, search

RSS (which, in its most recent format, stands for "Really Simple Syndication") is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a "feed", "web feed", or "channel", contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their favorite web sites in an automated manner that's easier than checking them manually.

RSS content can be read using software called a "feed reader" or an "aggregator." The user subscribes to a feed by entering the feed's link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The reader checks the user's subscribed feeds regularly for new content, downloading any updates that it finds.

The initials "RSS" are used to refer to the following formats:

  • Really Simple Syndication (RSS 2.0)
  • RDF Site Summary (RSS 1.0 and RSS 0.90)
  • Rich Site Summary (RSS 0.91)

RSS formats are specified using XML, a generic specification for the creation of data formats.

Read More ...

What Is RSS (taken from xml.com)

What Is RSS

What Is RSS

by Mark Pilgrim
December 18, 2002
What are Syndication Feeds

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. But it's not just for news. Pretty much anything that can be broken down into discrete items can be syndicated via RSS: the "recent changes" page of a wiki, a changelog of CVS checkins, even the revision history of a book. Once information about each item is in RSS format, an RSS-aware program can check the feed for changes and react to the changes in an appropriate way.

RSS-aware programs called news aggregators are popular in the weblogging community. Many weblogs make content available in RSS. A news aggregator can help you keep up with all your favorite weblogs by checking their RSS feeds and displaying new items from each of them.

A brief history

But coders beware. The name "RSS" is an umbrella term for a format that spans several different versions of at least two different (but parallel) formats. The original RSS, version 0.90, was designed by Netscape as a format for building portals of headlines to mainstream news sites. It was deemed overly complex for its goals; a simpler version, 0.91, was proposed and subsequently dropped when Netscape lost interest in the portal-making business. But 0.91 was picked up by another vendor, UserLand Software, which intended to use it as the basis of its weblogging products and other web-based writing software.

In the meantime, a third, non-commercial group split off and designed a new format based on what they perceived as the original guiding principles of RSS 0.90 (before it got simplified into 0.91). This format, which is based on RDF, is called RSS 1.0. But UserLand was not involved in designing this new format, and, as an advocate of simplifying 0.90, it was not happy when RSS 1.0 was announced. Instead of accepting RSS 1.0, UserLand continued to evolve the 0.9x branch, through versions 0.92, 0.93, 0.94, and finally 2.0.

What a mess.

So which one do I use?

That's 7 -- count 'em, 7! -- different formats, all called "RSS". As a coder of RSS-aware programs, you'll need to be liberal enough to handle all the variations. But as a content producer who wants to make your content available via syndication, which format should you choose?

RSS versions and recommendations
Version Owner Pros Status Recommendation
0.90 Netscape
Obsoleted by 1.0 Don't use
0.91 UserLand Drop dead simple Officially obsoleted by 2.0, but still quite popular Use for basic syndication. Easy migration path to 2.0 if you need more flexibility
0.92, 0.93, 0.94 UserLand Allows richer metadata than 0.91 Obsoleted by 2.0 Use 2.0 instead
1.0 RSS-DEV Working Group RDF-based, extensibility via modules, not controlled by a single vendor Stable core, active module development Use for RDF-based applications or if you need advanced RDF-specific modules
2.0 UserLand Extensibility via modules, easy migration path from 0.9x branch Stable core, active module development Use for general-purpose, metadata-rich syndication

What does RSS look like?

Imagine you want to write a program that reads RSS feeds, so that you can publish headlines on your site, build your own portal or homegrown news aggregator, or whatever. What does an RSS feed look like? That depends on which version of RSS you're talking about.

Quite a bit more verbose. People familiar with RDF will recognize this as an XML serialization of an RDF document; the rest of the world will at least recognize that we're syndicating essentially the same information. In fact, we're including a bit more information: item-level authors and publishing dates, which RSS 0.91 does not support.

Read More ...

Apa itu RSS

Kamis, 23 Agustus 2007 | 01:28:22 WIB
Apa Itu RSS?

RSS (”Really Simple Syndication” atau “Rich Site Summary”) merupakan cara mutakhir untuk membaca berita-berita atau tulisan-tulisan terbaru dari sebuah situs web maupun weblog. Membacanya tidak perlu dengan cara membuka browser, tapi cukup menggunakan sejumlah pembaca RSS khusus (seperti Newsgator) atau di fasilitas RSS yang ada di layanan seperti Yahoo atau Google. Bahkan, browser-browser semacam Mozilla Firefox, Safari, Opera Internet Explorer 7 sudah mendukung RSS feeds.

Bagaimana caranya?

1. Anda harus memastikan dulu apakah situs atau blog kesayangan Anda sudah memiliki fasilitas RSS atau belum.

2. Anda tinggal menyalin alamat RSS yang disediakan, lalu menaruh alamat tersebut di aplikasi pembaca RSS. Untuk itu, cari tombol berwarna orannye seperti ini

3. Untuk menemukan alamat (URL) RSS-nya, klik kanan di tombol oranye tersebut, lalu pilih "Copy Shortcut".

4. Anda juga bisa mengklik tombol tersebut, lalu menyalin (Ctrl + C) alamat RSS yang terdapat di address bar browser Anda. Lalu menaruhnya (Ctrl + V) ke kotak alamat di aplikasi pembaca RSS Anda dan klik "Add".

Khusus untuk RSS Tempo Interaktif, Anda tinggal menyalin alamat dalam daftar di bawah ini dan memasukkannya ke pembaca RSS Anda.

Daftar lengkap halaman RSS Tempo Interaktif:

Frontpage: http://www.tempointeraktif.com/hg/rss/HL_TI.xml
Budaya : http://www.tempointeraktif.com/hg/rss/budaya_TI.xml
Ekbis : http://www.tempointeraktif.com/hg/rss/ekbis_TI.xml
Iptek : http://www.tempointeraktif.com/hg/rss/iptek_TI.xml
Digital : http://www.tempointeraktif.com/hg/rss/it_TI.xml
Jakarta : http://www.tempointeraktif.com/hg/rss/jakarta_TI.xml
Nasional : http://www.tempointeraktif.com/hg/rss/nasional_TI.xml
Nusa : http://www.tempointeraktif.com/hg/rss/nusa_TI.xml
Olahraga : http://www.tempointeraktif.com/hg/rss/olahraga_TI.xml

Read More ...

Tuesday, July 24, 2007

What Is RSS ... ?

RSS (which, in its latest format, stands for "Really Simple Syndication") is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines or podcasts. An RSS document, which is called a "feed", "web feed", or "channel", contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with their favorite web sites in an automated manner that's easier than checking them manually.

RSS content can be read using software called a "feed reader" or an "aggregator." The user subscribes to a feed by entering the feed's link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The reader checks the user's subscribed feeds regularly for new content, downloading any updates that it finds.

The initials "RSS" are used to refer to the following formats:

  • Really Simple Syndication (RSS 2.0)
  • RDF Site Summary (RSS 1.0 and RSS 0.90)
  • Rich Site Summary (RSS 0.91)

RSS formats are specified using XML, a generic specification for the creation of data formats.

(taken from wikipedia)

Read More ...

Most Viewed

General Stuff