Skip to content

voikko/mozvoikko

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
This is Mozvoikko, an extension for Mozilla programs for using Voikko spell checker.

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

-  Mozilla Firefox 4.0 - 56
-  Mozilla Thunderbird 5.0 - 52.9.1
-  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>

About

UNMAINTAINED Spell checker extension for legacy Mozilla products (older than Firefox 57 or Thunderbird 60)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published