Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the "See Also" sidebar on the About page. The "features" link goes to the Features page, not to the About page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
53144a576eaf1633f6adc92a18b56558 |
User & Date: | drh 2007-12-02 12:57:39.000 |
Context
2007-12-05
| ||
18:03 | Tinkering with the C/C++ documentation generator so that it extracts requirements from the sqlite.h.in file. (check-in: dbc14b00bf user: drh tags: trunk) | |
2007-12-02
| ||
12:57 | Add the "See Also" sidebar on the About page. The "features" link goes to the Features page, not to the About page. (check-in: 53144a576e user: drh tags: trunk) | |
2007-12-01
| ||
19:23 | Early attempts at requirements. (check-in: ef1fcd862b user: drh tags: trunk) | |
Changes
Changes to pages/about.in.
1 2 3 4 5 6 7 8 9 10 | <title>About SQLite</title> <h3>About SQLite</h3> <p>SQLite is a in-process 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. | > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <title>About SQLite</title> <h3>About SQLite</h3> <table align="right" border="1" cellpadding="10" hspace="20" cellspacing="0"> <tr><td><small> <b>See Also...</b> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="faq.html">Frequently Asked Questions</a> </li> <li> <a href="famous.html">Well-known Users</a> </li> <li> <a href="quickstart.html">Getting Started</a> </li> <li> <a href="lang.html">SQL Syntax</a> </li> <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a> </li> <li> <a href="http://www.sqlite.org/cvstrac/timeline">Timeline</a> </li> <li> <a href="http://www.sqlite.org/cvstrac/wiki">Wiki</a> </li> </ul></p> </small></td></tr> </table> <p>SQLite is a in-process 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. |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
25 26 27 28 29 30 31 | <li><a href="releaselog/3_5_3.html">Version 3.5.3</a> of SQLite is stable and is recommended for all users.</li> </ul></p> <h3>Common Links</h3> <p><ul> | | > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <li><a href="releaselog/3_5_3.html">Version 3.5.3</a> of SQLite is stable and is recommended for all users.</li> </ul></p> <h3>Common Links</h3> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="faq.html">Frequently Asked Questions</a> </li> <li> <a href="famous.html">Well-known Users</a> </li> <li> <a href="quickstart.html">Getting Started</a> </li> <li> <a href="lang.html">SQL Syntax</a> </li> <li> <a href="c3ref/intro.html">C/C++ Interface Spec</a> </li> <li> <a href="http://www.sqlite.org/cvstrac/timeline">Timeline</a> </li> <li> <a href="http://www.sqlite.org/cvstrac/wiki">Wiki</a> </li> </ul></p> </td></tr> |
︙ | ︙ |