mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Remove from the index page of the website hyperlinks that are not directly
related to SQLite. (CVS 511) FossilOrigin-Name: 0cb5cfa814bceecea1a346535cac24ec8e2941d7
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user