mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 18:02:17 +01:00
89 lines
2.5 KiB
XML
89 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 5f8047c12b4078a6f686b2b0589e9284c47bf155 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<book xml:id="book.enchant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
<title>Bibliothèque d'orthographe Enchant</title>
|
|
<titleabbrev>Enchant</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.enchant">
|
|
&reftitle.intro;
|
|
<para>
|
|
Enchant est une utilisation PHP de la
|
|
<link xlink:href="&url.enchant;">bibliothèque Enchant</link>. Enchant
|
|
fournit une uniformité et une conformité pour toutes les bibliothèques
|
|
d'orthographe, et implémente certaines fonctionnalités qui peuvent
|
|
faire défaut dans une bibliothèque. Tout doit "juste fonctionner".
|
|
</para>
|
|
<para>
|
|
Enchant supporte les bibliothèques suivantes :
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
<literal>Aspell/Pspell (prévu pour remplacer Ispell)</literal>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>Ispell (très ancien, peut être considéré comme un standard)</literal>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>MySpell/Hunspell (un projet orienté objet, également utilisé par Mozilla)</literal>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>Uspell (prévu à l'origine pour le yiddish, l'hébreu et les langues
|
|
d'Europe de l'Est - hébergé dans le CVS d'AbiWord sous la module "uspell")</literal>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>Hspell (Hébreu)</literal>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>AppleSpell (Mac OSX)</literal>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</para>
|
|
</preface>
|
|
<!-- }}} -->
|
|
|
|
&reference.enchant.setup;
|
|
&reference.enchant.constants;
|
|
&reference.enchant.examples;
|
|
&reference.enchant.reference;
|
|
&reference.enchant.enchantbroker;
|
|
&reference.enchant.enchantdictionary;
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|