diff options
author | dan miller | 2007-10-20 02:49:29 +0000 |
---|---|---|
committer | dan miller | 2007-10-20 02:49:29 +0000 |
commit | e36d23a85ebff914d74bb541558c2b6082b78edb (patch) | |
tree | 54b58fdf162e78af64055282a6035c8d2443389d /libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl | |
parent | * Fixed an issue whereby avatar chat distances were being calculated against ... (diff) | |
download | opensim-SC-e36d23a85ebff914d74bb541558c2b6082b78edb.zip opensim-SC-e36d23a85ebff914d74bb541558c2b6082b78edb.tar.gz opensim-SC-e36d23a85ebff914d74bb541558c2b6082b78edb.tar.bz2 opensim-SC-e36d23a85ebff914d74bb541558c2b6082b78edb.tar.xz |
sqlite source (unix build) added to libraries
Diffstat (limited to 'libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl')
-rw-r--r-- | libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl b/libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl new file mode 100644 index 0000000..6dc4693 --- /dev/null +++ b/libraries/sqlite/unix/sqlite-3.5.1/www/support.tcl | |||
@@ -0,0 +1,79 @@ | |||
1 | set rcsid {$Id: support.tcl,v 1.7 2007/06/21 13:30:40 drh Exp $} | ||
2 | source common.tcl | ||
3 | header {SQLite Support Options} | ||
4 | puts { | ||
5 | <h2>SQLite Support Options</h2> | ||
6 | |||
7 | |||
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> | ||
26 | |||
27 | <p> | ||
28 | There are multiple archives of the mailing list: | ||
29 | </p> | ||
30 | |||
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://marc.info/?l=sqlite-users&r=1&w=2"> | ||
35 | http://marc.info/?l=sqlite-users&r=1&w=2</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> | ||
39 | |||
40 | </p> | ||
41 | |||
42 | <a name="directemail"> | ||
43 | <h3>Direct E-Mail To The Author</h3> | ||
44 | |||
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> | ||
59 | |||
60 | |||
61 | <h3>Professional Support</h3> | ||
62 | |||
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> | ||
70 | |||
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> | ||
77 | |||
78 | } | ||
79 | footer $rcsid | ||