Index: www/download.tcl
==================================================================
--- www/download.tcl
+++ www/download.tcl
@@ -1,9 +1,9 @@
#
# Run this TCL script to generate HTML for the download.html file.
#
-set rcsid {$Id: download.tcl,v 1.23 2006/10/08 18:56:57 drh Exp $}
+set rcsid {$Id: download.tcl,v 1.24 2007/02/13 14:11:46 drh Exp $}
source common.tcl
header {SQLite Download Page}
puts {
SQLite Download Page
@@ -67,11 +67,17 @@
A precompiled shared-library for Linux without the TCL bindings.
}
Product fts1-V3.so.gz {
A precompiled
- FTS Module
+ FTS1 Module
+ for Linux.
+}
+
+Product fts2-V3.so.gz {
+ A precompiled
+ FTS2 Module
for Linux.
}
Product sqlite-devel-V3.i386.rpm {
RPM containing documentation, header files, and static library for
@@ -104,11 +110,17 @@
The only external dependency is MSVCRT.DLL.
}
Product fts1dll-V3.zip {
A precompiled
- FTS Module
+ FTS1 Module
+ for win32.
+}
+
+Product fts2dll-V3.zip {
+ A precompiled
+ FTS2 Module
for win32.
}
Product sqlite*_analyzer-V3.zip {
An analysis program for database files compatible with SQLite version