Wapp

Check-in [7bd900c058]
Login

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

Overview
Comment:Add the copyright.md document.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7bd900c058234890b365010eee67e7a872cffbea6fe0bee3beacdb37ae77f65f
User & Date: drh 2018-08-31 00:33:26.273
Context
2018-08-31
00:34
Fix a bad hyperlink on the sitemap.md page. (check-in: 9afa5209e2 user: drh tags: trunk)
00:33
Add the copyright.md document. (check-in: 7bd900c058 user: drh tags: trunk)
00:13
Add the sitemap.md and doclist.html documents. (check-in: fbe42f35ca 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
Wapp - A Web-Application Framework for TCL
==========================================

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

Wapp is a new framework for writing web applications in TCL,
with the following advantages:

  *   Very small API → easy to learn and use
  *   A complete application is contained in a single file
  *   Resistant to attacks and exploits
  *   Cross-platform → CGI, SCGI, or a built-in web server
  *   The MVC design pattern is supported but not required






|







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

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

Wapp is a framework for writing web applications in TCL,
with the following advantages:

  *   Very small API → easy to learn and use
  *   A complete application is contained in a single file
  *   Resistant to attacks and exploits
  *   Cross-platform → CGI, SCGI, or a built-in web server
  *   The MVC design pattern is supported but not required
Added docs/copyright.md.
























>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
Copyright
=========

Copyright (c) 2017 D. Richard Hipp
 
This program is free software; you can redistribute it and/or
modify it under the terms of the Simplified BSD License (also
known as the "2-Clause License" or "FreeBSD License".)

This program is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.
Changes to docs/sitemap.md.
1
2
3
4
5
6
7

8
9
10
11
12
13
14
Site Map
========

  *  [Home](/home)
  *  [Documentation](/doc/trunk/docs/doclist.html)
  *  [Download](/doc/trunk/docs/download.md)
  *  [Forum](/forum)

  *  [Subscribe](/subscribe)
  *  [Timeline](/timeline)
  *  [Files](/dir?type=tree)
  *  [Branches](/brlist)
  *  [Tags](/taglist)
  *  [Tickets](/ticket)
  *  [Wiki](/wcontent)







>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Site Map
========

  *  [Home](/home)
  *  [Documentation](/doc/trunk/docs/doclist.html)
  *  [Download](/doc/trunk/docs/download.md)
  *  [Forum](/forum)
  *  [Copyright](/copyright)
  *  [Subscribe](/subscribe)
  *  [Timeline](/timeline)
  *  [Files](/dir?type=tree)
  *  [Branches](/brlist)
  *  [Tags](/taglist)
  *  [Tickets](/ticket)
  *  [Wiki](/wcontent)