Erweiterung:MissedPages

From mediawiki.org
This page is a translated version of the page Extension:MissedPages and the translation is 75% complete.
MediaWiki-Erweiterungen
MissedPages
Freigabestatus: Beta
Einbindung Spezialseite , Datenbank
Beschreibung Summarizes page not found (404) errors, and provides a quick way to redirect or ignore them.
Autor(en) Sam Wilson (SamwilsonDiskussion)
Letzte Version 0.1.0
Kompatibilitätspolitik Der Master behält die Abwärtskompatibilität bei.
MediaWiki >= 1.36.0
Datenbankänderungen Ja
Composer samwilson/missedpages
Tabellen missed_pages
Lizenz MIT-Lizenz
Herunterladen
README
Quarterly downloads 7 (Ranked 169th)
Übersetze die MissedPages-Erweiterung, wenn sie auf translatewiki.net verfügbar ist

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 Ordner extensions/ 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 der LocalSettings.php einfügen:
    wfLoadExtension( 'MissedPages' );
    
  • Yes Erledigt – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

Verwendung

The Special:MissedPages page lists the top 100 missed pages in descending order of how many times they were missed. It allows editors to redirect, delete, or ignore the page title in question.

Redirect
Adding a redirect from Special:MissedPages is equivalent to adding #REDIRECT [[Lorem ipsum]] to the page, with the advantages of being quicker through an autocomplete form field, and it also deletes the missed pages log entries for that page (because after redirecting it'll no longer be seen as a missed page).
Delete
Deleting an entry from Special:MissedPages clears that page title until it is again missed. This can be useful if the page has been created since the log entries were added.
Ignore
Lots of pages will appear in the log that are not of interest to the wiki. To prevent these from appearing again, they can be added to the 'ignore list'.

Benutzerrechte

  • edit — to add redirects
  • block — to ignore pages
  • delete — to delete entries in the missed pages list

Siehe auch