Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Rework the website menu to add the Purchase link. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8ba3eb473665687160cc4b9f2c85922e |
User & Date: | drh 2015-10-27 17:23:02.658 |
Context
2015-10-27
| ||
19:18 | Update documentation to note that fts5 contentless and external content tables do not support REPLACE. (check-in: 8885fffc21 user: dan tags: trunk) | |
17:23 | Rework the website menu to add the Purchase link. (check-in: 8ba3eb4736 user: drh tags: trunk) | |
2015-10-19
| ||
12:30 | Add documentation for the fts5vocab module to fts5.in. (check-in: 004403f6f5 user: dan tags: trunk) | |
Changes
Changes to matrix.tcl.
︙ | ︙ | |||
292 293 294 295 296 297 298 | border="0"></a> <div><!-- IE hack to prevent disappearing logo--></div> <div class="tagline">${tagline}</div> <table width=100% class="menubar"><tr><td> <div class="toolbar"> <a href="${path}about.html">About</a> | < < > | | 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 | border="0"></a> <div><!-- IE hack to prevent disappearing logo--></div> <div class="tagline">${tagline}</div> <table width=100% class="menubar"><tr><td> <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}support.html">Support</a> <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">Purchase</a> </div>} </td></tr></table> } } # End of code copied out of wrap.tcl ############################################################################## # Generate the requirements traceability matrix. |
︙ | ︙ |
Changes to pages/about.in.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <title>About SQLite</title> <h1 align=center>About SQLite</h1> <table align="right" border="1" cellpadding="10" hspace="20" cellspacing="0"> <tr><td> <b>See Also...</b> <p><ul> <li> <a href="features.html">Features</a> </li> <li> <a href="whentouse.html">When to use SQLite</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="books.html">Books About SQLite</a> </li> <li> <a href="quickstart.html">Getting Started</a> </li> <li> <a href="lang.html">SQL Syntax</a> | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | <title>About SQLite</title> <h1 align=center>About SQLite</h1> <table align="right" border="1" cellpadding="10" hspace="20" cellspacing="0"> <tr><td> <b>See Also...</b> <p><ul> <li> <a href="index.html">Home</a> </li> <li> <a href="features.html">Features</a> </li> <li> <a href="whentouse.html">When to use SQLite</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="books.html">Books About SQLite</a> </li> <li> <a href="quickstart.html">Getting Started</a> </li> <li> <a href="lang.html">SQL Syntax</a> |
︙ | ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <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">Development Timeline</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> </ul></p> </table> <p>SQLite is an 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>, | > > | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <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">Development Timeline</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> <li> <a href="sitemap.html">Sitemap</a> </li> </ul></p> </table> <p>SQLite is an 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>, |
︙ | ︙ |
Changes to pages/copyright.in.
1 2 | <title>SQLite Copyright</title> | | | 1 2 3 4 5 6 7 8 9 10 | <title>SQLite Copyright</title> <h2>SQLite Is Public Domain</h2> <table align="right" vspace="0" hspace="10" border="1" cellpadding="20"> <tr><td align="center"> <img src="images/nocopy.gif"><br> SQLite is in the<br> [http://en.wikipedia.org/wiki/Public_Domain | Public Domain] </td></tr> |
︙ | ︙ | |||
40 41 42 43 44 45 46 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> | > > > > > > > | > > | > > | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 | No code has been taken from other projects or from the open internet. Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. So the SQLite code base is clean and is uncontaminated with licensed code from other projects. </p> <table border=0 align='right'> <tr><td> <form method="GET" action="http://www.hwaci.com/cgi-bin/license-step1"> <input type="submit" value="Buy An SQLite License"> </form> </table> <h2>Obtaining An License To Use SQLite</h2> <p> Even though SQLite is in the public domain and does not require a license, some users want to obtain a license anyway. Some reasons for obtaining a license include: </p> <ul> <li> Your company desires warranty of title and indemnity against claims of copyright infringement. <li> You are using SQLite in a jurisdiction that does not recognize the public domain. </li> <li> You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain. </li> <li> You want to hold a tangible legal document as evidence that you have the legal right to use and distribute SQLite. </li> <li> Your legal department tells you that you have to purchase a license. </li> </ul> <p> If you feel like you really need to purchase a license for SQLite, <a href="http://www.hwaci.com/">Hwaci</a>, the company that employs the architect and principal developers of SQLite, will <a href="http://www.hwaci.com/cgi-bin/license-step1">sell you one</a>. All proceeds from the sale of SQLite licenses are used to fund further improvements to SQLite. </p> <h2>Contributed Code</h2> <p> In order to keep SQLite completely free and unencumbered by copyright, all new contributors to the SQLite code base are asked to dedicate |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
114 115 116 117 118 119 120 121 122 123 124 | <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">Development Timeline</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> </ul></p> </td></tr> </table> | > | 114 115 116 117 118 119 120 121 122 123 124 125 | <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">Development Timeline</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> |
Changes to pages/sitemap.in.
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 27 28 29 30 31 32 33 34 35 36 37 38 39 | <title>SQLite Site Map</title> <h2>Popular Pages:</h2> <table border=0 width="100%"> <tr><td valign=top><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="whentouse.html">When To Use SQLite</a> </li> <li> <a href="different.html">Distinctive Features</a> </li> <li> <a href="doclist.html">Alphabetical list of docs</a> </li> <li> <a href="books.html">Books About SQLite</a> </li> <li> <a href="keyword_index.html">Website Keyword Index</a> </li> </ul><td valign=top><ul> <li> <a href="lang.html">SQL Syntax</a> <ul> <li> <a href="pragma.html#toc">Pragmas</a> <li> <a href="lang_corefunc.html">SQL functions</a> <li> <a href="lang_datefunc.html">Date & time functions</a> <li> <a href="lang_aggfunc.html">Aggregate functions</a> </ul> <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> </ul><td valign=top><ul> <li> <a href="support.html#mailinglists">Mailing Lists</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> <li> <a href="download.html#cvs">Version control</a> <ul> <li> <a href="http://www.sqlite.org/src">Source code timeline</a> </li> <li> <a href="http://www.sqlite.org/docsrc">Documentation timeline</a> </li> </ul> </ul> | > > > | 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <title>SQLite Site Map</title> <h2>Popular Pages:</h2> <table border=0 width="100%"> <tr><td valign=top><ul> <li> <a href="index.html">Home</a> </li> <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="whentouse.html">When To Use SQLite</a> </li> <li> <a href="different.html">Distinctive Features</a> </li> <li> <a href="doclist.html">Alphabetical list of docs</a> </li> <li> <a href="books.html">Books About SQLite</a> </li> <li> <a href="keyword_index.html">Website Keyword Index</a> </li> </ul><td valign=top><ul> <li> <a href="copyright.html">Copyright</a> <li> <a href="lang.html">SQL Syntax</a> <ul> <li> <a href="pragma.html#toc">Pragmas</a> <li> <a href="lang_corefunc.html">SQL functions</a> <li> <a href="lang_datefunc.html">Date & time functions</a> <li> <a href="lang_aggfunc.html">Aggregate functions</a> </ul> <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> </ul><td valign=top><ul> <li> <a href="support.html#mailinglists">Mailing Lists</a> </li> <li> <a href="news.html">News</a> </li> <li> <a href="http://www.sqlite.org/src/wiki?name=Bug+Reports">Report a Bug</a> </li> <li> <a href="download.html#cvs">Version control</a> <ul> <li> <a href="http://www.sqlite.org/src">Source code timeline</a> </li> <li> <a href="http://www.sqlite.org/docsrc">Documentation timeline</a> </li> </ul> </ul> |
︙ | ︙ |
Changes to pages/support.in.
1 2 | <title>SQLite Support Options</title> | > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | > > > > | | < | 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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | <title>SQLite Support Options</title> <tcl>hd_fragment mailinglists {mailing lists}</tcl> <h2>Free Public Mailing Lists</h2> <blockquote> <table border=0 cellspacing=10> <tr><td valign="top"> <li><a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users"> sqlite-users</a> </td> <td valign="top">General discussion for programmers using SQLite in their applications. <i>This is probably the mailing list you want!</i></td> <td valign="top" align="center"> <form method="GET" action="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users"> <input type="submit" value="Sign-up"></form></td> <td valign="top" align="center"> <form method="GET" action="http://www.mail-archive.com/sqlite-users%40mailinglists.sqlite.org/"> <input type="submit" value="Archives"></form></td> </form></td></tr> <tr><td valign="top"> <li><a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-dev"> sqlite-dev</a> </td> <td valign="top">Conversations about SQLite internals, for those who work directly on enhancing SQLite itself.</td> <td valign="top" align="center"> <form method="GET" action="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-dev"> <input type="submit" value="Sign-up"> </form></td></tr> <tr><td valign="top"> <li><a href="http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-announce"> <nobr>sqlite-announce</nobr></a> </td> <td valign="top">Announcements of new SQLite releases.</td> <td valign="top" align="center"> <form method="GET" action="http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-announce"> <input type="submit" value="Sign-up"> </form></td></tr> </table></blockquote> <tcl>hd_fragment prosupport {professional support}</tcl> <h2>Paid Professional Support</h2> <p> If you would like professional support for SQLite or if you want custom modifications performed by the original author of SQLite, these services are available for a modest fee. For additional information visit [http://www.hwaci.com/sw/sqlite/prosupport.html] or contact:</p> <table border="0" cellpadding="15"> <tr><td valign="top"> D. Richard Hipp <br /> Hwaci - Applied Software Research <br /> 704.948.4565 <br /> <a href="mailto:drh@hwaci.com">drh@hwaci.com</a> </td><td valign="top"> <form method="GET" action="http://www.hwaci.com/sw/sqlite/prosupport.html"> <input type="submit" value="More Info"></form> </td> <!--<td valign="top"> <form method="GET" action="http://www.hwaci.com/cgi-bin/sams-step1"> <input type="submit" value="Buy Now!"></form> </td>--></tr> </table> <h2>Proprietary SQLite Extensions</h2> <p>The core SQLite library found on this website is in the <a href="copyright.html">public domain</a>. But there also exist proprietary, licensed extensions to SQLite.</p> <ul> <li><p> The [http://www.hwaci.com/sw/sqlite/see.html | SQLite Encryption Extension (SEE)] will read and write database file encrypted using 128-bit or 256-bit AES.</p></li> |
︙ | ︙ | |||
51 52 53 54 55 56 57 | The [TH3 | Test Harness #3 (TH3)] is an alternative set of test vectors for SQLite that verify the operation of SQLite in an as-deployed configuration on embedded platforms with [test coverage | 100% branch test coverage]. </li> </ul> | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 94 95 96 97 98 99 100 101 | The [TH3 | Test Harness #3 (TH3)] is an alternative set of test vectors for SQLite that verify the operation of SQLite in an as-deployed configuration on embedded platforms with [test coverage | 100% branch test coverage]. </li> </ul> </p> |
Changes to wrap.tcl.
︙ | ︙ | |||
490 491 492 493 494 495 496 | <div><!-- IE hack to prevent disappearing logo--></div> <div class="tagline">${tagline}</div> <table width=100% class="menubar"><tr> <td width=100%> <div class="toolbar"> <a href="${path}about.html">About</a> | < < > | 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 | <div><!-- IE hack to prevent disappearing logo--></div> <div class="tagline">${tagline}</div> <table width=100% class="menubar"><tr> <td width=100%> <div class="toolbar"> <a href="${path}about.html">About</a> <a href="${path}docs.html">Documentation</a> <a href="${path}download.html">Download</a> <a href="${path}copyright.html">License</a> <a href="${path}support.html">Support</a> <a href="http://www.hwaci.com/sw/sqlite/prosupport.html">Purchase</a> </div>} if {1} { putsin4 $fd {<script> gMsg = "Search SQLite Docs..." function entersearch() { var q = document.getElementById("q"); |
︙ | ︙ |