Manual:$wgFeed
From Linux Web Expert
<translate> Feed</translate>: $wgFeed | |
---|---|
Toggle syndication feeds (RSS, Atom e.g. Recentchanges, Newpages) on and off. |
|
<translate> Introduced in version:</translate> | 1.13.0 (r31184) |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | true |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
Wikis which do not want to use syndication feeds can turn them off by adding $wgFeed = false;
to the LocalSettings.php file.