Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on the homepage. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3f158f149cec73a7a731e4f37f8e78d8 |
User & Date: | drh 2016-09-06 00:32:28.664 |
Context
2016-09-07
| ||
14:45 | Fix a typo on compile.html. (check-in: c45332bd5c user: dan tags: trunk) | |
2016-09-06
| ||
00:32 | Fix typo on the homepage. (check-in: 3f158f149c user: drh tags: trunk) | |
2016-09-05
| ||
17:18 | More mutation testing documentation. (check-in: 34514986f4 user: drh tags: trunk) | |
Changes
Changes to pages/index.in.
1 2 3 4 5 6 7 | <title>SQLite Home Page</title> <div class="rightsidebar desktoponly border2px"> <h3 align="center">Common Links</h3> <tcl>common_links</tcl> </div> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <title>SQLite Home Page</title> <div class="rightsidebar desktoponly border2px"> <h3 align="center">Common Links</h3> <tcl>common_links</tcl> </div> <p>SQLite is a high-reliability, [serverless|embedded], [zero-configuration], [public-domain], SQL database engine. SQLite is the [most used] database engine in the world. <a class="button" href="about.html">More Info</a></p> <hr class="xhr"> <span class="hdrfont">Latest Release: </span> |
︙ | ︙ |