X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=kernel%2Fdefault.res;h=27ad3b2aa71c5760a779ad6b5086bd659ed8b852;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=8d213f88a0dfff66b4ae4e16659eeaa96f0d9e59;hpb=f6a107777079379b767452dc6ade3f56272af49e;p=egate.git diff --git a/kernel/default.res b/kernel/default.res index 8d213f8..27ad3b2 100644 --- a/kernel/default.res +++ b/kernel/default.res @@ -1,11 +1,33 @@ # Email gateway - general kernel resources -# $Id: default.res,v 1.1 1995/02/15 17:45:29 adam Exp $ +# $Id: default.res,v 1.10 1995/02/23 08:32:15 adam Exp $ # -gw.msg.greeting: Europagate email-Z39.50 gateway -gw.err.nullbody: Empty body -gw.reply.mta: /usr/bin/smail +# Important directories, programs, etc. +gw.reply.mta: /usr/lib/sendmail gw.reply.tmp.prefix: gwr gw.reply.tmp.dir: /tmp +#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.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.err.nullbody: Empty body ccl.command.find: find f ccl.command.show: show s ccl.command.base: base b @@ -19,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