From dc57ef04af4d12bb589c98e7457a22c44a091815 Mon Sep 17 00:00:00 2001 From: andi Date: Tue, 7 Jun 2005 21:44:56 +0200 Subject: AJAX spellchecker #29 This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php Here are the differences and features * seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back. darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz --- conf/dokuwiki.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index c40728d0a..67b2d9936 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -69,6 +69,7 @@ $conf['locktime'] = 15*60; //maximum age for lockfiles (defaults t $conf['notify'] = ''; //send change info to this email (leave blank for nobody) $conf['mailfrom'] = ''; //use this email when sending mails $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect +$conf['spellchecker']= 0; //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed) //Set target to use when creating links - leave empty for same window $conf['target']['wiki'] = ''; @@ -85,4 +86,3 @@ $conf['ftp']['user'] = 'user'; $conf['ftp']['pass'] = 'password'; $conf['ftp']['root'] = '/home/user/htdocs'; -?> -- cgit v1.2.3