File: README.html%2Cv

package info (click to toggle)
tcl-sql 20000621-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 612 kB
  • ctags: 81
  • sloc: cpp: 399; makefile: 60; tcl: 19; csh: 2
file content (165 lines) | stat: -rw-r--r-- 3,807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	98.06.30.18.18.47;	author tdarugar;	state Exp;
branches;
next	1.4;

1.4
date	98.06.23.00.57.22;	author tdarugar;	state Exp;
branches;
next	1.3;

1.3
date	98.03.18.01.50.41;	author tdarugar;	state Exp;
branches;
next	1.2;

1.2
date	97.10.27.02.52.35;	author tdarugar;	state Exp;
branches;
next	1.1;

1.1
date	97.10.27.02.22.26;	author tdarugar;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Added mailing list info.
@
text
@<title>The Tcl Generic Database Interface</title>
<BODY BGCOLOR="#ffffff" LINK="#0000ff" ALINK="#ff0000" TEXT="#000000">
<center>
 <h2>The Tcl Generic Database Interface</h2>
 <a href="mailto:tdarugar@@binevolve.com">tdarugar@@binevolve.com</a><br>
 <a href="http://www.binevolve.com/~tdarugar/">http://www.binevolve.com/~tdarugar/</a><br>
 <font size=-1>$Id: README.html,v 1.4 1998/06/23 00:57:22 tdarugar Exp tdarugar $</font><br>
</center>

<p>
  Please read the <a href="LICENSE.txt">LICENSE.txt</a> included with 
this software for license information, and 
<a href="INSTALL.txt">INSTALL.txt</a> for installation information.
<a href="CHANGES.txt">CHANGES.txt</a> lists the changes to the software.

<p>
The goal of this project is to provide a generic tcl interface to
databases. The initial implementation is for the 
<a href="http://www.mysql.com/">MySQL</a> database. 

<p>
 See 
<a href="docs/api.html">docs/api.html</a> for a description of 
the interface and usage.

<p>
<h2>Supported Platforms</h2>
This package is developed on a RedHat 5.0 linux 2.0.32 box and
MySQL version:
<code>mysql  Ver 9.6 Distrib 3.21.19-beta, for pc-linux-gnu (i586)</code>.
It's known to also work on Solaris 2.5 and FreeBSD. If you use it
on other platforms please let me know and I'll add them to the list.

<p>
<h2>Mailing List</h2>
A mailing list is available for discussion of Tcl-GDBI. 
To subscribe
send email to
<a href="mailto:tclmysql-request@@binevolve.com">tclmysql-request@@binevolve.com</a>
with <b>subscribe</b> as the body of the message. To unsubscribe
send <b>unsubscribe</b> as the body of the message. To use the
list send email to
<a href="mailto:tclmysql@@binevolve.com">tclmysql@@binevolve.com</a> . If
you have questions or problems accessing the list contact
<a href="mailto:tclmysql-owner@@binevolve.com">tclmysql-owner@@binevolve.com</a> .

<p>
<h2>Getting the Software</h2>
This software is available for download from 
<a href="http://www.binevolve.com/~tdarugar/tcl-sql/download">
http://www.binevolve.com/~tdarugar/tcl-sql/download</a>.

<p>
<h2>Author Information</h2>
This software was written by Parand Tony Darugar, 
<a href="mailto:tdarugar@@binevolve.com">tdarugar@@binevolve.com</a>.
Please send me email with the subject "TCL-GDBI" if you are using this
software, have comments or suggestions, bug reports, etc.
@


1.4
log
@Changed TCL to Tcl
@
text
@d7 1
a7 1
 <font size=-1>$Id: README.html,v 1.3 1998/03/18 01:50:41 tdarugar Exp tdarugar $</font><br>
d33 13
@


1.3
log
@*** empty log message ***
@
text
@d1 1
a1 1
<title>The TCL Generic Database Interface</title>
d4 1
a4 1
 <h2>The TCL Generic Database Interface</h2>
d7 1
a7 1
 <font size=-1>$Id: README.html,v 1.2 1997/10/27 02:52:35 tdarugar Exp tdarugar $</font><br>
d17 1
a17 1
  The goal of this project is to provide a generic tcl interface to
@


1.2
log
@*** empty log message ***
@
text
@d5 3
a7 1
 <font size=-1>$Id: README.html,v 1.1 1997/10/27 02:22:26 tdarugar Exp tdarugar $</font>
d14 1
d17 6
a22 1
  This is a skeleton document to be filled out later. See 
d27 12
a38 3
  The basic goal is to provide a generic tcl interface to
databases. The initial implementation is for the 
<a href="http://www.tcx.se/">MySQL</a> database. 
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
 <font size=-1>$Id$</font>
d22 7
@