Licensed under the terms of any of the following licenses at your choice:
Licensed under the terms of any of the following licenses at your choice:
* GNU General Public License Version 2 or later (the "GPL"):
* GNU General Public License Version 2 or later (the "GPL"):
http://www.gnu.org/licenses/gpl.html
http://www.gnu.org/licenses/gpl.html
* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
http://www.gnu.org/licenses/lgpl.html
http://www.gnu.org/licenses/lgpl.html
* Mozilla Public License Version 1.1 or later (the "MPL"):
* Mozilla Public License Version 1.1 or later (the "MPL"):
http://www.mozilla.org/MPL/MPL-1.1.html
http://www.mozilla.org/MPL/MPL-1.1.html
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
Sources of Intellectual Property Included in this plugin
Sources of Intellectual Property Included in this plugin
Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
Trademarks
Trademarks
----------
----------
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
This plugin brings Spell Check As You Type (SCAYT) into CKEditor.
This plugin brings Spell Check As You Type (SCAYT) into CKEditor.
SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
SCAYT is a "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
Installation
Installation
------------
------------
1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
1. Clone/copy this repository contents in a new "plugins/scayt" folder in your CKEditor installation.
2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
2. Enable the "scayt" plugin in the CKEditor configuration file (config.js):
config.extraPlugins = 'scayt';
config.extraPlugins = 'scayt';
That's all. SCAYT will appear on the editor toolbar and will be ready to use.
That's all. SCAYT will appear on the editor toolbar and will be ready to use.
License
License
-------
-------
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).
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).
See LICENSE.md for more information.
See LICENSE.md for more information.
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
Licensed under the terms of any of the following licenses at your choice:
Licensed under the terms of any of the following licenses at your choice:
* GNU General Public License Version 2 or later (the "GPL"):
* GNU General Public License Version 2 or later (the "GPL"):
http://www.gnu.org/licenses/gpl.html
http://www.gnu.org/licenses/gpl.html
* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
* GNU Lesser General Public License Version 2.1 or later (the "LGPL"):
http://www.gnu.org/licenses/lgpl.html
http://www.gnu.org/licenses/lgpl.html
* Mozilla Public License Version 1.1 or later (the "MPL"):
* Mozilla Public License Version 1.1 or later (the "MPL"):
http://www.mozilla.org/MPL/MPL-1.1.html
http://www.mozilla.org/MPL/MPL-1.1.html
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
You are not required to, but if you want to explicitly declare the license you have chosen to be bound to when using, reproducing, modifying and distributing this software, just include a text file titled "legal.txt" in your version of this software, indicating your license choice.
Sources of Intellectual Property Included in this plugin
Sources of Intellectual Property Included in this plugin
Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
Where not otherwise indicated, all plugin content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, the plugin will incorporate work done by developers outside of CKSource with their express permission.
Trademarks
Trademarks
----------
----------
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
CKEditor is a trademark of CKSource - Frederico Knabben. All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
This plugin brings Web Spell Checker (WSC) into CKEditor.
This plugin brings Web Spell Checker (WSC) into CKEditor.
WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
Installation
Installation
------------
------------
1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
config.extraPlugins = 'wsc';
config.extraPlugins = 'wsc';
That's all. WSC will appear on the editor toolbar and will be ready to use.
That's all. WSC will appear on the editor toolbar and will be ready to use.
License
License
-------
-------
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).
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).
See LICENSE.md for more information.
See LICENSE.md for more information.
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).
This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
This skin has been chosen for the **default skin** of CKEditor 4.x, elected from the CKEditor
[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
[skin contest](http://ckeditor.com/blog/new_ckeditor_4_skin) and further shaped by
the CKEditor team. "Moono" is maintained by the core developers.
the CKEditor team. "Moono" is maintained by the core developers.
For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
For more information about skins, please check the [CKEditor Skin SDK](http://docs.cksource.com/CKEditor_4.x/Skin_SDK)
documentation.
documentation.
Features
Features
-------------------
-------------------
"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
"Moono" is a monochromatic skin, which offers a modern look coupled with gradients and transparency.
It comes with the following features:
It comes with the following features:
- Chameleon feature with brightness,
- Chameleon feature with brightness,
- high-contrast compatibility,
- high-contrast compatibility,
- graphics source provided in SVG.
- graphics source provided in SVG.
Directory Structure
Directory Structure
-------------------
-------------------
CSS parts:
CSS parts:
-**editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
-**editor.css**: the main CSS file. It's simply loading several other files, for easier maintenance,
-**mainui.css**: the file contains styles of entire editor outline structures,
-**mainui.css**: the file contains styles of entire editor outline structures,
-**toolbar.css**: the file contains styles of the editor toolbar space (top),
-**toolbar.css**: the file contains styles of the editor toolbar space (top),
-**richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
-**richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
-**panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
-**panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
until the first panel open up,
until the first panel open up,
-**elementspath.css**: the file contains styles of the editor elements path bar (bottom),
-**elementspath.css**: the file contains styles of the editor elements path bar (bottom),
-**menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
-**menu.css**: the file contains styles of all editor menus including context menu and button drop-down,
it's not loaded until the first menu open up,
it's not loaded until the first menu open up,
-**dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
-**dialog.css**: the CSS files for the dialog UI, it's not loaded until the first dialog open,
-**reset.css**: the file defines the basis of style resets among all editor UI spaces,
-**reset.css**: the file defines the basis of style resets among all editor UI spaces,
-**preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
-**preset.css**: the file defines the default styles of some UI elements reflecting the skin preference,
-**editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
-**editor_XYZ.css** and **dialog_XYZ.css**: browser specific CSS hacks.
Other parts:
Other parts:
-**skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
-**skin.js**: the only JavaScript part of the skin that registers the skin, its browser specific files and its icons and defines the Chameleon feature,
-**icons/**: contains all skin defined icons,
-**icons/**: contains all skin defined icons,
-**images/**: contains a fill general used images,
-**images/**: contains a fill general used images,
-**dev/**: contains SVG source of the skin icons.
-**dev/**: contains SVG source of the skin icons.
License
License
-------
-------
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
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).
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).