History of RSS
- Previous Page Introduction to RSS
- Next Page RSS Syntax
RSS 已发布了很多不同的版本。
History of RSS
1997 年 - Dave Winer 开发出 scriptingNews。RSS 由此诞生。
1999 年 - Netscape 开发出 RSS 0.90 (由 scriptingNews 支持的)。这是带有一个 RDF header 的简单的 XML。
1999 年- Dave Winer 在 UserLand 公司开发出 scriptingNews 2.0b1 (包含了 Netscape 的 RSS 0.90 的特定)。
1999 年 - Netscape 开发出 RSS 0.91。在此版本中,他们删除了那个 RDF header,但是包含了大多数来自 scriptingNews 2.0b1 的特性。
1999 年 - UserLand 摆脱了 scriptingNews,而仅仅使用 RSS 0.91。
Netscape 停止了 RSS 的研发
2000 - UserLand released the official 0.91 specification.
2000 - A team led by Rael Dornfest developed RSS 1.0 at O'Reilly. This format used RDF and namespaces. This version is often confused with the new version 0.91, but it is a completely new format that does not depend on RSS 0.91.
2000 - Dave Winer developed RSS 0.92 at UserLand company.
2002 - Dave Winer developed RSS 2.0 after leaving Userland.
2003 - Official RSS 2.0 specification released.
What are the differences?
RSS 1.0 is the only version developed using the W3C's RDF (Resource Description Framework) standard.
The idea embodied in RDF is to help build a semantic web.Read more about RDF and the Semantic Web here. Although this has little to do with ordinary users, the use of web standards makes data exchange easier for individuals and applications.
Which RSS version should I use?
RSS 0.91 and RSS 2.0 are easier to understand than RSS 1.0. Our tutorials are based on RSS 2.0.
Are there Web standards for RSS?
There is no formal standard for RSS.
- About 50% of all RSS feeds use RSS 0.91.
- About 25% use RSS 1.0.
- The last 25% use RSS 0.9x version or RSS 2.0.
- Previous Page Introduction to RSS
- Next Page RSS Syntax