Website standards/Feeds

From Notes

RSS and ATOM Standards

Contents


Icons

Descriptions & Definitions

HTML Code

Coding in '<head>' section, creates browser awareness of RSS, ATOM, XML feeds:

<link rel="alternate" type="application/rss+xml" title="RSS bookmarks" href="http://del.icio.us/rss/frugforest"/>
<link rel="alternate" type="application/rss+xml" title="RSS tags"   href="http://del.icio.us/rss/tags/frugforest"/>
<link rel="alternate" type="application/atom+xml" title="Atom tags" href="http://del.icio.us/rss/tags/frugforest"/>

OR

<link rel="alternate" type="application/rss+xml" title="RSS" href="http://mysite.com/rss.xml" />
<link rel="alternate" type="application/rdf+xml" title="RSS" href="http://mysite.com/index.rdf" />
<link rel="service.feed" type="application/atom+xml" title="Atom" href="http://mysite.com/atom.xml" />

Examples

Podcast / Pod

Button Icons

  • Buttons - Podcast:Image:Podcast_button.gif, Subscribe: Image:podcast_subscribe.gif, Subscribe all: Image:podcast_subscribe_all.gif .

Description & Definitions

  • WHAT IS PODCASTING?

Podcasting is a way to receive audio files over the Internet. Many content providers, including most popular websites, offer podcast feeds at no cost. These feeds deliver audio broadcasts to your desktop. You can listen to these files on your computer or load them on to your MP3 player and take them with you.

  • GET STARTED

All you need to get started is podcasting software. Once you download and install the software, simply add one of many podcast feeds. The podcasting software will automatically check for updates and download the files to your computer so you can load them onto your MP3 player.

HTML Code

Examples

Software, Utilities and tools

Feed-reading software

Web-based:

Cross platform:

Windows:

MacOS X:

Other References

(GURF)