Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 41) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
90cfd6174ba508090c87c52973342101 |
User & Date: | drh 2000-06-02 15:51:18.000 |
Context
2000-06-02
| ||
18:52 | :-) (CVS 42) (check-in: 11e3296319 user: drh tags: trunk) | |
15:51 | :-) (CVS 41) (check-in: 90cfd6174b user: drh tags: trunk) | |
15:05 | :-) (CVS 40) (check-in: 939adb4d37 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
1 2 3 | # # Run this TCL script to generate HTML for the index.html file. # | | | 1 2 3 4 5 6 7 8 9 10 11 | # # Run this TCL script to generate HTML for the index.html file. # 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> <body bgcolor=white> <h1 align=center>SQLite: An SQL Database Built Upon <a href="http://www.gnu.org/software/gdbm/gdbm.html">GDBM</a></h1> <p align=center>} |
︙ | ︙ | |||
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 | </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> </ul>} puts { <p><hr /></p> <p> <a href="../index.html"><img src="/goback.jpg" border=0 /> More Open Source Software</a> from Hwaci. </p> </body></html>} | > > > > > > > > > | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | </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> <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 { <p><hr /></p> <p> <a href="../index.html"><img src="/goback.jpg" border=0 /> More Open Source Software</a> from Hwaci. </p> </body></html>} |