diff options
author | mi <mi@FreeBSD.org> | 2001-10-28 16:37:27 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-10-28 16:37:27 +0800 |
commit | 76b7144d86b4f109cf782e9e24b63abd2e7ea897 (patch) | |
tree | 0f57788e92424eb9ac26fe8c2ffb9eaeb9fb1248 /www/Makefile | |
parent | a9c656290bed5087e2e0c3b85c15abd9a0193fbd (diff) | |
download | freebsd-ports-gnome-76b7144d86b4f109cf782e9e24b63abd2e7ea897.tar.gz freebsd-ports-gnome-76b7144d86b4f109cf782e9e24b63abd2e7ea897.tar.zst freebsd-ports-gnome-76b7144d86b4f109cf782e9e24b63abd2e7ea897.zip |
NeoWebScript[tm] is a module for the Apache webserver that allows you to
embed the Tcl/Tk programming language in your webpages as a scripting
tool. It was invented by Karl Lehenbauer, NeoSoft's Chief Technical
Officer, and documented, enhanced and extended by NeoSoft's programmers
and technical writers.
WWW: http://www.sourceforge.net/projects/nws/
The changes:
. don't build the Apache, TclX, gd, db, neo-tcl bundled in the
tarball, but use those that are installed by their ports
. don't generate GIFs -- use PNGs
. look in /var/log for Apache's log file
. use /var/db/neowebscript for caches and per-user databases
. expose some configuration knobs into the neowebscript.conf --
there should be no need to edit init.tcl itself anymore
All of the bundled demos work, except for the gd-based banner generator.
The demo code uses Gdtclft commands that don't exist in the modern Gdtclft.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ab17f4df73cf..1175e20a0224 100644 --- a/www/Makefile +++ b/www/Makefile @@ -172,6 +172,7 @@ SUBDIR += mozilla-embedded SUBDIR += mozilla-headers SUBDIR += neon + SUBDIR += neowebscript SUBDIR += netraider SUBDIR += netscape-remote SUBDIR += netscape-wrapper |