Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kscanne/make-extensions

Scripts for generating hunspell spellchecking extensions
https://github.com/kscanne/make-extensions

Last synced: 3 months ago
JSON representation

Scripts for generating hunspell spellchecking extensions

Awesome Lists containing this project

README

        

make-extensions: script for creating spell-checking extensions for Mozilla/LO/OOo
Copyright 2010, 2011, 2012 Kevin P. Scannell
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This is the "make-extensions" shell script that can be used to
create spell checking extensions (== plugins == addons) for
LibreOffice, OpenOffice.org, Mozilla Firefox, Thunderbird, etc.

Just drop a .dic, .aff, and README file in this directory, with the
following naming conventions:

xx_YY.dic, xx_YY.aff, README_xx_YY.txt

where 'xx' is the ISO 639 (2 or 3 letter) code for your language,
and 'YY' is the ISO 3166 country code.

Then do:

$ bash make-extensions xx_YY LANGUAGE-NAME-ENGLISH COUNTRY-ENGLISH VERSION

and it will produce and .xpi file for Mozilla products, an .oxt file for
LibreOffice/OpenOffice.org 3.0+, and a .zip file for OpenOffice.org 2.x.

Kevin Scannell
[email protected]
19 August 2010