Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 529 Bytes

File metadata and controls

11 lines (8 loc) · 529 Bytes

RecentPages

MediaWiki extension that allows one to produce a list of recently added, or random, pages

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called RecentPages in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file: require_once "$IP/extensions/RecentPages/RecentPages.php";
  4. Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
  5. Done.