Extension:LinkSearch
From MediaWiki.org
|
LinkSearch Release status: beta |
|
|---|---|
| Implementation | Special page, Search |
| Description | Generic search for external links |
| Author(s) | Brion Vibber |
| Version | (requires PHP 5) |
| Download | Subversion |
Contents |
[edit] What can this extension do?
This extension adds a special page Special:Linksearch which allows to search for pages that contain external link. The external link can be specified by general searchpatterns like "*.wikipedia.org".
[edit] Installation
Make a new folder in your extension directory: LinkSearch, save the files from subversion. Add the following lines to your LocalSettings.php:
#Extension LinkSearch require_once("$IP/extensions/LinkSearch/LinkSearch.php");
[edit] Known Bugs
Same word in the wordlist and an image causes big problems - have a look into the discussion! In some installations the page Special:Linksearch will not appear. This has been resolved (bug 6800).
[edit] Sites
This extension is installed on Wikimedia sites.
[edit] See also
This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.

