~ubuntu-branches/ubuntu/natty/python-kinterbasdb/natty-updates

« back to all changes in this revision

Viewing changes to docs/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2003-09-28 15:52:16 UTC
  • Revision ID: james.westby@ubuntu.com-20030928155216-3o2xngislqrw1wnr
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
 
 
4
<title>KInterbasDB Documentation</title>
 
5
 
 
6
<link rel="stylesheet" href="global.css" type="text/css">
 
7
 
 
8
</head>
 
9
 
 
10
<body>
 
11
 
 
12
<h1 class="compactHeading">KInterbasDB</h1>
 
13
<h3 class="compactHeading">A Python Extension Package for the Interbase&reg;/Firebird Relational Database</h3>
 
14
 
 
15
<h5 class="compactHeading"><KINTERBASDB___VERSION>( Version: <span style="font-size: 125%;">3.0.1</span> ) ( This distribution was created on 2002.08.05 at 17:22 Eastern Daylight Time. )</KINTERBASDB___VERSION></h5>
 
16
 
 
17
<hr>
 
18
 
 
19
<h3 class="compactHeading">Documentation Contents:</h3>
 
20
<ul class="compactList">
 
21
    <li><a href="#introduction">Introduction</a></li>
 
22
    <li>Installation Guide
 
23
        <ul>
 
24
            <li><a href="installation-source.html">Source Distribution</a></li>
 
25
            <li><a href="installation-binary.html">Binary Distributions</a>
 
26
                <span style="font-size: 80%;">(including Windows&reg; executable installer and Linux RPM)</span>
 
27
            </li>
 
28
        </ul>
 
29
    </li>
 
30
    <li><a href="usage.html">Usage Guide</a></li>
 
31
    <li><a href="changelog.txt">Changelog</a></li>
 
32
    <li><a href="license.txt">License</a></li>
 
33
    <li><a href="Python-DB-API-2.0.html">Python Database API Specification 2.0</a> (Local Copy)</li>
 
34
    <li><a href="links.html">Links</a></li>
 
35
</ul>
 
36
 
 
37
<hr>
 
38
 
 
39
<a name="introduction"><h3 class="compactHeading">Introduction</h3></a>
 
40
 
 
41
<p>
 
42
KInterbasDB is a Python extension package that implements
 
43
<a href="Python-DB-API-2.0.html">Python Database API 2.0</a>-compliant
 
44
support for Borland&reg;
 
45
<a href="http://www.interbase.com">Interbase&reg;</a> and its descendant
 
46
<a href="http://firebirdsql.org">Firebird<a/>.  The package
 
47
is free--covered by a permissive BSD-style
 
48
<a href="license.txt">license</a> that both commercial and noncommercial
 
49
users should find agreeable.
 
50
</p>
 
51
 
 
52
<h3 class="compactHeading">Project Web Site</h3>
 
53
<p>
 
54
The KInterbasDB project web site is graciously hosted by
 
55
<a href="http://www.sourceforge.net">SourceForge</a> at
 
56
<a href="http://kinterbasdb.sourceforge.net">http://kinterbasdb.sourceforge.net</a>
 
57
</p>
 
58
<p>
 
59
Bug reports, feature requests, and other communication with the
 
60
KInterbasDB developers should be delivered via that site.
 
61
</p>
 
62
 
 
63
</body>
 
64
</html>