hholzgra Sat Mar 2 12:17:56 2002 EDT
Modified files:
/phpdoc/en/functions dbplus.xml
Log:
introduction doesn't need a section of its own
Index: phpdoc/en/functions/dbplus.xml
diff -u phpdoc/en/functions/dbplus.xml:1.23 phpdoc/en/functions/dbplus.xml:1.24
--- phpdoc/en/functions/dbplus.xml:1.23 Sat Mar 2 08:29:54 2002
+++ phpdoc/en/functions/dbplus.xml Sat Mar 2 12:17:56 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<reference id="ref.dbplus">
<title>DB++ Functions</title>
<titleabbrev>DB++</titleabbrev>
@@ -7,23 +7,20 @@
<partintro>
&warn.experimental;
- <section id="dbplus.intro">
- <title>DB++ Database Functions</title>
- <para>
- db++, made by the german company <ulink
- url="&url.dbplus.company;">Concept asa</ulink>, is a relational
- database system with high performance and low memory and disk
- usage in mind. While providing SQL as an additional language
- interface it is not really a SQL database in the first place but
- provides its own AQL query language which is much more influenced
- by the relational algebra then SQL is.
- </para>
- <para>
- Concept asa always had an interest in supporting open source
- languages, db++ has had Perl and Tcl call interfaces for years
- now and uses Tcl as its internal stored procedure language.
- </para>
- </section>
+ <para id="dbplus.intro">
+ db++, made by the german company <ulink
+ url="&url.dbplus.company;">Concept asa</ulink>, is a relational
+ database system with high performance and low memory and disk
+ usage in mind. While providing SQL as an additional language
+ interface it is not really a SQL database in the first place but
+ provides its own AQL query language which is much more influenced
+ by the relational algebra then SQL is.
+ </para>
+ <para>
+ Concept asa always had an interest in supporting open source
+ languages, db++ has had Perl and Tcl call interfaces for years
+ now and uses Tcl as its internal stored procedure language.
+ </para>
<section id="dbplus.requirenments">
<title>Requirements</title>