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
|
To run the application as CGI, make the hello.tcl file executable and
move it into the appropriate directory of the web server.
3.0 Further information
-----------------------
* [Introduction To Writing Wapp Applications](docs/intro.md)
* [Quick Reference](docs/quickref.md)
* [Wapp Parameters](docs/params.md)
* [Wapp Commands](docs/commands.md)
* [URL Mapping](docs/urlmapping.md)
* [Security Features](docs/security.md)
* [How To Compile wapptclsh - Or Not](docs/compiling.md)
* [Limitations of Wapp](docs/limitations.md)
* [Example Applications](/file/examples)
* [Real-World Uses Of Wapp](docs/usageexamples.md)
|
|
|
|
|
|
|
|
|
|
|
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
|
To run the application as CGI, make the hello.tcl file executable and
move it into the appropriate directory of the web server.
3.0 Further information
-----------------------
* [Introduction To Writing Wapp Applications](/doc/trunk/docs/intro.md)
* [Quick Reference](/doc/trunk/docs/quickref.md)
* [Wapp Parameters](/doc/trunk/docs/params.md)
* [Wapp Commands](/doc/trunk/docs/commands.md)
* [URL Mapping](/doc/trunk/docs/urlmapping.md)
* [Security Features](/doc/trunk/docs/security.md)
* [How To Compile wapptclsh - Or Not](/doc/trunk/docs/compiling.md)
* [Limitations of Wapp](/doc/trunk/docs/limitations.md)
* [Example Applications](/file/examples)
* [Real-World Uses Of Wapp](/doc/trunk/docs/usageexamples.md)
|