This patch to create a personal dictionary and add
words to it from the web interface.
It's only a PHP version and you need PHP module dba to
store your words.
It works with Mozilla but I don't test it with IE.
Thanks for the patch! How do I initialize the mydict.db
Berkeley DB file? If it doesn't already exist or it's empty
I get an error. Also, my PHP only supports the db3 handler;
if I just update the $type variable to $type = "db3" should
it work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you change the $type with db3 it must be ok.
By default the personal dict mydict.db is in
speller/server-scripts/ , be sure this directory is writable
for apache or change the variable $personal.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I haven't been able to get this working on either my Windows
or Linux manchines. Can this be written to work from another
database or from a flat .txt file? Also, it seems that this
patch was for a previous speller pages installation and the
patch is broken for the current. I'd really like to get this
working!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
diff from version 0.5
Logged In: YES
user_id=736426
Thanks for the patch! How do I initialize the mydict.db
Berkeley DB file? If it doesn't already exist or it's empty
I get an error. Also, my PHP only supports the db3 handler;
if I just update the $type variable to $type = "db3" should
it work?
Logged In: YES
user_id=1047516
If you change the $type with db3 it must be ok.
By default the personal dict mydict.db is in
speller/server-scripts/ , be sure this directory is writable
for apache or change the variable $personal.
Logged In: NO
test
Logged In: YES
user_id=937794
I haven't been able to get this working on either my Windows
or Linux manchines. Can this be written to work from another
database or from a flat .txt file? Also, it seems that this
patch was for a previous speller pages installation and the
patch is broken for the current. I'd really like to get this
working!