Extension:CrawlableAllPages/de-formal

This page is a translated version of the page Extension:CrawlableAllPages and the translation is 25% complete.
MediaWiki extensions manual
CrawlableAllPages
Release status: stable
Implementation Special page
Description Removes the robot restrictions on Special:AllPages
Author(s) Mark A. Hershberger
Latest version 0.1 (März 2019)
Compatibility policy Master maintains backward compatibility.
MediaWiki 1.27+
PHP 5.3
Database changes No
Composer mediawiki/crawlable-all-pages
License GNU General Public License 3.0 or later
Download
Quarterly downloads 1 (Ranked 141st)
Translate the CrawlableAllPages extension if it is available at translatewiki.net

The CrawlableAllPages overrides the <meta name="robots" content="noindex,nofollow" /> line in the header of Special:AllPages so that a crawler can easily index the entire wiki by being pointed to Special:AllPages.

Installation

  • Die Download und die Datei(en) in ein Verzeichnis namens CrawlableAllPages im Ordner extensions/ ablegen.
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'CrawlableAllPages' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.