doc updates

forgot to add icon files
This commit is contained in:
brianb
2003-01-15 15:16:53 +00:00
parent c0d5312464
commit c091a4964b
4 changed files with 30 additions and 16 deletions

View File

@@ -14,13 +14,17 @@
</dd><dd>
<a href="#license">1.4 What license is MDB Tools under</a>
</dd><dd>
<a href="#roadmap">1.5 Is there a road map</a>
<a href="#versions">1.5 What Jet Databases does MDB Tools support?</a>
</dd><dd>
<a href="#install">1.6 How do I install</a>
<a href="#roadmap">1.6 Is there a road map</a>
</dd><dd>
<a href="#bug">1.7 I've found a bug</a>
<a href="#install">1.7 How do I install</a>
</dd><dd>
<a href="#help">1.8 How do I help?</a>
<a href="#bug">1.8 I've found a bug</a>
</dd><dd>
<a href="#help">1.9 How do I help?</a>
</dd><dd>
<a href="#help">1.10 What's this postcard thing?</a>
</dd></dl>
<hr size="1">
@@ -28,7 +32,7 @@
<h2>General Questions</h2>
<dl><a name="mdb"></a><dt><b>1.1 What is an MDB</b></dt><dd>
MDB databases are files produced by the Microsoft 'Jet' database engine. They are used in a variety of products such as MS Money and MS Project, but most importantly, it is used as the format for Microsoft Access databases.
MDB databases are files produced by the Microsoft 'Jet' database engine. They are used in a variety of Microsoft products such as Money, Project, IIS, and Exchange as well as Accpac's Simply Accounting and Fog Creek's CityDesk, but most importantly, it is used as the format for Microsoft Access databases.
</dd></dl>
<dl><a name="what"></a><dt><b>1.2 What does MDB Tools do</b></dt><dd>
@@ -49,7 +53,11 @@ MDB Tools includes
The libraries in MDB Tools (libmdb, libmdbsql, and libmdbodbc) are licensed under the LGPL. The remainder of the software is license under the GPL.
</dd></dl>
<dl><a name="roadmap"></a><dt><b>1.5 Is there a roadmap?</b></dt><dd>
<dl><a name="versions"></a><dt><b>1.5 What Jet Databases does MDB Tools support?</b></dt><dd>
MDB Tools supports Jet version 3.0 and 4.0 databases. It does not, and probably never will support Jet 2.0. I'm looking into adding support for MSDE databases, and if anyone wants to send some sample databases in that format, I'd be very interested.
</dd></dl>
<dl><a name="roadmap"></a><dt><b>1.6 Is there a roadmap?</b></dt><dd>
<p>Roughly, the plan moving forward looks like this.
<ul>
<li>Add index scan capability to libmdb and the SQL engine with a query plan generator.</li>
@@ -65,18 +73,18 @@ Of course these are my personal goals, and the direction of the project depends
</p>
</dd></dl>
<dl><a name="install"></a><dt><b>1.6 How do I install</b></dt><dd>
<dl><a name="install"></a><dt><b>1.7 How do I install</b></dt><dd>
<p>
Consult the <a href="install/book1.html">installation guide</a> for details.
Consult the <a href="http://mdbtools.sourceforge.net/install/">installation guide</a> for details.
</p>
</dd></dl>
<dl><a name="bug"></a><dt><b>1.7 I've found a bug</b></dt><dd>
<dl><a name="bug"></a><dt><b>1.8 I've found a bug</b></dt><dd>
<p>
Post it to the sourceforge project page so it gets tracked and send a note to the list so we can work it out. I may request details about or a copy of your database. Any database sent will be kept confidential.
</dd></dl>
<dl><a name="help"></a><dt><b>1.8 How do I help?</b></dt><dd>
<dl><a name="help"></a><dt><b>1.9 How do I help?</b></dt><dd>
<p>
Join the mailing list, it's very low traffic at the time of this writing.
</p>
@@ -87,5 +95,8 @@ If you are a programmer, start with the debugger in gmdb2 to get a feel for the
We are currently looking for corrupted Access databases to help with developing recovery tools. If you have them, I will even extract the usable data from them for you for free. ;-)
</p>
</dd></dl>
<dl><a name="postcards"></a><dt><b>1.10 What's this postcard thing?</b></dt><dd>
I, like many free software others, enjoy getting postcards from where users live. If you're a happy MDB Tools user (or even a disgruntled one, doesn't really matter) and want to drop me a postcard with a picture of the place you live, email <a href="mailto:camber@ais.org">me</a> for my snail-mail address. Come one, you know you want to!
</dd></dl>
</body></html>