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