Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo on the index page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cdd4b624b9bab1bded3815f0a081a2d3 |
User & Date: | drh 2020-08-27 14:53:39.461 |
Context
2020-08-27
| ||
18:59 | Update the built-in SQLite source code to version 3.33.0. (check-in: 41c7146764 user: drh tags: trunk) | |
14:53 | Fix typo on the index page. (check-in: cdd4b624b9 user: drh tags: trunk) | |
2020-06-09
| ||
18:18 | To the homepage, add a link to Oleg's extensions on GitHub. (check-in: 6fb098a2cd user: drh tags: trunk) | |
Changes
Changes to README.md.
1 2 3 4 5 6 7 8 9 10 11 | Wapp - A Web-Application Framework for TCL ========================================== Wapp is a framework for writing web applications in TCL, with the following advantages: * Small and simple API → easy to learn and use * A complete app is a single small file of TCL * Resistant to attacks and exploits * Cross-platform → CGI, SCGI, or a built-in web server * The Wapp framework itself is a single-file TCL script | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Wapp - A Web-Application Framework for TCL ========================================== Wapp is a framework for writing web applications in TCL, with the following advantages: * Small and simple API → easy to learn and use * A complete app is a single small file of TCL * Resistant to attacks and exploits * Cross-platform → CGI, SCGI, or a built-in web server * The Wapp framework itself is a single-file TCL script * Easy to embed in a larger application, if desired * 2-clause BSD license Documentation ------------- * ["Hello World!" App (6 lines of code)](/doc/trunk/docs/helloworld.md) * [Introduction To Writing Wapp Applications](/doc/trunk/docs/intro.md) |
︙ | ︙ |