Files
php-doc-ru/reference/enchant/book.xml
Andrey Gromov 95488959f8 new
git-svn-id: https://svn.php.net/repository/phpdoc/ru/trunk@342546 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-05 20:29:03 +00:00

90 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<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 </title>
<titleabbrev>Enchant</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.enchant">
&reftitle.intro;
<para>
Расширение Enchant является представлением в
<link xlink:href="&url.enchant;">библиотеки Enchant</link>.
Enchant позволяет обеспечить единообразие и
согласованость всех библиотек орфографии и реализовать
определенные функции, которые могут отсутствовать в
какой-либо отдельной библиотеке.
Все и везде должно "просто работать", при любом
определении "просто работающего".
</para>
<para>
Enchant поддерживает следующие бекэнды:
<itemizedlist>
<listitem>
<para>
<literal>Aspell/Pspell (со временем заменят Ispell)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Ispell (древний как помет мамонта, но, по факту, является стандартом)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>MySpell/Hunspell (проект OpenOffice.org, также используется Mozilla)</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Uspell (В основном идиш, иврит и восточноевропейские языки - размещается в CVS AbiWord в модуле "uspell")</literal>
</para>
</listitem>
<listitem>
<para>
<literal>Hspell (Иврит)</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
-->