Difference between revisions of "RSS"

From mi-linux
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 50: Line 50:
  
 
{| cellpadding="10" border="1" cellspacing="0"
 
{| cellpadding="10" border="1" cellspacing="0"
|RSS 0.90 ||Netscape ||Obsoleted by 2.0          ||Based on RDF   
+
|[http://www.purplepages.ie/RSS/netscape/rss0.90.html RSS 0.90] ||Netscape ||Obsoleted by 2.0          ||Based on RDF   
 
|-
 
|-
 
|RSS 0.91 ||UserLand                      ||Obsoleted by 2.0
 
|RSS 0.91 ||UserLand                      ||Obsoleted by 2.0
 
|-
 
|-
|RSS 1.0 ||RSS-DEV Working Group ||Active module development ||Based on RDF   
+
|[http://web.resource.org/rss/1.0/ RSS 1.0] ||RSS-DEV Working Group ||Active module development ||Based on RDF   
 
|-
 
|-
 
|RSS 0.92/3/4 ||UserLand                      ||Obsoleted by 2.0
 
|RSS 0.92/3/4 ||UserLand                      ||Obsoleted by 2.0
 
|-
 
|-
|RSS 2.0 ||UserLand                      ||Active module development
+
|[http://cyber.law.harvard.edu/rss/rss.html RSS 2.0] ||UserLand                      ||Active module development
 
|}
 
|}
 
[http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html More information on RSS]
 
[http://www.xml.com/pub/a/2002/12/18/dive-into-xml.html More information on RSS]

Latest revision as of 00:28, 17 January 2008

Link to Main Page

Back to Web 2.0



RSS - RDF Site Summary aka Rich Site Summary aka Really Simple Syndication

An RSS 2.0 document, called a "feed", "web feed", or "channel", contains either full text or a summary of content from a linked website. It is an easy way to keep up with new information on the user's chosen websites. e.g. feeds can be sent directly to a user's inbox.


Really Simple Syndication (RSS 2.0)

RDF Site Summary (RSS 1.0 and RSS 0.90)

Rich Site Summary (RSS 0.91)



RDF - Resource Description Framework is a family of W3C specifications which integrate various applications and events using XML as an interchange syntax.





  • In 1999 Netscape designed RSS 0.90 for use with my.netscape.com, which also supported scriptingNews format.


  • UserLand took up the RSS 0.91 dropped by Netscape and went on to design 0.92/3/4 and RSS 2.0.


  • In 2000 the RSS-DEV Working Group, a private, non-commercial working group released its own set of specifications called RSS 1.0.




RSS 0.90 Netscape Obsoleted by 2.0 Based on RDF
RSS 0.91 UserLand Obsoleted by 2.0
RSS 1.0 RSS-DEV Working Group Active module development Based on RDF
RSS 0.92/3/4 UserLand Obsoleted by 2.0
RSS 2.0 UserLand Active module development

More information on RSS