Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated the .meta file |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
626e07cb911e22de67dfe7478f6d28c9 |
User & Date: | murphy 2011-09-23 20:39:46.250 |
Context
2011-09-23
| ||
21:24 | included an explicit return in the request handler continuation check-in: 7b68b3ded9 user: murphy tags: trunk | |
20:39 | Updated the .meta file check-in: 626e07cb91 user: murphy tags: trunk | |
20:05 | Added a license file check-in: 1061c7d558 user: murphy tags: trunk | |
Changes
Changes to webgate.meta.
1 2 3 4 | ;; -*- mode: Scheme; -*- ((category net) (license "BSD") (author "Thomas Chust") | | | | 1 2 3 4 5 6 7 | ;; -*- mode: Scheme; -*- ((category net) (license "BSD") (author "Thomas Chust") (synopsis "(S)CGI web application framework") (needs srfi-99) (files "webgate.scm")) |