Vous trouverez la dernière version de jargonixe,
écrit par Gilles
Lamiral, à l'adresse :
http://www.linux-france.org/prj/jargonixe/
Ce document, écrit en SGML, peut être disponible en plusieurs formats: ASCII TeX SGML PostScript HTML HTM PDF Info LyX Man (à la convenance de l'administrateur du site).
Il suffit de télécharger le script
jargonixe.
$ ./jargonixe --help
SYNOPSIS : The command "jargonixe" generates definitions taken from
the french jargon dictionary. The words can come from stdin or from
files given in arguments.
See also http://www.linux-france.org/prj/jargonf/
VERSION : 1.3
USAGE : ./jargonixe [options] file1 file2 ...
OPTIONS:
--help : print the command usage (this message).
--debug : print debug information.
--jargon string : jargon file to use
default is ./jargon.txt
ARGUMENTS:
file1 file2 ... : file to process, can be STDIN
EXAMPLES:
echo "toto" | ./jargonixe
./jargonixe toto.html
cat toto.html | ./jargonixe
echo "toto aime bien GNU/Linux" | ./jargonixe > result.html