]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove from the index page of the website hyperlinks that are not directly
authordrh <drh@noemail.net>
Mon, 1 Apr 2002 12:15:02 +0000 (12:15 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Apr 2002 12:15:02 +0000 (12:15 +0000)
related to SQLite. (CVS 511)

FossilOrigin-Name: 0cb5cfa814bceecea1a346535cac24ec8e2941d7

manifest
manifest.uuid
www/index.tcl

index 8cf4c5acad539a588fcebb21ecd0a490494727e8..ebfbb2aeca8ca32b4d565b077e6547cbd27d06b2 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C When\san\sattempt\sis\smade\sto\sinsert\san\sexplicit\sNULL\sinto\san\sINTEGER\nPRIMARY\sKEY\scolumn,\sautomatically\sconvert\sthe\sNULL\svalue\sinto\sa\sunique\ninteger\skey.\s\sThis\swas\salready\shappening\swhen\san\simplied\sNULL\swas\ninserted\s-\swhen\sthe\sINTEGER\sPRIMARY\sKEY\scolumn\swas\somitted\sfrom\sthe\nlist\sof\scolumns\sbeing\sinserted.\s\sPatches\sfrom\sChristian\sWerner.\s(CVS\s510)
-D 2002-03-31T18:29:03
+C Remove\sfrom\sthe\sindex\spage\sof\sthe\swebsite\shyperlinks\sthat\sare\snot\sdirectly\nrelated\sto\sSQLite.\s(CVS\s511)
+D 2002-04-01T12:15:02
 F Makefile.in 50f1b3351df109b5774771350d8c1b8d3640130d
 F Makefile.template 89e373b2dad0321df00400fa968dc14b61a03296
 F README a4c0ba11354ef6ba0776b400d057c59da47a4cc0
@@ -123,7 +123,7 @@ F www/download.tcl 29aa6679ca29621d10613f60ebbbda18f4b91c49
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl fb1e92e2f604546694f83a36d969492f52fb685d
 F www/formatchng.tcl 2ce21ff30663fad6618198fe747ce675df577590
-F www/index.tcl 7d2952a4738a6b913724ab7d02ae73b7085a4860
+F www/index.tcl e6d59816ad6f90b03b0a92eccd45d6a4a928438a
 F www/lang.tcl e6c277480c4e31877c08509af7a16f6c69bb1046
 F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
 F www/opcode.tcl bdec8ef9f100dbd87bbef8976c54b88e43fd8ccc
@@ -131,7 +131,7 @@ F www/speed.tcl da8afcc1d3ccc5696cfb388a68982bc3d9f7f00f
 F www/sqlite.tcl 8b5884354cb615049aed83039f8dfe1552a44279
 F www/tclsqlite.tcl 829b393d1ab187fd7a5e978631b3429318885c49
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P c4b6c0be00b9688a432bbd23736564a042f5d8ee
-R e2de74a1adee248f8bf782a34615369d
+P 9e3cf4aa2cb44932015b8bd3fd800d7678cb09b6
+R 53fd0a680dbf31a4b9dc8de41a4e508f
 U drh
-Z e74b73d788602904fac17121a6ad9cc5
+Z b044b3e9d7ea6edd45e519cacba8f3f4
index f86f8287d48387b09fd2a2514aa003206ec8d83b..871956dc40bca0ba46639248dec3a9644d856638 100644 (file)
@@ -1 +1 @@
-9e3cf4aa2cb44932015b8bd3fd800d7678cb09b6
\ No newline at end of file
+0cb5cfa814bceecea1a346535cac24ec8e2941d7
\ No newline at end of file
index c74226080631bddce5be282fcbc643c696f425b0..e4725da5966f1c170d8dc9f2609b7fd7c90c3bd2 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.56 2002/03/29 18:16:04 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.57 2002/04/01 12:15:02 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An SQL Database Engine In A C Library</title></head>
@@ -174,16 +174,6 @@ puts {<h2>Related Sites</h2>
 <li><p>An ODBC driver for SQLite can be found at
        <a href="http://www.ch-werner.de/sqliteodbc/">
        http://www.ch-werner.de/sqliteodbc/</a>.</p></li>
-
-<li><p>Here is a good <a href="http://w3.one.net/~jhoffman/sqltut.htm">
-       tutorial on SQL</a>.</p></li>
-
-<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>
 </ul>}
 
 puts {