Hi All,
I am using mediawiki 1.4.9 I want to generate RSS feeds of special pages. By default wiki provides RSS for Special:RecentChanges and Special:Newpages. But, I want it for Special:categories, Special:Imagelist pages also. If any one has done it or has any idea how to do this it wud be grt!!!
Thanx in advance Regards Vipin
1. MediaWiki 1.5.3 has been released, and is a newer version with improved features to handle user permissions, interface customisations, etc. You should consider upgrading.
2. You would need to code the feeds or search the web or mailing list archives for any information about such extensions coded by other users.
Rob Church
On 19/12/05, vipin kothari kothari.vipin@gmail.com wrote:
Hi All,
I am using mediawiki 1.4.9 I want to generate RSS feeds of special pages. By default wiki provides RSS for Special:RecentChanges and Special:Newpages. But, I want it for Special:categories, Special:Imagelist pages also. If any one has done it or has any idea how to do this it wud be grt!!!
Thanx in advance Regards Vipin _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
I created a script called WikiFeeds that I have powering all of the feeds on http://wiki.case.edu . It supports:
per category feeds per user feeds watchlist feeds recent changes feed new pages feed
It is written against the 1.5.x database schema, however. The source code is at http://opensource.case.edu/projects/MediaWikiHacks. I am currently in the process of refactoring this script so it itself is a special page instead of an external script. Also, it is written in PHP 5.
Gregory Szorc gregory.szorc@case.edu
vipin kothari wrote:
Hi All,
I am using mediawiki 1.4.9 I want to generate RSS feeds of special pages. By default wiki provides RSS for Special:RecentChanges and Special:Newpages. But, I want it for Special:categories, Special:Imagelist pages also. If any one has done it or has any idea how to do this it wud be grt!!!
Thanx in advance Regards Vipin _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org