User: fs Date: 2006/12/05 23:57:54 Modified: dba/www/index.html
Log: link developer projects File Changes: Directory: /dba/www/ ==================== File [changed]: index.html Url: http://dba.openoffice.org/source/browse/dba/www/index.html?r1=1.93&r2=1.94 Delta lines: +5 -19 -------------------- --- index.html 30 Nov 2006 09:39:37 -0000 1.93 +++ index.html 6 Dec 2006 07:57:52 -0000 1.94 @@ -68,8 +68,8 @@ <a href="http://www.openoffice.org/issues/buglist.cgi?component=Database+access&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&keywords=easy2dev&keywords_type=anytokens"> DBA issues have this keyword set</a>, so if you're looking for some small fix to do: Look at <a href="http://www.openoffice.org/issues/buglist.cgi?component=Database+access&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&keywords=easy2dev&keywords_type=anytokens"> - this list</a></p> - <p>If you're interested in one of those: The owner of the issue, and/or the person who added the keyword, are able to + this list</a><br/> + If you're interested in one of those: The owner of the issue, and/or the person who added the keyword, are able to tell you how to fix it. Ask them, or speak up in <a href="mailto:[email protected]">our developer mailing lists</a> - and we'll help you getting started!</p> @@ -80,6 +80,9 @@ which you would <em>most</em> like to get fixed. Ask in the issue, or in <a href="mailto:[email protected]">our developer mailing lists</a>, for help in fixing it. You might find the <a href="development/project_structure.html">project structure</a> slightly helpful here.</p> + <p>We also maintain a list of small to medium self-contained projects for developers, so if you're interested, + <a href="development/projects.html">have a look</a>.</p> + <p>If you have a pet peeve database which currently poorly connects to OpenOffice.org Base, or some other structured data which you want Base to be able to access (for instance some address book data), writing a dedicated driver might be for you. This is easier than it sounds, as various contributions have proven @@ -112,23 +115,6 @@ </li> </ul> </p> - -<!-- To reach this, we provide a full and flexible API (similar to - the <a href="http://java.sun.com/products/jdk/1.2/docs/api/java/sql/package-summary.html"> - JDBC API</a>), implemented in <a href="http://udk.openoffice.org/">UNO </a>(OpenOffice.org's - component model).<br /> - <br /> - Currently, there are implementations enabling access to JDBC, ODBC 3.0, ADO - providers, <a href="http://www.mysql.com/">MySQL</a>, dBase and CSV files, and - Adabas D. However, the component technology behind <a href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/module-ix.html"> - SDBC</a>,<a href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdbcx/module-ix.html"> - SDBCX</a>, and <a href="http://api.openoffice.org/docs/common/ref/com/sun/star/sdb/module-ix.html"> - SDB</a> is flexible enough to be extended with new drivers easily.<br /> - <br /> - Forms (data-aware forms as well as HTML forms) are a part of the Database - Access Project, too. - ---> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
