Website updates. (CVS 2090)

FossilOrigin-Name: 60fb0cef093b9827ac2d36b8a94e37f4b79dd2ea
This commit is contained in:
drh 2004-11-11 19:32:40 +00:00
parent dae2495b1f
commit 817c60bd66
4 changed files with 23 additions and 12 deletions

View File

@ -1,5 +1,5 @@
C Add\sthe\sschema_cookie\sand\suser_cookie\spragmas.\s(CVS\s2089)
D 2004-11-11T05:10:44
C Website\supdates.\s(CVS\s2090)
D 2004-11-11T19:32:40
F Makefile.in c4d2416860f472a1e3393714d0372074197565df
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
@ -233,12 +233,12 @@ F www/copyright.tcl 82c9670c7ddb0311912ab7fe24703f33c531066c
F www/datatype3.tcl d5db41c149103dee324b00009136d67c0d62ee91
F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
F www/docs.tcl 90de269f52212eb15534553faf6f1588ad77cd45
F www/download.tcl e9cebc67ac35c9c026b94ec01383ab8a7cf367f0
F www/download.tcl 4d8ff8c882063b864d004c524e4e7456858f09a5
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl abe360e630d8134bc6242c5e3664969c397eac6e
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl bfbf14dbf5181e771d06da7797767b0200b36d8a
F www/index.tcl 0c923045904426f5b5313a5563c4759277603567
F www/index.tcl bb67c0d13020641d1fb4c043afa1f40fcc144d88
F www/lang.tcl 59da2e0053d5121fab9e90c4d610ec7a7eb6738a
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
@ -255,7 +255,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c
P c85f13f8f252faf423f12a3804f1fe2f950da660
R d714e2a607a79ae47d80cca22b4581aa
U danielk1977
Z 9c7e9034616e577965e9472de918179e
P d28d1d68e5104726e6088361dfa7bf2cdd9985c7
R d5f119c36b99dc5061fef0d1b11f7246
U drh
Z f55195d01ac4ebd4d023505baea63851

View File

@ -1 +1 @@
d28d1d68e5104726e6088361dfa7bf2cdd9985c7
60fb0cef093b9827ac2d36b8a94e37f4b79dd2ea

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.15 2004/10/10 17:24:55 drh Exp $}
set rcsid {$Id: download.tcl,v 1.16 2004/11/11 19:32:40 drh Exp $}
source common.tcl
header {SQLite Download Page}
@ -12,6 +12,7 @@ puts {
proc Product {pattern desc} {
regsub VERSION $pattern {([0-9a-z._]+)} p2
set p2 [string map {* .*} $p2]
regsub VERSION $pattern {*} p3
set flist [glob -nocomplain $p3]
foreach file [lsort -dict $flist] {

View File

@ -61,6 +61,15 @@ proc newsitem {date title text} {
puts "<hr width=\"50%\">"
}
newsitem {2004-Nov-09} {SQLite at the 2004 International PHP Conference} {
There was a talk on the architecture of SQLite and how to optimize
SQLite queries at the 2004 International PHP Conference in Frankfurt,
Germany.
<a href="http://www.sqlite.org/php2004/page-001.html">
Slides</a> from that talk are available.
}
newsitem {2004-Oct-11} {Version 3.0.8} {
Version 3.0.8 of SQLite contains several code optimizations and minor
bug fixes and adds support for DEFERRED, IMMEDIATE, and EXCLUSIVE
@ -74,9 +83,10 @@ Annual Tcl/Tk Conference} {
11<sup><small>th</small></sup> Tcl/Tk Conference this week in
New Orleans. Visit <a href="http://www.tcl.tk/community/tcl2004/">
http://www.tcl.tk/</a> for details.
<a href="http://www.sqlite.org/tclconf2004/page-001.html">
Slides</a> from the talk are available.
}
newsitem {2004-Jly-22} {Version 2.8.15} {
SQLite version 2.8.15 is a maintenance release for the version 2.8
series. Version 2.8 continues to be maintained with bug fixes, but
@ -90,4 +100,4 @@ puts {
<p align="right"><a href="oldnews.html">Old news...</a></p>
</td></tr></table>
}
footer {$Id: index.tcl,v 1.102 2004/10/12 02:38:10 drh Exp $}
footer {$Id: index.tcl,v 1.103 2004/11/11 19:32:40 drh Exp $}