betz            Thu Aug  1 19:05:11 2002 EDT

  Modified files:              
    /phpdoc/en/reference/ovrimos        reference.xml 
  Log:
  new structure applied
  
  
Index: phpdoc/en/reference/ovrimos/reference.xml
diff -u phpdoc/en/reference/ovrimos/reference.xml:1.3 
phpdoc/en/reference/ovrimos/reference.xml:1.4
--- phpdoc/en/reference/ovrimos/reference.xml:1.3       Sun Jun 30 06:41:44 2002
+++ phpdoc/en/reference/ovrimos/reference.xml   Thu Aug  1 19:05:10 2002
@@ -1,28 +1,55 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <reference id="ref.ovrimos">
   <title>Ovrimos SQL functions</title>
   <titleabbrev>OvrimosSQL</titleabbrev>
 
   <partintro>
-   <para>
-    Ovrimos SQL Server, is a client/server, transactional RDBMS
-    combined with Web capabilities and fast transactions.
-   </para>
-   <para>
-    Ovrimos SQL Server is available at <ulink
-    url="&url.ovrimos;">www.ovrimos.com</ulink>.  To enable ovrimos
-    support in PHP just compile PHP with the <option
-    role="configure">--with-ovrimos</option>
-    parameter to configure script. You'll need to install the sqlcli
-    library available in the Ovrimos SQL Server distribution.
-   </para>
-   <para>
-    <example>
-     <title>
-      Connect to Ovrimos SQL Server and select from a system table
-     </title>
-     <programlisting role="php">
+   <section id="ovrimos.intro">
+    &reftitle.intro;
+    <para>
+     Ovrimos SQL Server, is a client/server, transactional RDBMS
+     combined with Web capabilities and fast transactions.
+    </para>
+   </section>
+   
+   <section id="ovrimos.requirenments">
+    &reftitle.required;
+    <para>
+     Ovrimos SQL Server is available at <ulink
+     url="&url.ovrimos;">&url.ovrimos;</ulink>. You'll need to install the
+     sqlcli library available in the Ovrimos SQL Server distribution.
+    </para>
+   </section>
+   
+   <section id="ovrimos.installation">
+    &reftitle.install;
+    <para>
+     To enable Ovrimos support in PHP just compile PHP with the
+     <option role="configure">--with-ovrimos</option>
+     parameter to configure script. 
+    </para>
+   </section>
+
+   <section id="ovrimos.configuration">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="ovrimos.resources">
+    &reftitle.resources;
+    <para>
+    </para>
+   </section>
+
+   <section id="ovrimos.examples">
+   &reftitle.examples;
+    <para>
+     <example>
+      <title>
+       Connect to Ovrimos SQL Server and select from a system table
+      </title>
+      <programlisting role="php">
 <![CDATA[
 <?php
 $conn = ovrimos_connect ("server.domain.com", "8001", "admin", "password");
@@ -38,10 +65,12 @@
 }
 ?>
 ]]>
-     </programlisting>
-    </example>
-    This will just connect to an Ovrimos SQL server.
-   </para>
+      </programlisting>
+     </example>
+     This will just connect to an Ovrimos SQL server.
+    </para>
+   </section>
+
   </partintro>
 
 &reference.ovrimos.functions;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to