From: drh Date: Tue, 15 Feb 2005 13:07:38 +0000 (+0000) Subject: Updates to the script that generates the download page for the website. (CVS 2335) X-Git-Tag: version-3.6.10~3820 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f4971fcd97dd6840c7ac082d86a33cba2419ec9;p=thirdparty%2Fsqlite.git Updates to the script that generates the download page for the website. (CVS 2335) FossilOrigin-Name: 363590d37fd3a2cdfb4c2887b790395dae2fb97e --- diff --git a/manifest b/manifest index 434e7bbfed..b7a24eece2 100644 --- a/manifest +++ b/manifest @@ -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 diff --git a/manifest.uuid b/manifest.uuid index 657d07a0bc..922f9833e5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -94c3f20e8c831aa708955b588a13d54f79f3ef03 \ No newline at end of file +363590d37fd3a2cdfb4c2887b790395dae2fb97e \ No newline at end of file diff --git a/www/download.tcl b/www/download.tcl index 3f53463f37..0601c46a90 100644 --- a/www/download.tcl +++ b/www/download.tcl @@ -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 the documentation for additional information. } +Product sqlite-VERSION.bin.gz { + A statically linked command-line program for accessing and modifing + 2 SQLite databases. + See the documentation 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. }