Changed header.
[egate.git] / kernel / default.res
index 7e79300..27ad3b2 100644 (file)
@@ -1,25 +1,32 @@
 # Email gateway - general kernel resources
-# $Id: default.res,v 1.4 1995/02/17 09:08:36 adam Exp $
+# $Id: default.res,v 1.10 1995/02/23 08:32:15 adam Exp $
 #
 # Important directories, programs, etc.
-gw.reply.mta: /usr/bin/smail
+gw.reply.mta: /usr/lib/sendmail
 gw.reply.tmp.prefix: gwr
 gw.reply.tmp.dir: /tmp
-gw.path: /home/adam/egate/kernel
+#gw.path: /home/adam/egate/kernel
+
+# Retrieval settings
+gw.ignore.which: 1
+gw.default.show: 10
+gw.max.show: 100
 
 # Target definitions
 gw.portno: 2000
 gw.hostname: localhost
 gw.bibset: default.bib
 gw.target.loc: loc.res
-gw.databases: Default
+gw.target.drewdb: drewdb.res
+gw.databases:
 
 # Language definitions
 gw.lang.dk: lang.dk.res
+gw.lang.uk: lang.uk.res
 
 # Messages
 gw.msg.subject: Your Z39.50 Query...
-gw.msg.greeting: Europagate email-Z39.50 gateway
+gw.msg.greeting: Europagate Email-Z39.50 gateway
 gw.err.nullbody: Empty body
 ccl.command.find: find f
 ccl.command.show: show s
@@ -34,3 +41,34 @@ ccl.token.or: or
 ccl.token.not: not
 ccl.token.set: set
 
+# Help messages
+gw.help.general: You 
+ have triggered the "help"-information on the Email gateway. \n\n
+ This preliminary service is a very early alpha release of a Email service\n
+ which acts as a Z39.50-client (origin). \n\n
+ With this service you can connect to several Z39.50-targets. Your Email\n
+ body consists of one or more commands. Each command must start on column\n
+ zero; otherwise it will be ignored. Also, everything AFTER the first\n
+ empty line in your body is ignored. Thus, you probably do not have to\n
+ delete your signature in the end.\n\n
+ All your requests will be logged. Hopefully you will get a reply with\n
+ the result of your queries in a minute or two. If you don't something\n
+ probably went wrong. Hopefully, we will be able to see what went wrong\n
+ by examining the log files.\n\n
+ This is what you do:\n\n
+ * First you must select a target (i.e. a host with a Z39.50-interface\n
+ to one or more databases) with the "target" command. For example:\n
+ \ttarget dranet.dra.com\n
+ * Second, select the databases in which you wish to search, with the\n
+ "base" command. For example:\n
+ \tbase drewdb\n\n
+ * Now you are ready to issue real queries by using the "find"-command.\n
+ The query consists of one or more search words. You can perform boolean\n
+ searches by using the operators "and", "or" and "not". For example:\n
+ \tfind computer and knuth\n
+ If the target supports it, you may also direct the search to special\n
+ indexes by using qualfiers. For example, the following query will search\n
+ for "computer" in the "title"-index and "knuth" in the "normal" index:\n
+ \tfind ti=computer and knuth\n\n
+ * If the query succeeds, you will be informed with the number of hits.\n
+ To display the records use the "show"-command.\n