Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | :-) (CVS 198) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24bede902722e8003451143b38284de4 |
User & Date: | drh 2001-04-04 12:33:36.000 |
Context
2001-04-04
| ||
21:10 | Added support for UTF-8 (CVS 199) (check-in: f0674697c9 user: drh tags: trunk) | |
12:33 | :-) (CVS 198) (check-in: 24bede9027 user: drh tags: trunk) | |
12:32 | :-) (CVS 197) (check-in: ab64543744 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.33 2001/04/04 12:33:36 drh Exp $} puts {<html> <head><title>SQLite: An SQL Database Library Built Atop GDBM</title></head> <body bgcolor=white> <h1 align=center>SQLite: An SQL Database Library Built Atop <a href="http://www.gnu.org/software/gdbm/gdbm.html">GDBM</a></h1> <p align=center>} |
︙ | ︙ | |||
72 73 74 75 76 77 78 | <p> <ul> <li>constraints are parsed but are not enforced</li> </ul> </p> | < < < < < < < < < < < < < < < < < < < < | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | <p> <ul> <li>constraints are parsed but are not enforced</li> </ul> </p> <h2>Documentation</h2> <p>The following documentation is currently available:</p> <p><ul> <li>Information on the <a href="sqlite.html">sqlite</a> command-line utility.</li> |
︙ | ︙ |