Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updates to the support.html page. (CVS 2036) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5515accee348c6364cd58903a1902951 |
User & Date: | drh 2004-11-01 16:03:12.000 |
Context
2004-11-02
| ||
12:56 | Code to auto-vacuum the database if all root pages happen to be in the right place. Not active by default and largely untested. (CVS 2037) (check-in: d12481f09c user: danielk1977 tags: trunk) | |
2004-11-01
| ||
16:03 | Updates to the support.html page. (CVS 2036) (check-in: 5515accee3 user: drh tags: trunk) | |
2004-10-31
| ||
16:25 | Add code to create/update the btree 'pointer-map' for auto-vacuum mode. (CVS 2035) (check-in: bebd967f36 user: danielk1977 tags: trunk) | |
Changes
Changes to www/support.tcl.
|
| | | 1 2 3 4 5 6 7 8 | set rcsid {$Id: support.tcl,v 1.5 2004/11/01 16:03:12 drh Exp $} source common.tcl header {SQLite Support Options} puts { <h2>SQLite Support Options</h2> <h3>Mailing List</h3> |
︙ | ︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <a href="http://www.theaimsgroup.com/"> http://www.theaimsgroup.com/</a><br> <a href="http://news.gmane.org/gmane.comp.db.sqlite.general"> http://news.gmane.org/gmane.comp.db.sqlite.general</a> </blockquote> </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. | > > > > > > > > > > > > > > > > > > > | 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 | <a href="http://www.theaimsgroup.com/"> http://www.theaimsgroup.com/</a><br> <a href="http://news.gmane.org/gmane.comp.db.sqlite.general"> http://news.gmane.org/gmane.comp.db.sqlite.general</a> </blockquote> </p> <a name="directemail"> <h3>Direct E-Mail To The Author</h3> <p> Use the mailing list. Please do <b>not</b> send email directly to the author of SQLite unless: <ul> <li>You have or intend to acquire a professional support contract as described below, or</li> <li>You are working on an open source project.</li> </ul> You are welcomed to use SQLite in closed source, proprietary, and/or commerical projects and to ask questions about such use on the public mailing list. But please do not ask to receive free direct technical support. The software is free; direct technical support is not. </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. |
︙ | ︙ |