Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the "Latest Release" on the front page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.26 |
Files: | files | file ages | folders |
SHA3-256: |
2b5acd3ccfef4a5ef4a9a271fc33bae2 |
User & Date: | drh 2018-12-10 00:54:55.307 |
Context
2018-12-10
| ||
12:09 | Improvements to the homepage. (check-in: 818a7ac30c user: drh tags: branch-3.26) | |
00:54 | Fix the "Latest Release" on the front page. (check-in: 2b5acd3ccf user: drh tags: branch-3.26) | |
2018-12-09
| ||
22:31 | Omit the sponsor links from the homepage. (check-in: 551ce8e2ad user: drh tags: branch-3.26) | |
Changes
Changes to pages/index.in.
1 2 3 4 5 6 7 8 9 10 11 | <title>SQLite Home Page</title> <p>SQLite is a [self-contained], [high-reliability], [serverless|embedded], [full-featured SQL|full-featured], [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> | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <title>SQLite Home Page</title> <p>SQLite is a [self-contained], [high-reliability], [serverless|embedded], [full-featured SQL|full-featured], [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> <a href="releaselog/3_26_0.html">Version 3.26.0</a> ([dateof:3.26.0]). <a class="button" href="download.html">Download</a> <a class="button" href="chronology.html">Prior Releases</a> <hr class="xhr"> <h3>Common Links</h3> <tcl>common_links</tcl> |