Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix another website typo. (CVS 1521) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24e2bbd0f233eaec1789e866e9abb88d |
User & Date: | drh 2004-06-02 00:08:56.000 |
Context
2004-06-02
| ||
00:29 | Fix a bug with UTF-16 byte-order-marks on big-endian hosts. (CVS 1522) (check-in: c17b864103 user: danielk1977 tags: trunk) | |
00:08 | Fix another website typo. (CVS 1521) (check-in: 24e2bbd0f2 user: drh tags: trunk) | |
2004-06-01
| ||
14:09 | Unix version of sqlite3OsLock(). (CVS 1520) (check-in: 023d1760c1 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.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> |
︙ | ︙ | |||
33 34 35 36 37 38 39 | <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 | | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <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 |