disable the unrecognized nls flag
[AROS-Contrib.git] / sqlite3 / www / support.tcl
blob62536b558bdf3b96c3ad33f407219607f486b128
1 set rcsid {$Id: support.tcl,v 1.5 2004/11/01 16:03:12 drh Exp $}
2 source common.tcl
3 header {SQLite Support Options}
4 puts {
5 <h2>SQLite Support Options</h2>
8 <h3>Mailing List</h3>
9 <p>
10 A mailing list has been set up for asking questions and
11 for open discussion of problems
12 and issues by the SQLite user community.
13 To subscribe to the mailing list, send an email to
14 <a href="mailto:sqlite-users-subscribe@sqlite.org">
15 sqlite-users-subscribe@sqlite.org</a>.
16 If you would prefer to get digests rather than individual
17 emails, send a message to to
18 <a href="mailto:sqlite-users-digest-subscribe@sqlite.org">
19 sqlite-users-digest-subscribe@sqlite.org</a>.
20 For additional information about operating and using this
21 mailing list, send a message to
22 <a href="mailto:sqlite-users-help@sqlite.org">
23 sqlite-users-help@sqlite.org</a> and instructions will be
24 sent by to you by return email.
25 </p>
27 <p>
28 There are multiple archives of the mailing list:
29 </p>
31 <blockquote>
32 <a href="http://www.mail-archive.com/sqlite-users%40sqlite.org/">
33 http://www.mail-archive.com/sqlite-users%40sqlite.org</a><br>
34 <a href="http://www.theaimsgroup.com/">
35 http://www.theaimsgroup.com/</a><br>
36 <a href="http://news.gmane.org/gmane.comp.db.sqlite.general">
37 http://news.gmane.org/gmane.comp.db.sqlite.general</a>
38 </blockquote>
40 </p>
42 <a name="directemail">
43 <h3>Direct E-Mail To The Author</h3>
45 <p>
46 Use the mailing list.
47 Please do <b>not</b> send email directly to the author of SQLite
48 unless:
49 <ul>
50 <li>You have or intend to acquire a professional support contract
51 as described below, or</li>
52 <li>You are working on an open source project.</li>
53 </ul>
54 You are welcomed to use SQLite in closed source, proprietary, and/or
55 commerical projects and to ask questions about such use on the public
56 mailing list. But please do not ask to receive free direct technical
57 support. The software is free; direct technical support is not.
58 </p>
61 <h3>Professional Support</h3>
63 <p>
64 If you would like professional support for SQLite
65 or if you want custom modifications to SQLite performed by the
66 original author, these services are available for a modest fee.
67 For additional information visit
68 <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">
69 http://www.hwaci.com/sw/sqlite/prosupport.html</a> or contact:</p>
71 <blockquote>
72 D. Richard Hipp <br />
73 Hwaci - Applied Software Research <br />
74 704.948.4565 <br />
75 <a href="mailto:drh@hwaci.com">drh@hwaci.com</a>
76 </blockquote>
79 footer $rcsid