Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in index.in: "This the homepage" -> "This is the homepage". |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
60f353c25107cf9d01e717c7d6cb8dae |
User & Date: | dan 2007-12-10 06:18:37.000 |
Context
2007-12-11
| ||
07:01 | Fix a broken link in news.html spotted by Jonathon O on the mailing list. (check-in: 902e039468 user: dan tags: trunk) | |
2007-12-10
| ||
10:01 | Experimental: Add pulldown menus to the toolbar. Combine code for generating the toolbar with the sitemap.html file. (check-in: f280035157 user: dan tags: trunk) | |
06:18 | Fix a typo in index.in: "This the homepage" -> "This is the homepage". (check-in: 60f353c251 user: dan tags: trunk) | |
2007-12-07
| ||
22:07 | Add the sqlite.h.in file to the documentation tree temporarily, while we work on inserting detailed requirements. (check-in: e0edc0f438 user: drh tags: trunk) | |
Changes
Changes to pages/index.in.
1 2 3 4 5 | <title>SQLite Home Page</title> <table border="0" width="100%"> <tr><td valign="top"> <h3>Welcome</h3> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <title>SQLite Home Page</title> <table border="0" width="100%"> <tr><td valign="top"> <h3>Welcome</h3> This is the homepage for SQLite - a library that implements a <a href="selfcontained.html">self-contained</a>, <a href="serverless.html">serverless</a>, <a href="zeroconf.html">zero-configuration</a>, <a href="transactional.html">transactional</a> SQL database engine.</p> |
︙ | ︙ |