From 40df45352156d24ae7ab2105eaf4b894900455f0 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 28 Oct 2001 08:37:27 +0000 Subject: 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. --- www/neowebscript/pkg-message | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 www/neowebscript/pkg-message (limited to 'www/neowebscript/pkg-message') diff --git a/www/neowebscript/pkg-message b/www/neowebscript/pkg-message new file mode 100644 index 000000000000..b773dd44e322 --- /dev/null +++ b/www/neowebscript/pkg-message @@ -0,0 +1,8 @@ +- + Please, adjust the /usr/local/etc/apache/neowebscript.conf + to your liking and add + + include etc/apache/neowebscript.conf + + to the Apache's config file. +- -- cgit v1.2.3