Minor changes.
[egate.git] / kernel / default.res
1 # Email gateway - general kernel resources
2 # default.res,v 1.8 1995/02/22 15:22:32 adam Exp
3 #
4 # Important directories, programs, etc.
5 gw.reply.mta: /usr/lib/sendmail
6 gw.reply.tmp.prefix: gwr
7 gw.reply.tmp.dir: /tmp
8 #gw.path: /home/adam/egate/kernel
9
10 # Retrieval settings
11 gw.ignore.which: 1
12 gw.default.show: 10
13 gw.max.show: 100
14
15 # Target definitions
16 gw.portno: 2000
17 gw.hostname: localhost
18 gw.bibset: default.bib
19 gw.target.loc: loc.res
20 gw.target.drewdb: drewdb.res
21 gw.databases:
22
23 # Language definitions
24 gw.lang.dk: lang.dk.res
25 gw.lang.uk: lang.uk.res
26
27 # Messages
28 gw.msg.subject: Your Z39.50 Query...
29 gw.msg.greeting: Europagate Email-Z39.50 gateway
30 gw.err.nullbody: Empty body
31 ccl.command.find: find f
32 ccl.command.show: show s
33 ccl.command.base: base b
34 ccl.command.help: help h
35 ccl.command.info: info i
36 ccl.command.continue: continue
37 ccl.command.status: status
38 ccl.command.cancel: cancel
39 ccl.token.and: and
40 ccl.token.or: or
41 ccl.token.not: not
42 ccl.token.set: set
43
44 # Help messages
45 gw.help.general: You 
46  have triggered the "help"-information on the Email gateway. \n\n
47  This preliminary service is a very early alpha release of a Email service\n
48  which acts as a Z39.50-client (origin). \n\n
49  With this service you can connect to several Z39.50-targets. Your Email\n
50  body consists of one or more commands. Each command must start on column\n
51  zero; otherwise it will be ignored. Also, everything AFTER the first\n
52  empty line in your body is ignored. Thus, you probably do not have to\n
53  delete your signature in the end.\n\n
54  All your requests will be logged. Hopefully you will get a reply with\n
55  the result of your queries in a minute or two. If you don't something\n
56  probably went wrong. Hopefully, we will be able to see what went wrong\n
57  by examining the log files.\n\n
58  This is what you do:\n\n
59  * First you must select a target (i.e. a host with a Z39.50-interface\n
60  to one or more databases) with the "target" command. For example:\n
61  \ttarget dranet.dra.com\n
62  * Second, select the databases in which you wish to search, with the\n
63  "base" command. For example:\n
64  \tbase drewdb\n\n
65  * Now you are ready to issue real queries by using the "find"-command.\n
66  The query consists of one or more search words. You can perform boolean\n
67  searches by using the operators "and", "or" and "not". For example:\n
68  \tfind computer and knuth\n
69  If the target supports it, you may also direct the search to special\n
70  indexes by using qualfiers. For example, the following query will search\n
71  for "computer" in the "title"-index and "knuth" in the "normal" index:\n
72  \tfind ti=computer and knuth\n\n
73  * If the query succeeds, you will be informed with the number of hits.\n
74  To display the records use the "show"-command.\n