goba Sun Jul 28 10:32:17 2002 EDT
Added files:
/phpdoc/en/reference/pspell constants.xml
Modified files:
/phpdoc/en/reference/pspell reference.xml
Log:
Adding constants here, applied new structure
Index: phpdoc/en/reference/pspell/reference.xml
diff -u phpdoc/en/reference/pspell/reference.xml:1.2
phpdoc/en/reference/pspell/reference.xml:1.3
--- phpdoc/en/reference/pspell/reference.xml:1.2 Mon Apr 15 17:57:18 2002
+++ phpdoc/en/reference/pspell/reference.xml Sun Jul 28 10:32:17 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- pspell currently (2001-08-14) doesn't use resources -->
<reference id="ref.pspell">
@@ -7,17 +7,45 @@
<titleabbrev>Pspell</titleabbrev>
<partintro>
- <simpara>
- These functions allow you to check the spelling of a word and offer
- suggestions.
- </simpara>
- <simpara>
- You need the aspell and pspell libraries, available from <ulink
- url="&url.aspell;">&url.aspell;</ulink> and
- <ulink url="&url.pspell;">&url.pspell;</ulink> respectively, and
- add the <option role="configure">--with-pspell[=dir]</option> option
- when compiling php.
- </simpara>
+
+ <section id="pspell.intro">
+ &reftitle.intro;
+ <para>
+ These functions allow you to check the spelling of a word and offer
+ suggestions.
+ </para>
+ </section>
+
+ <section id="pspell.requirements">
+ &reftitle.required;
+ <para>
+ To compile PHP with pspell support, you need the aspell and pspell
+ libraries, available from <ulink url="&url.aspell;">&url.aspell;</ulink>
+ and <ulink url="&url.pspell;">&url.pspell;</ulink> respectively.
+ </para>
+ </section>
+
+ <section id="pspell.installation">
+ &reftitle.install;
+ <para>
+ If you have the libraries needed add the
+ <option role="configure">--with-pspell[=dir]</option> option
+ when compiling PHP.
+ </para>
+ </section>
+
+ <section id="pspell.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="pspell.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+
+ &reference.pspell.constants;
+
</partintro>
&reference.pspell.functions;
Index: phpdoc/en/reference/pspell/constants.xml
+++ phpdoc/en/reference/pspell/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="pspell.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>PSPELL_FAST</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>PSPELL_NORMAL</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>PSPELL_BAD_SPELLERS</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>PSPELL_RUN_TOGETHER</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- 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
-->
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php