Extension:CrawlableAllPages
Appearance
リリースの状態: 安定 |
|
|---|---|
| 実装 | 特別ページ |
| 説明 | Removes the robot restrictions on Special:AllPages |
| 作者 | Mark A. Hershberger |
| 最新バージョン | 0.1 (2019年3月) |
| 互換性の方針 | master は後方互換性を維持しています。 |
| MediaWiki | 1.27+ |
| PHP | 5.3 |
| データベースの変更 | いいえ |
| Composer | mediawiki/crawlable-all-pages |
| ライセンス | GNU 一般公衆利用許諾書 3.0 以降 |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、CrawlableAllPages 拡張機能の翻訳にご協力ください | |
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.
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のCrawlableAllPagesという名前のディレクトリ内に配置します。 - 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'CrawlableAllPages' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
