RSS Mania - Part Four - The Basic Elements in the "Channel" Element
Now that you are familiar with templates, or at least what an RSS Template should look like, and some of the possibilities within the template, let us attack the "Channel" description. This article will deal with Channel Main Elements. The next article will deal with Channel sub-elements more specifically the "image" element.
Crtitical Point - None of these are required EXCEPT for the command line.
However it would be to your best interest to include some of them.
In the previous article we described a channel, but it will do good to go over it again.
Look on a Channel as how you choose to define the information you are going to put into the RSS file (remember it is rss.xml" for our series.) For instance if you are putting out an RSS file to get people to look at your Web Site which has information about and sells Perfume, your channel would be:
Randy Pandy's Perfumery.
and read in the RSS File as:
Randy Pandy's Perfumery
That is pretty easy isn't it?
Just keep on telling yourself that it is all that easy. Do not sweat the little stuff.
Next comes the Description of your Channel.
So how are we going to define your Channel?
Hmmm...let's see:
"RSS Feed for The Great Perfume Products Sold At Randy's Pandy's Perfumery"
which would like:
RSS Feed for The Great Perfume Products Sold At Randy's Pandy's Perfumery
Hey not so bad is it? See I told you!
Okay now the next command - Copyright.
That should be easy. After all we are going to release everything we write out into the Internet Virtual world and we would like to mark the text with just some sort of ownership statement. That is your copyright.
Copyright 2006 Randy Pandy's Perfumery - All Rights Reserved
Okay next command - The "link" command>
You do want to be able to give any viewers the ability to know just where to find these great deals on perfume, don't you? After all the whole purpose of creating this "x####ooo&^%$#(((__" feed is to get them to BUY from you! So the link command tells them where you are and how to get to you.
Let us say your website is at the directory:
http://www.randypandy.com
So your link command will look like:
http://www.randypandy.com
Okay Next is Language. Why you ask do we need a language command? Well it is part of the RSS specifications and it is important for the Readers to know just what langauge you are using. It also helps search engines know what language this is. And anything you can do to be helpful to Search Engines is critical. And here we have to be careful. Most of us will be writing in English. But what happens if the RSS feed is in another language?
Well the code works like this.
language-code = primary-code ( "-" subcode )
So if you were writing in English from the United States your code would be:
en-us
You do not need the subcode. "en" would be enough.
(If you need a langauge code table try: http://www.purplepages.ie/RSS/netscape/languages.html
or some two letter codes are: fr (French), de (German), it (Italian), nl (Dutch), el (Greek), es (Spanish), pt (Portuguese), ar (Arabic), he (Hebrew), ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa (Sanskrit).
So our next line will read:
en-us
(Remember the "-us" is purely optional.)
Now we come to the "last build date". Again the reason for this is simple. To let search engines and users know when was the last time you updated the file. However, here too, there are some caveates. You must follow specifications on Dates. Let us remain simple here.
Each Day & Month is represented by a 3 letter character, as follows:
Days:
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Months:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Now as to time, well let us not get complicated. We can use GMT, EST, CST, MST, PST etc.
Most RSS feeds will prefer to use the GMT as it is basically universal and can be checked on the internet fairly simply.
So finally our date will look like this:
Sun, 4 Dec 2005 23:00:00 GMT
Okay before we end the BASIC aspects of the Channel description let us just include some of the other possiblities here (the last three are real technical so we will leave them out of our feed.)
pubDate this is along the same syntax as our lastbuilddate and just tells people when you publish the file. Usually used for newspapers and the like to flip automatically each day.
managingEditor - this is the email address for person responsible for content of the feed. So here we would put: randypandy@randypandy.com (Randy Pandy)
webMaster - this the email address for the person responsible for technical issues relating to channel. So here we would put: webmaster@randypandy.com (Pandy Randy)
category - This is used to specify one or more categories that the channel belongs to.
So here we may put: "E-commerce"
generator This is A string indicating the program used to generate the channel.
skipHours A hint for aggregators telling them which hours they can skip.
skipDays A hint for aggregators telling them which days they can skip.
So what are we left with?
Well here we go (including also pubdate, managing editor, webmaster & category):
Randy Pandy's Perfumery
RSS Feed for The Great Perfume Products Sold At Randy's Pandy's Perfumery
"Copyright 2006 Randy Pandy's Perfumery - All Rights Reserved"
http://www.randypandy.com
en-us
randypandy@randypandy.com (Randy Pandy)
webmaster@randypandy.com (Pandy Randy)
Ecommerce
Mon, 5 Dec 2005 23:00:00 GMT
Sun, 4 Dec 2005 23:00:00 GMT
The next article will cover the image sub-element within the "Channel" element.
This is a continuation from my articles on RSS
Part One - "RSS Mania Addiction - An Introduction to RSS and the Terminology"
Part Two - Outline of How to Create an RSS Feed"
Part Three - The Template File"
Copyright 2005 Ted W. Gross. All rights reserved. (You may publish this article in its entirety with the following author's information with live links only.)
Ted W. Gross owns Virgin Earth, a real estate brokerage firm in Jerusalem, Israel. Virgin Earth represents residential and commercial real estate all over Israel. The web site for Virgin Earth is: http://www.virginisrael.com. Virgin Earth also maintains an RSS Feed on its current properties which can be found on most pages in the web site of Virgin Earth. Virgin Earth also operates an Israel Tourism Portal. Virgin Earth - Israel Tourism & Information Portal on the same site. Ted Gross can be reached at: virginearth@gmail.com Ted Gross is also a published author and maintains a web site for his works. This can be found at: http://www.virginisrael.com/twg/iw.html
It may be a new year, but you are probably still dealing with the same
old "kid problems." The bad attitudes, disrespect, peer conflict,
lying, school failure or family problems didn't change when you flipped
the page on the calendar. Don't ... Read article
RSS (Really Simple Syndication) is channelizing or syndicating the flow of content from different sources to different target WebPages or websites.It has helped in content providing website to distribute their data across the globe using ... Read article
RSS feeds have made it very convenient to syndicate information from various sources. Most of websites and services that publish fresh content, such as ezines, press release, new agencies, blogs make their content available thru RSS feeds. As new ... Read article
Here is review of RSStoBlog by an owner of the product
The RSStoBlog software is an wonderful piece of automation. Developed by the author to have all blogs updated, it has evolved into a feature packed auto blogger update package. No ... Read article
RSS stands for Really Simple Syndication, and it is a standard, public format designed for sharing headlines and the content of web sites (previously known as the RDF Site Summary).
But RSS feeds are not just for news anymore. Almost anything ... Read article