首页 > 学院 > 开发设计 > 正文

RSS 2.0 Specification

2019-11-18 11:30:37
字体:
来源:转载
供稿:网友


摘自久久学院

Contents

  • What is rss?
  • Sample files
  • About this document
  • Required channel elements
  • Optional channel elements
  • Elements of <item>
  • Comments
  • Extending RSS
  • Roadmap
  • License and authorship
What is RSS? RSS 2.0 Specification(图一)

RSS Directory
RSS 2.0 Specification(图二)About this websiteRSS 2.0 Specification(图二)SpecificationsRSS 2.0 Specification(图二)FeedsRSS 2.0 Specification(图二)AggregatorsRSS 2.0 Specification(图二)ValidatorsRSS 2.0 Specification(图二)Howtos/ArticlesRSS 2.0 Specification(图二)ToolsRSS 2.0 Specification(图二)UtilitiesRSS is a Web content syndication format.

Its name is an acronym for Really Simple Syndication.

RSS is a dialect of xml. All RSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website.

A summary of RSS version history.

At the top level, a RSS document is a <rss> element, with a mandatory attribute called version, that specifies the version of RSS that the document conforms to. If it conforms to this specification, the version attribute must be 2.0.

Subordinate to the <rss> element is a single <channel> element, which contains information about the channel (metadata) and its contents.

Sample files RSS 2.0 Specification(图一)

Here are sample files for: RSS 0.91, 0.92 and 2.0.

Note that the sample files may point to documents and services that no longer exist. The 0.91 sample was created when the 0.91 docs were written. Maintaining a trail of samples seems like a good idea.

About this document RSS 2.0 Specification(图一)


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表