Updates to the publish.sh script and the download.html webpage. (CVS 1858)

FossilOrigin-Name: 23c2ec459101d45c17e6e4cc6a20ed1b981cfd35
This commit is contained in:
drh 2004-07-22 18:53:17 +00:00
parent 8685a946b8
commit 20753fb2d0
4 changed files with 27 additions and 10 deletions

View File

@ -1,5 +1,5 @@
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
@ -19,7 +19,7 @@ F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
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
@ -218,7 +218,7 @@ F www/copyright.tcl 82c9670c7ddb0311912ab7fe24703f33c531066c
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
@ -239,7 +239,7 @@ F www/tclsqlite.tcl 06a86cba4d7fc88e2bcd633b57702d3d16abebb5
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

View File

@ -1 +1 @@
cc82288b9fff13ae1dc0ae61dfc6be1ac0e603f7
23c2ec459101d45c17e6e4cc6a20ed1b981cfd35

View File

@ -147,5 +147,5 @@ mv $HOME/rpm/SRPMS/sqlite-$vers*.rpm doc
# Build the website
#
cp $srcdir/../historical/* doc
#cp $srcdir/../historical/* doc
make doc

View File

@ -1,7 +1,7 @@
#
# 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}
@ -40,6 +40,12 @@ Product sqlite-VERSION.bin.gz {
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.
@ -134,6 +140,17 @@ cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
<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