ckeditor/plugins/scayt/README.md
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/plugins/scayt/README.md	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,25 @@
     1.4 +CKEditor SCAYT Plugin
     1.5 +=====================
     1.6 +
     1.7 +This plugin brings Spell Check As You Type (SCAYT) into up to CKEditor 4+.
     1.8 +
     1.9 +SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
    1.10 +
    1.11 +Installation
    1.12 +------------
    1.13 +
    1.14 +1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
    1.15 +2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
    1.16 +
    1.17 +        config.extraPlugins = 'scayt';
    1.18 +
    1.19 +That's all. SCAYT will appear on the editor toolbar and will be ready to use.
    1.20 +
    1.21 +License
    1.22 +-------
    1.23 +
    1.24 +Licensed under the terms of any of the following licenses at your choice: [GPL](http://www.gnu.org/licenses/gpl.html), [LGPL](http://www.gnu.org/licenses/lgpl.html) and [MPL](http://www.mozilla.org/MPL/MPL-1.1.html).
    1.25 +
    1.26 +See LICENSE.md for more information.
    1.27 +
    1.28 +Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).