mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MFB:
- Moved the requirements section to setup.xml - Moved the intro from reference.xml too book.xml - Change the intro ID to intro.<extname> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247963 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6dafc82486
commit
30a77a9430
4 changed files with 143 additions and 35 deletions
52
reference/aspell/book.xml
Normal file
52
reference/aspell/book.xml
Normal file
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- State: deprecated -->
|
||||
|
||||
<book xml:id="book.aspell" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Aspell [deprecated]</title>
|
||||
|
||||
<!-- {{{ preface -->
|
||||
<preface xml:id="intro.aspell">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
The <function>aspell</function> functions allows you to check the
|
||||
spelling on a word and offer suggestions.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension has been removed from PHP and is no
|
||||
longer available as of PHP 4.3.0. If you want to use spell-checking
|
||||
capabilities in PHP, use <link linkend="book.pspell">pspell</link> instead.
|
||||
It uses pspell library and works with newer versions of aspell.
|
||||
</para>
|
||||
</note>
|
||||
</preface>
|
||||
<!-- }}} -->
|
||||
|
||||
&reference.aspell.setup;
|
||||
&reference.aspell.constants;
|
||||
&reference.aspell.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:"../../../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
|
||||
-->
|
||||
|
29
reference/aspell/constants.xml
Normal file
29
reference/aspell/constants.xml
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<appendix xml:id="aspell.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&no.constants;
|
||||
</appendix>
|
||||
|
||||
<!-- 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:"../../../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
|
||||
-->
|
||||
|
|
@ -1,49 +1,17 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- State: deprecated -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
|
||||
<reference xml:id="ref.aspell" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Aspell functions [deprecated]</title>
|
||||
<titleabbrev>Aspell</titleabbrev>
|
||||
<title>Aspell &Functions; [deprecated]</title>
|
||||
|
||||
<partintro>
|
||||
<section xml:id="aspell.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
The <function>aspell</function> functions allows you to check the
|
||||
spelling on a word and offer suggestions.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension has been removed from PHP and is no
|
||||
longer available as of PHP 4.3.0. 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.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section xml: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. You need the aspell library, available
|
||||
from: <link xlink:href="&url.aspell;">&url.aspell;</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
&reference.aspell.configure;
|
||||
|
||||
<section xml:id="aspell.seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
See also <link linkend="ref.pspell">pspell</link>.
|
||||
</para>
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.aspell.entities.functions;
|
||||
&reference.aspell.entities.functions;
|
||||
|
||||
</reference>
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
59
reference/aspell/setup.xml
Normal file
59
reference/aspell/setup.xml
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<chapter xml:id="aspell.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
<!-- {{{ Requirements -->
|
||||
<section xml: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. You need the aspell library, available
|
||||
from: <link xlink:href="&url.aspell;">&url.aspell;</link>.
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
<!-- {{{ Installation -->
|
||||
&reference.aspell.configure;
|
||||
<!-- }}} -->
|
||||
|
||||
<!-- {{{ Configuration -->
|
||||
<section xml:id="aspell.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
<!-- {{{ Resources -->
|
||||
<section xml:id="aspell.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</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:"../../../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
|
||||
-->
|
||||
|
Loading…
Reference in a new issue