Extension:MissedPages
Appearance
Release status: beta |
|
|---|---|
| Implementation | Special page, Database |
| Description | Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them. |
| Author(s) | Sam Wilson (Samwilsontalk) |
| Latest version | 0.1.0 |
| Compatibility policy | Master maintains backward compatibility. |
| MediaWiki | >= 1.41.0 |
| Database changes | Yes |
| Composer | samwilson/missedpages |
| Tables | missed_pages |
| License | MIT License |
| Download | README |
| Help | Help:Extension:MissedPages |
| Translate the MissedPages extension if it is available at translatewiki.net | |
The MissedPages extension tracks every time a site visitor tries to go to a wiki page that doesn't exist, and gives site editors a easy-to-use form with which to track the most popular missed pages and also to redirect these to existing pages.
Installation
[edit]- Download and move the extracted
MissedPagesfolder to yourextensions/directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MissedPages
- Only when installing from Git, run Composer to install PHP dependencies, by issuing
composer install --no-devin the extension directory. (See T173141 for potential complications.) - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MissedPages' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
[edit]See Help:Extension:MissedPages for all user documentation.
User rights
[edit]edit– to add redirectsblock– to ignore pagesdelete– to delete entries in the missed pages list
See also
[edit]- Help:Extension:MissedPages - for end-user documentation that can be copied to any wiki.
- Extension:SuppleRedirect - replace red-link to redirect other site automatically.
Categories:
- Beta status extensions
- Special page extensions
- Database extensions
- Extensions supporting Composer
- MIT licensed extensions
- Extensions in Wikimedia version control
- LoadExtensionSchemaUpdates extensions
- ShowMissingArticle extensions
- All extensions
- Extensions requiring Composer with git
- User activity extensions
- Content maintenance extensions
- Log extensions
- Page existence detection
- Redirect extensions
