Extension:CrawlableAllPages/pl

This page is a translated version of the page Extension:CrawlableAllPages and the translation is 25% complete.
Podręcznik rozszerzeń MediaWiki
CrawlableAllPages
Status wydania: stabilne
Realizacja Strona specjalna
Opis Removes the robot restrictions on Special:AllPages
Autor(zy) Mark A. Hershberger
Ostatnia wersja 0.1 (marzec 2019)
Polityka zgodności Master utrzymuje kompatybilność wsteczną.
MediaWiki 1.27+
PHP 5.3
Zmiany w bazie danych Nie
Composer mediawiki/crawlable-all-pages
Licencja Licencja publiczna GNU General Public License 3.0 lub późniejsza
Pobieranie
Quarterly downloads 0
Przetłumacz rozszerzenie CrawlableAllPages jeżeli jest dostępne na 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.

Instalacja

  • Download i umieść plik(i) w katalogu o nazwie CrawlableAllPages w swoim katalogu extensions/.
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'CrawlableAllPages' );
    
  •   Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.