This is Mozvoikko, an extension for Mozilla programs for using Voikko spell checker.

Supported versions are:
=======================

-  Mozilla Firefox 4.0 or above
-  Mozilla Thunderbird 5.0 or above
-  Mozilla SeaMonkey 2.2 or above

Supported targets:
==================
-  32-bit Windows (WINNT_x86-msvc)
-  64-bit Windows (WINNT_x86_64-msvc)
-  32-bit Linux (Linux_ix86-gcc3)
-  64-bit Linux (Linux_x86_64-gcc3)
-  32-bit Mac OS X (Darwin_x86-gcc3)
-  64-bit Mac OS X (Darwin_x86_64-gcc3)
-  32-bit Mac OS X (Darwin_ppc-gcc3)

Binary packages for targets mentioned above are included in the extension package.
Also suomi-malaga data are included. Extension works however with system installations
of these packages (libvoikko and suomi-malaga) if the files are not found inside
the extension package.

Version 2 of Mozvoikko is written completely in JavaScript and does not contain
any binary components.

One can include libvoikko shared libraries and suomi-malaga (or other dictionaries)
into an extension. For that one must put these files in the subdirectories of
directory voikko as shown below:

$ find voikko -type f | sort
voikko/2/mor-standard/voikko-fi_FI.all_l
voikko/2/mor-standard/voikko-fi_FI.lex_l
voikko/2/mor-standard/voikko-fi_FI.mor_l
voikko/2/mor-standard/voikko-fi_FI.pro
voikko/2/mor-standard/voikko-fi_FI.sym_l
voikko/Darwin_x86_64-gcc3/libvoikko.1.dylib
voikko/Darwin_x86-gcc3/libvoikko.1.dylib
voikko/Linux_x86_64-gcc3/libvoikko.so.1
voikko/Linux_x86-gcc3/libvoikko.so.1
voikko/README
voikko/WINNT_x86-msvc/libvoikko-1.dll
voikko/WINNT_x86_64-msvc/libvoikko-1.dll

On PPC Mac OS X:
$ find voikko -type f | sort
voikko/2/mor-standard/voikko-fi_FI.lex_b
voikko/2/mor-standard/voikko-fi_FI.mor_b
voikko/2/mor-standard/voikko-fi_FI.pro
voikko/2/mor-standard/voikko-fi_FI.sym_b
voikko/Darwin_ppc-gcc3/libvoikko.1.dylib

Andris Pavenis <andris.pavenis@iki.fi>
