UniversalSuggester is an extension for the MediaWiki software.
- MediaWiki >= 1.13
- currently only works with the standard MediaWiki editor (the one with the blue button row, without any complex functionality)
- Move the UniversalSuggester directory into the
extension
directory of your MediaWiki installation - add the line
require_once("$IP/extensions/UniversalSuggester/UniversalSuggester.php");
to yourLocalSettings.php
Go to the method initUS_RequestManager
in UniversalSuggester.php
and modify the variables $a_suggesters
(suggesters in use) and $a_defaultNS
(namespaces to check for queries) to fit your needs.
See the MediaWiki extension page for details on how to use this extension.
This extension uses the fabulous jquery library (v1.4.2). Additionally a slightly modified version of the jQuery plugin Autocomplete 1.0.2 by Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer is used.
Also many thanks to the Twoonix Software GmbH for financial support and critical feedback which helped me a lot to finally make the code public.
The UniversalSuggester_ extension for MediaWiki is dual licensed under the terms of the MIT License (http://www.opensource.org/licenses/mit-license.php) and the GNU Public License (http://www.gnu.org/licenses/gpl.html).