Grrr... Fix the stuff that stayed from the mod_dtcl port, which I

used as a template...
This commit is contained in:
Mikhail Teterin 2007-02-13 06:53:06 +00:00
parent f3015877b8
commit a54ba76b59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185076
2 changed files with 9 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: mod_dtcl
# New ports collection makefile for: websh
# Date created: January 31, 2007
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#

View File

@ -1,14 +1,10 @@
From the software's readme.html:
Web|sh is a TCL module for Apache. It is currently the most
advanced and the best supported of the several such modules
listed at
mod_dtcl is a free/open source implementation of server parsed
Tcl, under Apache, distributed under the terms of the GNU GPL.
It allows you to tightly integrate html with Tcl, a widely used
scripting language with many years of development invested in
it. This is an ideal combination, allowing you to greatly extend
what you could do with plain html. Because Tcl is such a widely
used language, there is a large amount of documentation for it,
both on the net and books. There are also many external Tcl
modules that you can load into mod_dtcl, to create images,
access databases, etc.
http://tcl.apache.org/
WWW: http://tcl.apache.org/mod_dtcl/
Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
WWW: http://tcl.apache.org/websh/