project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
9OTUNE YOGURT SÜREER AYRAN OLANA KADAR SİKERİMxD
(moved from SupportForum)
Hi, everyone.
I'm having problems using the spell-checker. I installed aspell (on Windows), but I don't know how to make ErfurtWiki's spellchecker plug-in use it. Any help? Thanks!
Alex
Andy: I recomend starting by making sure that the $spell_bin variable is set correctly. Perhaps you would do best to edit the code in ewiki_spellcheck_init() that sets this variable to ensure that it is set to the path and program of your choice.
Alex: Great. aspell is located in "C:\Program Files\Aspell\bin\aspell". So the correct way is this?:
$spell_bin="C:\\Program Files\\Aspell\\bin\\aspell --master=C:\\Program Files\\Aspell\\dict\\en.multi pipe ";
Just changing that line in ewiki_spellcheck_init() should make it work? Because I did that, and previewing a page looks just as if I didn't add the plug-in.
Thanks!