b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (CVS HEAD) [ class tree: main ] [ index: main ] [ all elements ]

Source for file config.php

Documentation is available at config.php

  1. <?php
  2.     // General settings
  3.     $config['general.engine''GoogleSpell';
  4.     //$config['general.engine'] = 'PSpell';
  5.     //$config['general.engine'] = 'PSpellShell';
  6.     //$config['general.remote_rpc_url'] = 'http://some.other.site/some/url/rpc.php';
  7.  
  8.     // PSpell settings
  9.     $config['PSpell.mode'PSPELL_FAST;
  10.     $config['PSpell.spelling'"";
  11.     $config['PSpell.jargon'"";
  12.     $config['PSpell.encoding'"";
  13.  
  14.     // PSpellShell settings
  15.     $config['PSpellShell.mode'PSPELL_FAST;
  16.     $config['PSpellShell.aspell''/usr/bin/aspell';
  17.     $config['PSpellShell.tmp''/tmp';
  18.  
  19.     // Windows PSpellShell settings
  20.     //$config['PSpellShell.aspell'] = '"c:\Program Files\Aspell\bin\aspell.exe"';
  21.     //$config['PSpellShell.tmp'] = 'c:/temp';
  22. ?>

Documentation generated on Sat, 06 Mar 2010 03:50:46 +0100 by phpDocumentor 1.4.2. This site is hosted and maintained by Daniel HAHLER (Contact).