Wapp

Check-in [0d5698a0e2]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Typo fix in the README.md
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0d5698a0e26ec9123dab08d71a3d156fc73191d5d7865fcaa6af33ae69e37a4e
User & Date: drh 2017-12-13 17:28:00.832
Context
2017-12-15
21:43
Add a Makefile and code to generate the stand-alone "wapptclsh" binary. (check-in: 55e40e4c93 user: drh tags: trunk)
2017-12-13
17:28
Typo fix in the README.md (check-in: 0d5698a0e2 user: drh tags: trunk)
15:25
Add a "package provide" to the main script. Further documentation updates. (check-in: 97b3ea1716 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to README.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Wapp - A Web-Application Framework for TCL
==========================================

1.0 Introduction
----------------

Wapp is a lightweight framework that simplifies the
construction of web application written in TCL. The same Wapp-based
application can be launched in multiple ways:

  1.  From the command-line, without automatic web-browser startup

  2.  As a stand-alone web server

  3.  As a CGI script

  4.  As an SCGI program











|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Wapp - A Web-Application Framework for TCL
==========================================

1.0 Introduction
----------------

Wapp is a lightweight framework that simplifies the
construction of web application written in TCL. The same Wapp-based
application can be launched in multiple ways:

  1.  From the command-line, with automatic web-browser startup

  2.  As a stand-alone web server

  3.  As a CGI script

  4.  As an SCGI program