Extension:CrawlableAllPages/id

From Linux Web Expert

Ekstensi MediaWiki
CrawlableAllPages
Status rilis stabil
Implementasi Halaman istimewa
Deskripsi Menghapus pembatasan robot di Special:AllPages
Perancang awal Mark A. Hershberger
Versi terbaru 0.1 (March 2019)
Kebijakan kompatibilitas Master maintains backward compatibility.
MediaWiki 1.27+
PHP 5.3
Perubahan basis data Tidak
Composer mediawiki/crawlable-all-pages
Lisensi Lisensi Publik Umum GNU 3.0 atau lebih baru
Unduh
Quarterly downloads Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Public wikis using Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Terjemahkan ekstensi CrawlableAllPages jika tersedia di 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.

Pemasangan

  • <translate> <tvar name=1>Unduh</tvar> and place the file(s) in a directory called <tvar name=name>CrawlableAllPages</tvar> in your <tvar name=ext>extensions/</tvar> folder.</translate>
  • <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
    wfLoadExtension( 'CrawlableAllPages' );
    
  • File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>