-C Fixes\sto\sthe\spublish.sh\sfile\sfor\sversion\s3.0.\s(CVS\s1857)
-D 2004-07-22T18:44:24
+C Updates\sto\sthe\spublish.sh\sscript\sand\sthe\sdownload.html\swebpage.\s(CVS\s1858)
+D 2004-07-22T18:53:17
F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
F main.mk 1957885390af52f5a69679bb43ec4cd8904c7a9f
F mkdll.sh 68d34a961a1fdfa15ef27fc4f4740be583112124
-F publish.sh 5a491758e36308716d60b571238e90e3084a1b94
+F publish.sh fa3c5ad1a6ac59925f2b37e422db378a7bec621c
F spec.template b2f6c4e488cbc3b993a57deba22cbc36203c4da3
F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea
F sqlite.pc.in 30552343140c53304c2a658c080fbe810cd09ca2
F www/datatype3.tcl 2bb7dbfa4dd518a6e5fb3cb1cd8296797976d205
F www/datatypes.tcl 566004b81c36877397ddbe6e1907aae6065f6b41
F www/docs.tcl 095b5718ec044156af477061566ea25632624b56
-F www/download.tcl b182424161c588891188500abea7a9ea054a508c
+F www/download.tcl 98d66fea10f38b175b2fa4d260c1a7dc3b923085
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl 3a1776818d9bd973ab0c3048ec7ad6b1ad091ae5
F www/fileformat.tcl f71a06a0d533c7df408539c64113b4adeaf29764
F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P 8dd9b4de278570e8a741d28752724117e8c5fae0
-R d75adc228245bad4d76ecd4feb2b643b
+P cc82288b9fff13ae1dc0ae61dfc6be1ac0e603f7
+R 9f643945fe51e64682dfcc93cccdf0fd
U drh
-Z 3cc7aa0a733d903552827fdfbc509fff
+Z 2eafc7507cf66a3e30b01a0e577cb9f1
#
# Run this TCL script to generate HTML for the download.html file.
#
-set rcsid {$Id: download.tcl,v 1.12 2004/06/22 14:52:26 drh Exp $}
+set rcsid {$Id: download.tcl,v 1.13 2004/07/22 18:53:17 drh Exp $}
source common.tcl
header {SQLite Download Page}
See <a href="sqlite.html">the documentation</a> for additional information.
}
+Product sqlite3-VERSION.bin.gz {
+ A statically linked command-line program for accessing and modifing
+ SQLite databases.
+ See <a href="sqlite.html">the documentation</a> for additional information.
+}
+
Product tclsqlite-VERSION.so.gz {
Bindings for TCL. You can import this shared library into either
tclsh or wish to get SQLite database access from Tcl/Tk.
<p>
When the first command prompts you for a password, enter "anonymous".
</p>
+
+<p>
+To access the SQLite version 2.8 sources, begin by getting the 3.0
+tree as described above. Then update to the "version_2" branch
+as follows:
+</p>
+
+<blockquote><pre>
+cvs update -r version_2
+</pre></blockquote>
+
}
footer $rcsid