Extension:FeedsFromPrivateWikis

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
FeedsFromPrivateWikis

Release status: experimental

Implementation User rights
Description Provides feed from private wikis
Author(s) Raymond
Last version 0.1
MediaWiki 1.16
License GNU General Public License 2.0 or later
Download
README
log

Check usage (experimental)

This extensions provides the possibility to get an atom feed from private wikis. It uses the user specific watchlist token defined in Special:Preferences, section "Watchlist".

http://link.to.your.wiki/index.php/Special:RecentChanges?feed=atom&username=foo&key=bar

  • foo = Username
  • bar = Watchlist token

Other actions are not allowed with this combination of username and key.

[edit] Installing

Copy the FeedsFromPrivateWikis directory into the extensions folder of your MediaWiki installation. Then add the following lines to your LocalSettings.php file (near the end):

require_once( "$IP/extensions/FeedsFromPrivateWikis/FeedsFromPrivateWikis.php" );

[edit] History

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox