cc74b1429d
FossilOrigin-Name: 24e2bbd0f233eaec1789e866e9abb88db66e2278
52 lines
1.6 KiB
Tcl
52 lines
1.6 KiB
Tcl
set rcsid {$Id: support.tcl,v 1.2 2004/06/02 00:08:56 drh Exp $}
|
|
source common.tcl
|
|
header {SQLite Support Options}
|
|
puts {
|
|
<h2>SQLite Support Options</h2>
|
|
|
|
|
|
<h3>Mailing List</h3>
|
|
<p>
|
|
A mailing list has been set up for asking questions and
|
|
for open discussion of problems
|
|
and issues by the SQLite user community.
|
|
To subscribe to the mailing list, send an email to
|
|
<a href="mailto:sqlite-users-subscribe@sqlite.org">
|
|
sqlite-users-subscribe@sqlite.org</a>.
|
|
If you would prefer to get digests rather than individual
|
|
emails, send a message to to
|
|
<a href="mailto:sqlite-users-digest-subscribe@sqlite.org">
|
|
sqlite-users-digest-subscribe@sqlite.org</a>.
|
|
For additional information about operating and using this
|
|
mailing list, send a message to
|
|
<a href="mailto:sqlite-users-help@sqlite.org">
|
|
sqlite-users-help@sqlite.org</a> and instructions will be
|
|
sent by to you by return email.
|
|
</p>
|
|
|
|
<p>
|
|
An archive of the mailing list can be found at
|
|
<a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/">
|
|
http://www.mail-archive.com/sqlite-users%40sqlite.org</a>.
|
|
</p>
|
|
|
|
<h3>Professional Support</h3>
|
|
|
|
<p>
|
|
If you would like professional support for SQLite
|
|
or if you want custom modifications to SQLite performed by the
|
|
original author, these services are available for a modest fee.
|
|
For additional information visit
|
|
<a href="http://www.hwaci.com/sw/sqlite/prosupport.html">
|
|
http://www.hwaci.com/sw/sqlite/prosupport.html</a> or contact:</p>
|
|
|
|
<blockquote>
|
|
D. Richard Hipp <br />
|
|
Hwaci - Applied Software Research <br />
|
|
704.948.4565 <br />
|
|
<a href="mailto:drh@hwaci.com">drh@hwaci.com</a>
|
|
</blockquote>
|
|
|
|
}
|
|
footer $rcsid
|