Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9b450ad866cc98d1b8cb479434dbea77 |
User & Date: | drh 2012-04-19 15:19:53.274 |
Context
2012-04-20
| ||
11:54 | Transfer older GIFs from the source repository. (check-in: de32446cf3 user: drh tags: trunk) | |
2012-04-19
| ||
15:19 | Fix a typo on the download page. (check-in: 9b450ad866 user: drh tags: trunk) | |
2012-04-03
| ||
02:04 | Documentation on how to configure R*Tree for integer-only operation. (check-in: 7404688990 user: drh tags: trunk) | |
Changes
Changes to pages/download.in.
︙ | ︙ | |||
196 197 198 199 200 201 202 | set url http://System.Data.SQLite.org/index.html/doc/trunk/www/downloads.wiki hd_puts "<a href=\"$url\">System.Data.SQLite.org</a></td>" hd_puts "<td width=\"5\"></td>" hd_puts "<td valign=\"top\">" hd_puts " Visit the <a href=\"http://System.Data.SQLite.org/\">System.Data.SQLite.org </a> website and especially the <a href=\"$url\">download page</a> for | | | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | set url http://System.Data.SQLite.org/index.html/doc/trunk/www/downloads.wiki hd_puts "<a href=\"$url\">System.Data.SQLite.org</a></td>" hd_puts "<td width=\"5\"></td>" hd_puts "<td valign=\"top\">" hd_puts " Visit the <a href=\"http://System.Data.SQLite.org/\">System.Data.SQLite.org </a> website and especially the <a href=\"$url\">download page</a> for source code and binaries of SQLite for .NET.</td></tr> " } Heading {Legacy Source Code Distribution Formats (Not Recommended)} Product {sqlite-src-VVV.zip} { A ZIP archive of the complete source tree for SQLite version VERSION |
︙ | ︙ |