Extension:MissedPages/de-formal
![]() 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 (SamwilsonDiskussion) |
Latest version | 0.1.0 |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | >= 1.36.0 |
Database changes | Yes |
Composer | samwilson/missedpages |
Tables | missed_pages |
License | MIT License |
Download | README |
Quarterly downloads | 0 |
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
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
MissedPages
im Ordnerextensions/
ablegen. - Wird von git aus installiert, ist Composer auszuführen, um PHP-Abhängigkeiten zu installieren, indem
composer install --no-dev
im Erweiterungsverzeichnis ausgeführt wird. (Siehe task T173141 für mögliche Komplikationen.) - Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
wfLoadExtension( 'MissedPages' );
- Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Usage
See Help:Extension:MissedPages for all user documentation.
User rights
edit
— to add redirectsblock
— to ignore pagesdelete
— to delete entries in the missed pages list
Siehe auch
- Help:Extension:MissedPages - for end-user documentation that can be copied to any wiki.
- Extension:SuppleRedirect - replace red-link to redirect other site automatically.