Jump to content

Extension:LinkSearch

From mediawiki.org
Revision as of 20:39, 13 August 2012 by KrenairBot (talk | contribs) (This extension appears to be in SVN, not Git.)
MediaWiki extensions manual
LinkSearch
Release status: beta
Implementation Special page , Search
Description Generic search for external links
Author(s) Brion Vibber
Latest version (requires PHP 5)
MediaWiki
License No license specified
Download Template:WikimediaDownload/svn
Translate the LinkSearch extension if it is available at translatewiki.net

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".

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");

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).

Sites

This extension is installed on Wikimedia sites.

See also