mirror of
https://github.com/php/doc-pt_br.git
synced 2026-03-23 22:52:12 +01:00
85 lines
2.6 KiB
XML
85 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: a6b55f8de61955b35c83fec32651201cce4aa383 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
|
|
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.enchant">
|
|
<?phpdoc extension-membership="bundledexternal" ?>
|
|
<title>Enchant - Biblioteca de verificação ortográfica</title>
|
|
<titleabbrev>Enchant</titleabbrev>
|
|
|
|
<!-- {{{ preface -->
|
|
<preface xml:id="intro.enchant">
|
|
&reftitle.intro;
|
|
<simpara>
|
|
Enchant é a ligação PHP para a
|
|
<link xlink:href="&url.enchant;">biblioteca Enchant</link>. O Enchant intervém
|
|
para fornecer uniformidade e conformidade em todas as bibliotecas
|
|
ortográficas e implementar certos recursos que podem estar faltando em
|
|
qualquer biblioteca fornecedora individual. Tudo deveria “simplesmente funcionar”
|
|
para toda e qualquer definição de “simplesmente funcionando”.
|
|
</simpara>
|
|
<para>
|
|
O Enchant oferece suporte aos seguintes backends:
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>Aspell/Pspell (pretende substituir Ispell)</literal>
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>Ispell (muito antigo, poderia ser interpretado como um padrão de fato)</literal>
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>MySpell/Hunspell (um projeto OpenOffice.org, também usado pela Mozilla)</literal>
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>Uspell (principalmente iídiche, hebraico, e idiomas do Leste Europeu - hospedado no CVS do AbiWord no módulo "uspell")</literal>
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>Hspell (hebraico)</literal>
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
<literal>AppleSpell (Mac OSX)</literal>
|
|
</simpara>
|
|
</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
|
|
-->
|