Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kscanne/make-extensions
- Owner: kscanne
- License: gpl-3.0
- Created: 2012-01-15T17:41:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T13:00:32.000Z (almost 7 years ago)
- Last Synced: 2024-04-18T22:36:04.021Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- low-resource-languages - Make-extensions - Scripts for generating hunspell spellchecking extensions. (Software / Utilities)
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