From: drh Date: Mon, 22 Aug 2005 02:10:46 +0000 (+0000) Subject: Update the download page of the website to handle TEA builds and starkits. (CVS 2612) X-Git-Tag: version-3.6.10~3547 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff1bc76916abf969fb13ce2330592f8bc491d058;p=thirdparty%2Fsqlite.git Update the download page of the website to handle TEA builds and starkits. (CVS 2612) FossilOrigin-Name: 1fab599b6f89534152c53b820b5e6ee1ba30c059 --- diff --git a/manifest b/manifest index 15955ae49d..0dd0a17988 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Clean\sup\spossible\slocking\sproblem\sin\smultithreaded\sapplications\sthat\stake\na\smalloc\sfailure.\s(CVS\s2611) -D 2005-08-21T21:45:02 +C Update\sthe\sdownload\spage\sof\sthe\swebsite\sto\shandle\sTEA\sbuilds\sand\sstarkits.\s(CVS\s2612) +D 2005-08-22T02:10:46 F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -274,7 +274,7 @@ F www/datatype3.tcl 1d14f70ab73075556b95e76a5c13e5b03f7f6c47 F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60 F www/different.tcl d01064946c588db0a0e87563a30aef1b3efb4434 F www/docs.tcl 6c0b2c567404b15bd46a0cda2dc69615a8e679a8 -F www/download.tcl 3af00c0e8fd915961707cddb4c2260f5cf59f3c1 +F www/download.tcl 57273154166d928963ad30c7076d027bb0200768 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059 @@ -297,7 +297,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P f620319b440dab9f8a0ad9ada3e6ee5560d5c623 -R 786733587c9d8ff49df3eea18a3edbc8 +P 545e702a23c7a6b09e10441d4137efe5a9618a84 +R ff9fc48680442d23e8081fedfd8290b0 U drh -Z 0391af5b4eaaabac70a9de3fdd30f9cb +Z f9f0edc10aea9b9384021b559b33f84f diff --git a/manifest.uuid b/manifest.uuid index c1b9b802f8..dad6d13301 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -545e702a23c7a6b09e10441d4137efe5a9618a84 \ No newline at end of file +1fab599b6f89534152c53b820b5e6ee1ba30c059 \ No newline at end of file diff --git a/www/download.tcl b/www/download.tcl index 0601c46a90..9a1482b4c4 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.18 2005/02/15 13:07:39 drh Exp $} +set rcsid {$Id: download.tcl,v 1.19 2005/08/22 02:10:46 drh Exp $} source common.tcl header {SQLite Download Page} @@ -96,6 +96,11 @@ Product sqlite*_analyzer-VERSION.zip { Heading {Source Code} +Product {sqlite-VERSION.tar.gz} { + A tarball of the complete source tree for SQLite version VERSION + including all of the documentation. +} + Product {sqlite-source-VERSION.zip} { This ZIP archive contains pure C source code for the SQLite library. Unlike the tarballs below, all of the preprocessing and automatic @@ -105,15 +110,25 @@ Product {sqlite-source-VERSION.zip} { MS-Windows users who lack the build support infrastructure of Unix. } +Product {sqlite-VERSION-tea.tar.gz} { + A tarball of proprocessed source code together with a + Tcl Extension Architecture (TEA) compatible configure script and + makefile. +} + Product {sqlite-VERSION.src.rpm} { An RPM containing complete source code for SQLite version VERSION } -Product {sqlite-VERSION.tar.gz} { - A tarball of the complete source tree for SQLite version VERSION - including all of the documentation. +Heading {Cross-Platform Binaries} + +Product {sqlite-VERSION.kit} { + A starkit containing + precompiled SQLite binaries and Tcl bindings for Linux-x86, Windows, + and Mac OS-X. } + puts {