goba            Fri Apr 19 10:16:19 2002 EDT

  Modified files:              
    /phpdoc/en/reference/aspell reference.xml 
  Log:
  New structure applied
  
  
Index: phpdoc/en/reference/aspell/reference.xml
diff -u phpdoc/en/reference/aspell/reference.xml:1.2 
phpdoc/en/reference/aspell/reference.xml:1.3
--- phpdoc/en/reference/aspell/reference.xml:1.2        Mon Apr 15 14:56:28 2002
+++ phpdoc/en/reference/aspell/reference.xml    Fri Apr 19 10:16:19 2002
@@ -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;


Reply via email to