Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor changes to the homepage. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1f062a23533f958ea43b686e147c67ca |
User & Date: | drh 2016-06-30 14:08:39.033 |
Context
2016-07-01
| ||
12:54 | Further tweaks to the "Common Links" area of the homepage. (check-in: 6c1a5a2528 user: drh tags: trunk) | |
2016-06-30
| ||
14:08 | Minor changes to the homepage. (check-in: 1f062a2353 user: drh tags: trunk) | |
2016-06-23
| ||
19:04 | Added preliminary documentation for the new CSV virtual table. (check-in: b0191810a4 user: drh tags: trunk) | |
Changes
Changes to pages/index.in.
︙ | ︙ | |||
109 110 111 112 113 114 115 116 117 118 119 120 121 122 | <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_14_0.html">Version 3.14.0</a> of SQLite is recommended for all new development. </li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="whentouse.html">When to use SQLite</a> </li> | > | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_14_0.html">Version 3.14.0</a> of SQLite is recommended for all new development. </li> <li><a href="chronology.html">Prior Releases</a> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="whentouse.html">When to use SQLite</a> </li> |
︙ | ︙ | |||
134 135 136 137 138 139 140 | <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a> <ul> <li> <a href="cintro.html">Introduction</a> <li> <a href="c3ref/funclist.html">List of C-language APIs</a> </ul> </li> <li> <a href="tclsqlite.html">The TCL Interface Spec</a> | | | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 | <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a> <ul> <li> <a href="cintro.html">Introduction</a> <li> <a href="c3ref/funclist.html">List of C-language APIs</a> </ul> </li> <li> <a href="tclsqlite.html">The TCL Interface Spec</a> <li> <a href="http://www.sqlite.org/src/timeline">Commit History</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> <li> <a href="news.html">News</a> </li> </ul></p> </td></tr> </table> |