Implemnted egw_source and added a "raw" option to the URL.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Jan 1997 13:11:31 +0000 (13:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 24 Jan 1997 13:11:31 +0000 (13:11 +0000)
CHANGELOG.web
Makefile.web

index e16294a..eba0dca 100644 (file)
@@ -1,4 +1,4 @@
-$Id: CHANGELOG.web,v 1.2 1996/10/11 13:16:00 adam Exp $
+$Id: CHANGELOG.web,v 1.3 1997/01/24 13:11:31 adam Exp $
 
 09/03/96 Release: 1.0.
 ---------------------------------------------------------------------
@@ -8,3 +8,13 @@ $Id: CHANGELOG.web,v 1.2 1996/10/11 13:16:00 adam Exp $
 
 10/11/96 Fixed a bug in multiple-search gateway - in some situations
          the databaseNames were duplicated.
+
+01/24/97 Added option facilities to the <script> part of the EGW URL.
+         Only "raw" is supported, which prevents the standard header
+         from being written. For example:
+               http://myhost/egwcgi/egwirtcl/query.tcl+raw
+
+01/24/97 Implemented a new Tcl command, egw_source, which sources a
+         file as it it was a regular HTML/TCL file. It takes one
+         argument: the file name.
+
index 150c4f3..5532741 100644 (file)
@@ -1,7 +1,7 @@
 # Top level Makefile for the Web - Z39.50 gateway
 # Europagate, 1995-1996.
 #
-# $Id: Makefile.web,v 1.4 1996/09/03 14:06:38 adam Exp $
+# $Id: Makefile.web,v 1.5 1997/01/24 13:11:31 adam Exp $
 #
 SHELL=/bin/sh
 MAKE=make
@@ -11,14 +11,16 @@ CPP=$(CC) -E
 VERSION=1.0
 
 # Install directories
-HTTPDDIR=/usr/local/etc/httpd
+HTTPDDIR=/var/lib/httpd
 CGIDIR=$(HTTPDDIR)/cgi-bin
 HTDOCS=$(HTTPDDIR)/htdocs
 EGWDIR=$(HTTPDDIR)/egw
 GIFDIR=$(HTDOCS)/egwgif
 
+EGWUSER=nobody
+
 # Location of Tcl
-TCLLIB=/usr/local/lib/libtcl7.5.a -lm
+TCLLIB=-L/usr/local/lib -ltcl8.0 -lm
 TCLINC=-I/usr/local/include
 
 # Location of IrTcl
@@ -46,7 +48,7 @@ dep depend:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" CPP="$(CPP)" ZDEFS="$(ZDEFS)" TCLINC="$(TCLINC)" IRTCLINC="$(IRTCLINC)" depend; then cd ..; else exit 1; fi; done
 
 install:
-       cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" install
+       cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" EGWUSER="$(EGWUSER)" install
 
 clean:
        -rm -f lib/*.a