/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/js/ckeditor/plugins/wsc/README.md

  • Committer: galaxyAbstractor
  • Date: 2013-04-11 13:59:06 UTC
  • mto: (23.2.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: galaxyabstractor@gmail.com-20130411135906-tohvazsxmw77otid
Removed codeigniter user guide, shouldn't be in the repo
Added and implemented CKEditor Wysiwyg editor for editing of pages
Made already uploaded code files visible as you edit a page
Implemented Adams dropdown menu in codeviewer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CKEditor WebSpellChecker Plugin
 
2
===============================
 
3
 
 
4
This plugin brings Web Spell Checker (WSC) into CKEditor.
 
5
 
 
6
WSC is "installation-less", using the web-services of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
 
7
 
 
8
Installation
 
9
------------
 
10
 
 
11
1. Clone/copy this repository contents in a new "plugins/wsc" folder in your CKEditor installation.
 
12
2. Enable the "wsc" plugin in the CKEditor configuration file (config.js):
 
13
 
 
14
        config.extraPlugins = 'wsc';
 
15
 
 
16
That's all. WSC will appear on the editor toolbar and will be ready to use.
 
17
 
 
18
License
 
19
-------
 
20
 
 
21
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).
 
22
 
 
23
See LICENSE.md for more information.
 
24
 
 
25
Developed in cooperation with [WebSpellChecker.net](http://www.webspellchecker.net/).