<?xml version="1.0"?> <rss version="0.91"> <channel> <!--Required Elements Of <channel> Begin--> <title> <!--The name of the channel.--> <!--It's how people refer to your service.--> <!--If you have an HTML website that contains the same information as your RSS file, the title of your channel should be the same as the title of your website.--> <!--Maximum length is 100 characters.--> </title> <link> <!--A URL pointing to the website named in the <title>.--> <!--Maximum length is 500 characters.--> </link> <description> <!--A phrase that describes your channel, your channel's positioning statement.--> <!--Maximum length is 500 characters.--> </description> <language> <!--Indicates the language your channel is written in.--> <!--This allows aggregators to group all Italian language sites, for example, on a single page.--> </language> <image> <!--Required Elements Of <image> Begin--> <url> <!--is the URL of a GIF, JPEG or PNG image that represents the channel.--> <!--Maximum length is 500.--> </url> <title> <!--describes the image, it's used in the ALT attribute of the HTML <img> tag when the channel is rendered in HTML.--> <!--Maximum length is 100.--> </title> <link> <!--is the URL of the site, when the channel is rendered, the image is a link to the site.--> <!--(Note, in practice the image <title> and <link> should have the same value as the channel's <title> and <link>.--> <!--Maximum length is 500.--> </link> <!--Required Elements Of <image> End--> <!--Optional Elements Of <image> Begin--> <width> <!--Maximum value for width is 144, default value is 88.--> </width> <height> <!--Maximum value for height is 400, default value is 31.--> </height> <!--Optional Elements Of <image> End--> </image> <!--Required Elements Of <channel> End--> <!--Optional Elements Of <channel> Begin--> <copyright> <!--Copyright notice for content in the channel.--> <!--Maximum length is 100.--> </copyright> <managingEditor> <!--The email address of the managing editor of the channel, the person to contact for editorial inquiries.--> <!--Maximum length is 100.--> <!--The suggested format for email addresses in RSS elements is bull@mancuso.com (Bull Mancuso).--> </managingEditor> <webMaster> <!--The email address of the webmaster for the channel, the person to contact if there are technical problems.--> <!--Maximum length is 100.--> </webMaster> <rating> <!--The PICS rating for the channel.--> <!--Maximum length is 500.--> </rating> <pubDate> <!--The publication date for the content in the channel.--> <!--For example, the New York Times publishes on a daily basis, the publication date flips once every 24 hours.--> <!--That's when the pubDate of the channel changes.--> <!--All date-times in RSS conform to the Date and Time Specification of RFC 822.--> </pubDate> <lastBuildDate> <!--The date-time the last time the content of the channel changed.--> </lastBuildDate> <docs> <!--A URL, points to the documentation for the format used in the RSS file.--> <!--It's probably a pointer to this page.--> <!--It's for people who might stumble across an RSS file on a Web server 25 years from now and wonder what it is.--> <!--Maximum length is 500.--> </docs> <textInput> <title> <!--The label of the Submit button in the text input area.--> <!--Maximum length is 100.--> </title> <description> <!--Explains the text input area.--> <!--Maximum length is 500.--> </description> <name> <!--The name of the text object in the text input area.--> <!--Maximum length is 20.--> </name> <link> <!--The URL of the CGI script that processes text input requests.--> <!--Maximum length is 500.--> </link> </textInput> <skipDays> <!--An XML element that contains up to seven <day> sub-elements whose value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday.--> <!--Aggregators may not read the channel during hours listed in the skipDays element.--> <!--(Most aggregators seem to ignore this element.)--> </skipDays> <skipHours> <!--An XML element that contains up to 24 <hour> sub-elements whose value is a number between 1 and 24, representing a time in GMT, when aggregators, if they support the feature, may not read the channel on days listed in the skipHours element.--> <!--(Most aggregators seem to ignore this element.)--> </skipHours> <!--Optional Elements Of <channel> End--> <item> <!--A channel may contain any number of <item>s, each of which links to a story, with an optional description.--> <!--Required Elements Of <item> Begin--> <title> <!--is the title of the story.--> <!--Maximum length is 100.--> </title> <link> <!--is the URL of the story.--> <!--Maximum length is 500.--> </link> <!--Required Elements Of <item> End--> <!--Optional Elements Of <item> Begin--> <description> <!--is the story synopsis.--> <!--Maximum length is 500.--> </description> <!--Optional Elements Of <item> End--> </item> </channel> </rss>
posted on
2007-01-05 23:56Gavin.Lv.
阅读(506)
评论(0)
收藏举报