Skip to content

UniversalSuggester is an extension for the MediaWiki Software allowing fast paced information insertion with an AJAX powered inline search bar

License

Notifications You must be signed in to change notification settings

thomasklein/UniversalSuggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UniversalSuggester is an extension for the MediaWiki software.

Requirements

  • MediaWiki >= 1.13
  • currently only works with the standard MediaWiki editor (the one with the blue button row, without any complex functionality)

Installation

  1. Move the UniversalSuggester directory into the extension directory of your MediaWiki installation
  2. add the line require_once("$IP/extensions/UniversalSuggester/UniversalSuggester.php"); to your LocalSettings.php

Setup

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.

Usage

See the MediaWiki extension page for details on how to use this extension.

Credits

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.

License

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

About

UniversalSuggester is an extension for the MediaWiki Software allowing fast paced information insertion with an AJAX powered inline search bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages