mediawiki/extensions/SpellingDictionary - Gitiles

MediaWiki extension SpellingDictionary

Clone this repo:
  1. 8f74464 Replace deprecated wfGetDB by Umherirrender · 4 weeks ago master
  2. e221175 Use DB_PRIMARY instead of deprecated DB_MASTER by Umherirrender · 8 weeks ago
  3. e320c15 build: Updating micromatch to 4.0.8 by libraryupgrader · 8 weeks ago
  4. a43c50d build: Updating mediawiki/mediawiki-codesniffer to 44.0.0 by libraryupgrader · 10 weeks ago
  5. c877811 build: Updating eslint-config-wikimedia to 0.28.2 by libraryupgrader · 4 months ago

mediawiki-spelling-dictionary

Spelling dictionary project aims at developing a collaborative dictionary for checking spellings of the words to help make Wikipedia articles in these languages more readable and professional and provide an opportunity for participation in improving spelling.

##Installation

  • Download and extract the extension in a directory called SpellingDictionary in your mediawiki/extensions folder. If you're a developer, then instead you should clone the repository.

  • Add the following code at the bottom of your LocalSettings.php

wfLoadExtension( 'SpellingDictionary' );
  • Run the update script: php maintenance/update.php

Done! Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.

####Database setup

  • Configure wgSpellingDictionaryDatabase global value as the name of database

$GLOBALS['wgSpellingDictionaryDatabase'] = 'spellingdictionary';

  • For non-vagrant installations:

  • Run the update script: php maintenance/update.php

  • For vagrant installations:

    • Run mwscript maintenance/update.php in vagrant terminal.