New structure applied

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-04-19 14:16:19 +00:00
parent 5dadf200ee
commit 9f70b54238

View file

@ -1,28 +1,44 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<reference id="ref.aspell">
<title>Aspell functions [deprecated]</title>
<titleabbrev>Aspell</titleabbrev>
<partintro>
<simpara>
The <function>aspell</function> functions allows you to check the
spelling on a word and offer suggestions.
</simpara>
<note>
<simpara>
<section id="aspell.intro">
&reftitle.intro;
<para>
The <function>aspell</function> functions allows you to check the
spelling on a word and offer suggestions.
</para>
</section>
<section id="aspell.requirements">
&reftitle.required;
<para>
aspell works only with very old (up to .27.* or so) versions of
aspell library. Neither this module, nor those versions of aspell
library are supported any longer. If you want to use
spell-checking capabilities in php, use <link
linkend="ref.pspell">pspell</link> instead. It uses pspell
library and works with newer versions of aspell.
</simpara>
</note>
<simpara>
You need the aspell library, available from: <ulink
url="&url.aspell;">&url.aspell;</ulink>.
</simpara>
</para>
</section>
<section id="aspell.installation">
&reftitle.install;
<para>
You need the aspell library, available from: <ulink
url="&url.aspell;">&url.aspell;</ulink>.
</para>
</section>
<section id="aspell.seealso">
&reftitle.seealso;
<para>
See also <link linkend="ref.pspell">pspell</link>.
</para>
</section>
</partintro>
&reference.aspell.functions;