[ Index ] |
WordPress Cross Reference |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * config.php 4 * 5 * @package MCManager.includes 6 */ 7 // General settings 8 $config['general.engine'] = 'GoogleSpell'; 9 //$config['general.engine'] = 'PSpell'; 10 //$config['general.engine'] = 'PSpellShell'; 11 //$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php'; 12 13 // PSpell settings 14 $config['PSpell.mode'] = PSPELL_FAST; 15 $config['PSpell.spelling'] = ""; 16 $config['PSpell.jargon'] = ""; 17 $config['PSpell.encoding'] = ""; 18 19 // PSpellShell settings 20 $config['PSpellShell.mode'] = PSPELL_FAST; 21 $config['PSpellShell.aspell'] = '/usr/bin/aspell'; 22 $config['PSpellShell.tmp'] = '/tmp'; 23 24 // Windows PSpellShell settings 25 //$config['PSpellShell.aspell'] = '"c:\Program Files\Aspell\bin\aspell.exe"'; 26 //$config['PSpellShell.tmp'] = 'c:/temp'; 27 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |