Difference between revisions of "Watchlist RSS"
(Created page with "In probably every mediawiki install there is an api.php with a feedwatchlist function<br> For instance, projects.dogtato.net/api.php?action=feedwatchlist<br> <br> To import th...") |
|||
| Line 7: | Line 7: | ||
wlowner is the username of [your] wiki account<br> | wlowner is the username of [your] wiki account<br> | ||
wltoken is found under "Preferences" (in the upper right) and then under the Watchlist tab. | wltoken is found under "Preferences" (in the upper right) and then under the Watchlist tab. | ||
| + | |||
| + | For small wiki's I'm running, namely on this site, where I want/need to monitor all changes, the best method is to go to Recent changes and click the rss/atom link in the left column. | ||
Latest revision as of 11:05, 26 January 2013
In probably every mediawiki install there is an api.php with a feedwatchlist function
For instance, projects.dogtato.net/api.php?action=feedwatchlist
To import the feed into an external reader you must do:
action=feedwatchlist&wlowner=Username&wltoken=sometoken
wlowner is the username of [your] wiki account
wltoken is found under "Preferences" (in the upper right) and then under the Watchlist tab.
For small wiki's I'm running, namely on this site, where I want/need to monitor all changes, the best method is to go to Recent changes and click the rss/atom link in the left column.