Skip to content

Github mirror of "mediawiki/extensions/SpellingDictionary" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-SpellingDictionary

Repository files navigation

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.

About

Github mirror of "mediawiki/extensions/SpellingDictionary" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published