Creating RSS Feeds
The Name's Been Changed. Please Make a Note Of It. The original version of RSS, created by UserLand in 1997, stands for RDF Site Summary or Rich Site Summary. Netscape Communications used the technology to deliver content to users of its MyNetscape portal. In 2003, the name changed to Really Simple Syndication with the release of the RSS 2.0 standard when a new team began work on it. |
RSS isn't really that different from a normal Web site. In fact, they're the same in one respect: Both are simple text files on Web servers. RSS uses the World Wide Web Consortium's Resource Description Framework (RDF) as a guide to tell a feed aggregator how to read the file. RDF is based on extensible markup language (XML), a cousin of hypertext markup language (HTML), which is the language used for everyday Web sites.
Unlike writing computer-programming code, most writing in a markup language like RDF involves putting tags around existing copy. For example, to make text bold in HTML, you would just enclose your sentence in a pair of tags: and . If you wanted to write the sentence "HTML is really great" in actual HTML, it would look like this:
HTML is <b>really<b> great.
The Web browser on your computer knows how to interpret these tags, because they're based on a set of industry-accepted standards. Like HTML, RSS is a standard that can be read by a variety of Web browsers and aggregators that display the feeds so they can be scanned easily. Since RSS is based on XML, however, the document contains information that tells the aggregator where to look for the standard upon which it's based. It's an extra step that happens on the back end and is invisible to you as you view an RSS feed.
All About Atom Like RSS, Atom is an XML-based syndication format. Managed by the Internet Engineering Task Force community, Atom 1.0 is designed to be an open standard -- that is, freely available to everyone to use and modify -- unlike RSS 2.0, which is copyrighted by Harvard University. Atom 1.0 and RSS 2.0 are comparable in features, and most major aggregators have no problems reading either feed type. |
RSS tags tell your aggregator how to display the feed on your screen. In addition to the size of the font and other details, RSS tags also include the name of the creator of the feed, the date it was published, when the feed was updated and more useful information that helps you decide which articles to select from the feed and read in full.
So what happens if you want to add an RSS feed to your existing blog? Many common blogging tools such as Blogger, Vox, Movable Type and WordPress have the ability to syndicate your weblog in RSS, without your having to learn how to write code. These weblog programs include everything needed to publish a feed: the address, title, meta and other necessary information are all included for you.
Of course, news organizations and other Web sites that publish with their own proprietary systems have to build RSS into their Web code. You can do this, too, though it will involve learning how to write a programming language. Then again, if you already know languages such as C#, you're probably the kind of person who would prefer to write your own feed.
For more information about RSS feeds, the World Wide Web and related topics, visit the links on the next page.

