Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the wapptest.tcl script from SQLite to the list of real-world usage examples. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b25a28b219c33f07a05378cbdf6a2493 |
User & Date: | drh 2019-04-30 16:56:46.210 |
Context
2019-06-13
| ||
14:24 | Add a link to the "Simple Live Demos" page to the README.md file. (check-in: 4d00e13e65 user: drh tags: trunk) | |
2019-04-30
| ||
16:56 | Add the wapptest.tcl script from SQLite to the list of real-world usage examples. (check-in: b25a28b219 user: drh tags: trunk) | |
2019-04-23
| ||
19:52 | Improvements to the tableajax01.tcl example. (check-in: ab89ab225b user: drh tags: trunk) | |
Changes
Changes to docs/usageexamples.md.
︙ | ︙ | |||
13 14 15 16 17 18 19 | 3. The [search feature](https://sqlite.org/search?q=fts5) on the SQLite homepage is implemented using a Wapp-script, seen [here](https://sqlite.org/docsrc/file/search/search.tcl.in). (NB: The search.tcl.in script is processed using [mkscript.tcl](https://sqlite.org/docsrc/file/search/mkscript.tcl) prior to being deployed.) | > > > > > > > > > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 3. The [search feature](https://sqlite.org/search?q=fts5) on the SQLite homepage is implemented using a Wapp-script, seen [here](https://sqlite.org/docsrc/file/search/search.tcl.in). (NB: The search.tcl.in script is processed using [mkscript.tcl](https://sqlite.org/docsrc/file/search/mkscript.tcl) prior to being deployed.) 4. The [TCL-driven tests for SQLite](https://www.sqlite.org/testing.html#test_harnesses) have a Wapp-based interface that shows the testing progress. To see this interface in action, get a copy of the SQLite source tree and run: > configure make testfixture tclsh test/wapptest.tcl |