Extension:FeedsFromPrivateWikis
From MediaWiki.org
|
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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes 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
- rev:88366: Initial commit