diff options
Diffstat (limited to 'db/docs/index.html')
-rw-r--r-- | db/docs/index.html | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/db/docs/index.html b/db/docs/index.html new file mode 100644 index 000000000..ad638e776 --- /dev/null +++ b/db/docs/index.html @@ -0,0 +1,75 @@ +<!--$Id: index.html,v 1.11 2000/11/22 21:40:34 bostic Exp $--> +<html> +<head> +<title>Berkeley DB (Version: 3.2.9)</title> +</head> +<body bgcolor=white> + +<p align=center> +<img src="images/sleepycat.gif" alt="Sleepycat Software Inc."> +<p align=right> +<font size="+1">... <i>the embedded database company</i></font><sup>tm</sup> + +<p><br> +<p><br> +<center><h1><b>Berkeley DB</b></h1></center> + +<p> +<table align=center cellpadding=4 border=2> +<tr> + <th align=center width="50%">Interface Documentation</th> + <th align=center width="50%">Building Berkeley DB</th> +</tr><tr valign=top> + <td> + <a href="api_c/c_index.html">C API</a><br> + <a href="api_c/c_pindex.html">C API Index</a><br> + <p> + <a href="api_cxx/cxx_index.html">C++ API</a><br> + <a href="api_cxx/cxx_pindex.html">C++ API Index</a><br> + <p> + <a href="api_java/java_index.html">Java API</a><br> + <a href="api_java/java_pindex.html">Java API Index</a><br> + <p> + <a href="api_tcl/tcl_index.html">Tcl API</a><br> + </td><td> + <a href="ref/build_unix/intro.html">Building for UNIX and QNX systems</a><br> + <p> + <a href="ref/build_win/intro.html">Building for Win32 platforms</a><br> + <p> + <a href="ref/build_vxworks/intro.html">Building for VxWorks platforms</a><br> + <p> + <a href="ref/upgrade.3.2/intro.html">Upgrading Applications to the 3.2 release</a><br> + </td> + +</tr><tr valign=top> + <th align=center>Additional Documentation</th> + <th align=center>Company and Product Information</th> +</tr><tr valign=top> + <td> + <a href="utility/index.html">Supporting Utilities</a><br> + <p> + <a href="ref/toc.html">Programmer's Tutorial and Reference Guide</a><br> + </td><td> + <a href="sleepycat/contact.html">Contacting Sleepycat Software</a><br> + <a href="ref/intro/products.html">Commercial Product List</a><br> + <a href="sleepycat/license.html">License</a><br> + <a href="http://www.sleepycat.com/update/index.html">Release Patches and Change Logs</a><br> + <a href="http://www.sleepycat.com">Sleepycat Software Home Page</a><br> + </td> +</tr> + +</table> + +<p> +<center><b> +Version 3.2.9, January 24, 2001<br> +Copyright 1997-2000 Sleepycat Software, Inc. All Rights Reserved +</b></center> + +<p><br> +<p><br> +<p><br> +<p><h5><a href="sleepycat/legal.html">Legal Notices</a></h5> + +</body> +</html> |