From f4f6291ec16bd2fe368f868e667ea2071c514098 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 24 Jun 2010 13:27:43 +0000 Subject: - Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE --- .../js/tiny_mce/plugins/spellchecker/config.php | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100755 program/js/tiny_mce/plugins/spellchecker/config.php (limited to 'program/js/tiny_mce/plugins/spellchecker/config.php') diff --git a/program/js/tiny_mce/plugins/spellchecker/config.php b/program/js/tiny_mce/plugins/spellchecker/config.php deleted file mode 100755 index b653dc900..000000000 --- a/program/js/tiny_mce/plugins/spellchecker/config.php +++ /dev/null @@ -1,34 +0,0 @@ -get('spellcheck_engine') == 'pspell' ? 'PSpell' : 'GoogleSpell'; - $config['GoogleSpell.rpc_uri'] = $rcmail_config->get('spellcheck_uri'); - - /** end RoundCube specific code */ - - // General settings - //$config['general.engine'] = 'GoogleSpell'; - //$config['general.engine'] = 'PSpell'; - //$config['general.engine'] = 'PSpellShell'; - //$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php'; - - // PSpell settings - $config['PSpell.mode'] = PSPELL_FAST; - $config['PSpell.spelling'] = ""; - $config['PSpell.jargon'] = ""; - $config['PSpell.encoding'] = ""; - - // PSpellShell settings - $config['PSpellShell.mode'] = PSPELL_FAST; - $config['PSpellShell.aspell'] = '/usr/bin/aspell'; - $config['PSpellShell.tmp'] = '/tmp'; - - // Windows PSpellShell settings - //$config['PSpellShell.aspell'] = '"c:\Program Files\Aspell\bin\aspell.exe"'; - //$config['PSpellShell.tmp'] = 'c:/temp'; -?> -- cgit v1.2.3