libreccm-legacy/ccm-core/web/assets/xinha/plugins/SpellChecker
jensp 1c04f489fe Übernahme der Änderungen von Sidoine:
- jQuery aktualisiert
- Fancybox 2 integriert
- Xinha auf aktuelle Version aktualisert


git-svn-id: https://svn.libreccm.org/ccm/trunk@2664 8810af33-2d31-482b-a856-94f89814c4df
2014-06-02 12:11:06 +00:00
..
img
lang
README
SpellChecker.js
aspell_setup.php
readme-tech.html
spell-check-logic.cgi
spell-check-logic.php
spell-check-savedicts.php
spell-check-style.css
spell-check-ui.html
spell-check-ui.js

README

ExecCGI Note:
If you intend to use the perl (.cgi) backend then you will need to have the ExecCGI option enabled for this directory (if you are using Apache), you may be able to do this by adding a file called .htaccess in this directory, with the below contents.

## EXAMPLE .htaccess
Options +ExecCGI
####################

It is however recommended that you use the PHP backend where possible.