:-) (CVS 41)

FossilOrigin-Name: 90cfd6174ba508090c87c52973342101559c82b1
This commit is contained in:
drh 2000-06-02 15:51:18 +00:00
parent d75f54ed81
commit 432acbc9bd
3 changed files with 17 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C :-)\s(CVS\s40)
D 2000-06-02T15:05:33
C :-)\s(CVS\s41)
D 2000-06-02T15:51:18
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in b0553e870e5daa6279af4dc09101322db16a49f1
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@ -44,9 +44,9 @@ F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
F tool/renumberOps.awk 6d067177ad5f8d711b79577b462da9b3634bd0a9
F www/c_interface.tcl 8867d76ddd416d2fbd41e4cb3de8efa9cef105a5
F www/changes.tcl 7d6ed774362dea0c9687d4efbafd939c1c48fd81
F www/index.tcl 95bab9c95813c2222265532e4e0340a8c1d4e354
F www/index.tcl 0096a3e00b1364fb2c3e06941aa8c31454b6d06a
F www/sqlite.tcl 2f933ce18cffd34a0a020a82435ab937137970fd
P 721d58f4e1677a5814c00a59cce8c065fea8e7fe
R 3ced77f16051548a93173912781cdcfd
P 939adb4d373842db0dde6ea00ee2c40316db5ac3
R 8bc9db44ee8f3e80e7f2168157037fa9
U drh
Z a486cf2d12115ac7a91ec4e5894dd94e
Z 81b19f0e75d058f5ec3704b0ee7cf22e

View File

@ -1 +1 @@
939adb4d373842db0dde6ea00ee2c40316db5ac3
90cfd6174ba508090c87c52973342101559c82b1

View File

@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
set rcsid {$Id: index.tcl,v 1.10 2000/06/02 13:28:00 drh Exp $}
set rcsid {$Id: index.tcl,v 1.11 2000/06/02 15:51:18 drh Exp $}
puts {<html>
<head><title>SQLite: An SQL Database Built Atop GDBM</title></head>
@ -141,6 +141,15 @@ puts {<h2>Related Sites</h2>
<li><p><a href="http://www.postgresql.org/">PostgreSQL</a> is a
full-blown SQL RDBMS that is also open source.</p></li>
<li><p><a href="http://www.chordate.com/gadfly.html">Gadfly</a> is another
SQL library, similar to SQLite, except that Gadfly is written
in Python.</p></li>
<li><p><a href="http://www.vogel-nest.de/tcl/qgdbm.html">Qgdbm</a> is
a wrapper around
<a href="http://www.vogel-nest.de/tcl/tclgdbm.html">tclgdbm</a>
that provides SQL-like access to GDBM files.</p></li>
</ul>}
puts {