Difference between revisions of "RSS"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(feedvalidator)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
cnadarletoc
 
 
[[Category:Computer Terminology]][[RSS]] is a data format for syndicating web site content. It is a subset of [[XML]].
 
[[Category:Computer Terminology]][[RSS]] is a data format for syndicating web site content. It is a subset of [[XML]].
 
==Reference==
 
==Reference==
Line 8: Line 7:
 
==User Gripes==
 
==User Gripes==
 
* RSS has the potential to let a user "subscribe" to a particular [[MediaWiki]] page or author, and to receive alerts only when that particular page is updated or that author makes an edit. Of the two RSS (or Atom) readers I've tried, however, neither one lets you filter by these attributes (or any attributes other than the title, as far as I can tell). You can set up a temporary filter for word-in-article-title, but it only does "name contains", not "name is" or anything more sophisticated, and the filter cannot be saved. The MediaWiki software could get around this by offering pre-filtered feeds (e.g. there should be an RSS feed for each page's "history" tab) as well as for "my contributions" for each user. (This gripe has much more to do with how RSS is implemented and used than it is with the format itself.) --[[User:Woozle|Woozle]] 14:32, 30 January 2006 (EST)
 
* RSS has the potential to let a user "subscribe" to a particular [[MediaWiki]] page or author, and to receive alerts only when that particular page is updated or that author makes an edit. Of the two RSS (or Atom) readers I've tried, however, neither one lets you filter by these attributes (or any attributes other than the title, as far as I can tell). You can set up a temporary filter for word-in-article-title, but it only does "name contains", not "name is" or anything more sophisticated, and the filter cannot be saved. The MediaWiki software could get around this by offering pre-filtered feeds (e.g. there should be an RSS feed for each page's "history" tab) as well as for "my contributions" for each user. (This gripe has much more to do with how RSS is implemented and used than it is with the format itself.) --[[User:Woozle|Woozle]] 14:32, 30 January 2006 (EST)
 +
==Links==
 +
* [http://feedvalidator.org/ Feed Validator] for [[RSS]], [[Atom (format)|Atom]], and [[KML]]
 
==Notes==
 
==Notes==
 
* RSS-related extensions for [[MediaWiki]]:
 
* RSS-related extensions for [[MediaWiki]]:

Latest revision as of 17:38, 1 February 2009

RSS is a data format for syndicating web site content. It is a subset of XML.

Reference

See Also

User Gripes

  • RSS has the potential to let a user "subscribe" to a particular MediaWiki page or author, and to receive alerts only when that particular page is updated or that author makes an edit. Of the two RSS (or Atom) readers I've tried, however, neither one lets you filter by these attributes (or any attributes other than the title, as far as I can tell). You can set up a temporary filter for word-in-article-title, but it only does "name contains", not "name is" or anything more sophisticated, and the filter cannot be saved. The MediaWiki software could get around this by offering pre-filtered feeds (e.g. there should be an RSS feed for each page's "history" tab) as well as for "my contributions" for each user. (This gripe has much more to do with how RSS is implemented and used than it is with the format itself.) --Woozle 14:32, 30 January 2006 (EST)

Links

Notes