1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-27 17:02:16 +01:00
Files
archived-doc-es/reference/enchant/setup.xml
Pedro Antonio Gil Rodríguez 67b4754de0 Updated to the most recent version
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@303407 c90b9560-bf6c-de11-be94-00142212c4b1
2010-09-15 20:46:42 +00:00

69 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 7a69ac3da6f056d82a8dd4e39d29ead70452e629 Maintainer: seros Status: ready -->
<chapter xml:id="enchant.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="enchant.requirements">
&reftitle.required;
<para>
Esta versión usa las funciones de la
<link xlink:href="&url.enchant;">librería Enchant</link> por
Dom Lachowicz. Se necesita Enchant 1.2.4 o posterior.
</para>
<para>
Enchant también requiere <link xlink:href="&url.glib;">Glib 2.6</link> o posterior.
Las bibliotecas precompiladas de Windows están disponibles en
<link xlink:href="&url.glib.windows;">&url.glib.windows;</link>.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.enchant.configure;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="enchant.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="enchant.resources">
&reftitle.resources;
<para>
Existen dos tipos de recursos en esta extensión. El primero
es el agente (el administrador de entornos) y el segundo es para el
diccionario.
</para>
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->