php-doc-en/reference/enchant/book.xml
2013-05-23 17:38:21 +00:00

85 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.enchant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>Enchant spelling library</title>
<titleabbrev>Enchant</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.enchant">
&reftitle.intro;
<para>
Enchant is the PHP binding for the
<link xlink:href="&url.enchant;">Enchant library</link>. Enchant steps
in to provide uniformity and conformity on top of all spelling
libraries, and implement certain features that may be lacking in
any individual provider library. Everything should "just work"
for any and every definition of "just working."
</para>
<para>
Enchant supports the following backends:
<itemizedlist>
<listitem>
<para>
<literal>Aspell/Pspell (intends to replace Ispell)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Ispell (old as sin, could be interpreted as a defacto standard)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>MySpell/Hunspell (an OOo projects, also used by Mozilla)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Uspell (primarily Yiddish, Hebrew, and Eastern European languages - hosted in AbiWord's CVS under the module "uspell")</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Hspell (Hebrew)</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;
</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
-->