mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351932 c90b9560-bf6c-de11-be94-00142212c4b1
87 lines
2.3 KiB
XML
87 lines
2.3 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;
|
|
&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
|
|
-->
|
|
|