<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.enchant.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.enchant.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
  ),
  'prev' => 
  array (
    0 => 'book.enchant.php',
    1 => 'Enchant',
  ),
  'next' => 
  array (
    0 => 'enchant.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/enchant/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.enchant" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   Enchant is the PHP binding for the
   <a href="https://rrthomas.github.io/enchant/" class="link external">&raquo;&nbsp;Enchant library</a>. 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 &quot;just work&quot;
   for any and every definition of &quot;just working.&quot;
  </p>
  <p class="para">
   Enchant supports the following backends:
   <ul class="itemizedlist">
    <li class="listitem">
     <p class="para">
      <code class="literal">Aspell/Pspell (intends to replace Ispell)</code>
     </p>
    </li>
    <li class="listitem">
     <p class="para">
      <code class="literal">Ispell (old as sin, could be interpreted as a defacto standard)</code>
     </p>
    </li>
    <li class="listitem">
     <p class="para">
      <code class="literal">MySpell/Hunspell (an OOo projects, also used by Mozilla)</code>
     </p>
    </li>
    <li class="listitem">
     <p class="para">
      <code class="literal">Uspell (primarily Yiddish, Hebrew, and Eastern European languages - hosted in AbiWord&#039;s CVS under the module &quot;uspell&quot;)</code>
     </p>
    </li>
    <li class="listitem">
     <p class="para">
      <code class="literal">Hspell (Hebrew)</code>
     </p>
    </li>
    <li class="listitem">
     <p class="para">
      <code class="literal">AppleSpell (Mac OSX)</code>
     </p>
    </li>
   </ul>
  </p>
 </div><?php manual_footer($setup); ?>