User: fs Date: 2006/07/13 23:21:20 Modified: dba/www/index.html
Log: somewhat nearer to STRICT File Changes: Directory: /dba/www/ ==================== File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/index.html?r1=1.84&r2=1.85 Delta lines: +16 -16 --------------------- --- index.html 10 Jul 2006 14:22:02 -0000 1.84 +++ index.html 14 Jul 2006 06:21:17 -0000 1.85 @@ -25,7 +25,7 @@ <div class="dba"> <h1>Database Access Project</h1> <div class="axial"> - <table border="0" cellspacing="2" cellpadding="3" ID="Table2"> + <table border="0" cellspacing="2" cellpadding="3"> <tr> <th> Category</th> @@ -80,7 +80,7 @@ for more details. <h2>Project structure</h2> - <table cellpadding="0" cellspacing="0" ID="Table1"> + <table cellpadding="0" cellspacing="0"> <tbody> <tr class="MainTableHeader"> <td colspan="2" width="100%">Modules in the Database Access Project</td> @@ -90,20 +90,20 @@ <td style="vertical-align: top;">Functionality</td> </tr> <tr class="OddTableRow"> - <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/connectivity/">connectivity</a><br> + <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/connectivity/">connectivity</a><br/> </td> <td style="vertical-align: top;">Base connectivity. This module contains database driver implementations for ODBC 3.0, JDBC, ADO, dBase, and CSV files. The way to access these drivers is very similar to JDBC as the drivers implement an API - which covers the JDBC API..<br> + which covers the JDBC API..<br/> </td> </tr> <tr class="EvenTableRow"> - <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/dbaccess/">dbaccess</a><br> + <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/dba/dbaccess/">dbaccess</a><br/> </td> <td style="vertical-align: top;">Database access layer. This module contains code for accessing databases from applications. It also contains the following: - <br> + <br/> <ul> <li> Core implementations for configuration of data sources</li> @@ -112,7 +112,7 @@ informations</li> <li> A graphical user interface (GUI) for customizing data sources and access to - data<br> + data<br/> </li> </ul> </td> @@ -120,39 +120,39 @@ </tbody> </table> <br /> - <table cellpadding="0" cellspacing="0" ID="Table3"> + <table cellpadding="0" cellspacing="0"> <tbody> <tr class="MainTableHeader"> <td colspan="2" width="100%">Modules in other Projects, related to Database Access</td> </tr> <tr class="InnerTableHeader"> - <td style="vertical-align: top;" width="15%">Module<br> + <td style="vertical-align: top;" width="15%">Module<br/> </td> - <td style="vertical-align: top;">Functionality<br> + <td style="vertical-align: top;">Functionality<br/> </td> </tr> <tr class="OddTableRow"> - <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/gsl/forms/">forms</a><br> + <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/gsl/forms/">forms</a><br/> </td> <td style="vertical-align: top;">This module, though currently part of the GSL project, is related to Database access as well. It contains most of the code necessary to build up a form layer (means the components for logical forms, control models, and controls). This project is self-contained, means it is only - exporting UNO components.<br> + exporting UNO components.<br/> </td> </tr> <tr class="EvenTableRow"> - <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/graphics/svx/">svx</a><br> + <td style="vertical-align: top;" width="15%"><a href="http://dba.openoffice.org/source/browse/graphics/svx/">svx</a><br/> </td> <td style="vertical-align: top;">Additional implementations for integrating the form layer into the aplications can be found in the SVX module, project grahics. Here, the directories svx/source/form and svx/source/fmcomp belong to - Database Access.<br> - <br> + Database Access.<br/> + <br/> Additionally, basics for the form layer (more precise, basics for integrating UNO controls into applications drawing layer) can be found in - svx/source/svdraw.<br> + svx/source/svdraw.<br/> </td> </tr> </tbody> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
