Extension:Stale Pages
From MediaWiki.org
|
Stale Pages Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | Add a new special page that lists pages that have not been edited in the last 270 days. | ||
| License | No license specified | ||
| Download |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The Stale Pages extension add a new special page, Special:Stalepages, that lists pages that have not been edited in the last 270 days (by default). The number of days is configurable with the $wgStalePagesDays setting.
Installation [edit]
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/StalePages/StalePages.php" );
- The extension should be now active.