Bug fixes and select on FIFOs in wcgi - doesn't really work!
[egate.git] / www / targets.egw
1 <html>
2 {
3 # $Id: targets.egw,v 1.4 1995/11/02 16:35:36 adam Exp $
4     source /usr/local/etc/httpd/conf/ztargets.conf
5 }
6 <head>
7 <title> Europagate, WWW/Z39.50 Gateway </title>
8 </head>
9 <body>
10 <center>
11 <img src="/gif/webgate.gif" Alt="Welcome to EUROPAGATE">
12 </center>
13 Part of Europagate is a World Wide Web to Z39.50 gateway. The gateway provides search and 
14 retrieve facilities in the databases of various libraries. <p>
15 <a href="http://www.dtu.dk/dtv/egate/egate.html"> Europagate </a> is a 
16 project in the <a href="http://www.echo.lu/programmes/en/LIBRARIES.html"> 
17 EU libraries Programme </a> carried out by: <br>
18 <a href="http://www.ucd.ie/"> University College Dublin </a> <br>
19 <a href="http://www.dtv.dk/dtv/">Technical University & Library of Denmark </a> <br>
20 Library Council <br>
21 Consejo Superior de Investigaciones Cient&iacute;ficas <br>
22 <hr>
23 <strong> Choose a Z39.50 target: </strong> <br>
24 <dl>
25 {
26     foreach t [array names targets] {
27         html {<dt> <a href="http://} $env(SERVER_NAME) $env(SCRIPT_NAME) /
28         html "$sessionId/query.egw/$t" {"> } $t "</a>\n"
29         html "<dd> " [lindex $targets($t) 0] \n
30     }
31 }
32 </dl>
33 <hr>
34 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
35 Last modified 25. september 1995. <br>
36 <em> This and the following pages are under construction and will continue to be so
37 until the end of December 1995.</em>
38 {
39     html "<hr>\n"
40     html "<strong>Debug information</strong><br>\n"
41     html "sessionId: $sessionId <br>\n"
42     html "sessionParms: $sessionParms <br>\n"
43     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
44         html $e {: } $env($e) {<br>} \n
45     }
46 }
47 </body>
48 </html>