Help:RSS Feeds
Feeds are generated using Extension:DynamicPageList2 (and Extension:Newest Pages). The most important DPL2 parameters are supported, enabling powerful generation of RSS feeds based on category, namespace, modifier and other values.
Syntax
RSS Feeds are accessed through Special:Feeds. Filters are added to the request as URL parameters. For example, to see the last five edits by CareTaker, use: http://www.developer.nokia.com/Community/Wiki/Special:Feeds?modifiedby=CareTaker&count=5&ordermethod=lastedit
Note that URL parameters must be correctly encoded. For example, "Symbian C++" must be encoded as "Symbian C%2B%2B".
Parameters
Feed type parameter
- feed: The feed type. Values are one of:
- rss: RSS 2.0 feed (default)
- rss10: RSS 1.0 feed
- atom: ATOM feed
Supported DPL parameters (all parameters are documented in the DPL Manual):
- category
- category=cat1|cat2|cat3
- notcategory
- notcategory[]=cat1¬category[]=cat2
- namespace
- namespace=ns1|ns2|ns3|ns4
- notnamespace
- notnamespace[]=ns1¬namespace[]=ns2
- createdby (usernames are case sensitive)
- createdby=auser
- notcreatedby
- notcreatedby=anotheruser
- modifiedby
- modifiedby=auser
- notmodifiedby
- notmodifiedby=someuser
- lastmodifiedby
- lastmodifiedby=someotheruser
- notlastmodifiedby
- notlastmodifiedby=auser
- count (can be an integer between 1 and 100)
- count=10
- ordermethod (which ordering method to use. See http://semeb.com/dpldemo/index.php?title=DPL:Manual_-_DPL_parameters:_Controlling_output_order#ordermethod
- ordermethod=method1,method2,method3
- order
- order=descending or order=ascending
Unsupported DPL2 parameters
The following DPL parameters are not supported
- lastrevisionbefore
- firstrevisionsince
- allrevisionsbefore
- allrevisionssince
- redirects
- categorymatch
- categoryregexp
- notcategorymatch
- notcategoryregexp
- categoriesminmax
- linksfrom
- openreferences
- notlinksfrom
- linksto
- notlinksto
- uses
- notuses
- randomcount
- title
- titlematch
- titleregexp
- nottitlematch
- nottitleregexp
- includematch
- includenotmatch
- includesubpages
- minoredits
- offset
- distinct
- ignorecase


(no comments yet)