Updates to the script that generates the download page for the website. (CVS 2335)
FossilOrigin-Name: 363590d37fd3a2cdfb4c2887b790395dae2fb97e
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
C Update\sthe\schange\slog.\s(CVS\s2334)
|
||||
D 2005-02-15T12:56:23
|
||||
C Updates\sto\sthe\sscript\sthat\sgenerates\sthe\sdownload\spage\sfor\sthe\swebsite.\s(CVS\s2335)
|
||||
D 2005-02-15T13:07:39
|
||||
F Makefile.in d928187101fa3d78426cf48ca30e39d0fb714e57
|
||||
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
|
||||
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
|
||||
@@ -248,7 +248,7 @@ F www/datatype3.tcl 1d14f70ab73075556b95e76a5c13e5b03f7f6c47
|
||||
F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
|
||||
F www/different.tcl 051086bc273a36808dc08d58ed098611fb53e315
|
||||
F www/docs.tcl 09e5eccffad783fe65fac87772f5265e9bb64abe
|
||||
F www/download.tcl 9263a5418c7c0945ff86c1011b8a048f1db3ef2a
|
||||
F www/download.tcl 3af00c0e8fd915961707cddb4c2260f5cf59f3c1
|
||||
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
|
||||
F www/faq.tcl 1e348dec52dc0f21f4216fd6918c69c56daa4cfd
|
||||
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
|
||||
@@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
|
||||
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
|
||||
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
|
||||
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
|
||||
P 603bbe47ddb14105da6a3435ff8f7c6c6f1929a1
|
||||
R fc5fb67821511f39ad807bd445fba3ac
|
||||
P 94c3f20e8c831aa708955b588a13d54f79f3ef03
|
||||
R 68681a8d527e977dcd4b50066d1a1025
|
||||
U drh
|
||||
Z 1f704501a3d3bc8df860f96a858ec188
|
||||
Z 88e865a73bf7263df26837fda090d8fb
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
94c3f20e8c831aa708955b588a13d54f79f3ef03
|
||||
363590d37fd3a2cdfb4c2887b790395dae2fb97e
|
||||
+10
-4
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Run this TCL script to generate HTML for the download.html file.
|
||||
#
|
||||
set rcsid {$Id: download.tcl,v 1.17 2005/01/21 21:22:52 drh Exp $}
|
||||
set rcsid {$Id: download.tcl,v 1.18 2005/02/15 13:07:39 drh Exp $}
|
||||
source common.tcl
|
||||
header {SQLite Download Page}
|
||||
|
||||
@@ -35,12 +35,18 @@ proc Heading {title} {
|
||||
|
||||
Heading {Precompiled Binaries for Linux}
|
||||
|
||||
Product sqlite*-VERSION.bin.gz {
|
||||
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 sqlite-VERSION.bin.gz {
|
||||
A statically linked command-line program for accessing and modifing
|
||||
2 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.
|
||||
@@ -61,7 +67,7 @@ Product sqlite-VERSION-1.i386.rpm {
|
||||
program for SQLite version VERSION.
|
||||
}
|
||||
|
||||
Product sqlite_analyzer-VERSION.bin.gz {
|
||||
Product sqlite*_analyzer-VERSION.bin.gz {
|
||||
An analysis program for database files compatible with SQLite
|
||||
version VERSION.
|
||||
}
|
||||
@@ -82,7 +88,7 @@ Product sqlitedll-VERSION.zip {
|
||||
The only external dependency is MSVCRT.DLL.
|
||||
}
|
||||
|
||||
Product sqlite_analyzer-VERSION.zip {
|
||||
Product sqlite*_analyzer-VERSION.zip {
|
||||
An analysis program for database files compatible with SQLite version
|
||||
VERSION.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user