Configurable From: added.
[egate.git] / kernel / default.res
1 # Email gateway - general kernel resources
2 # $Id: default.res,v 1.11 1995/02/28 13:16:26 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.msg.from: Email-gateway
31 gw.err.nullbody: Empty body
32 ccl.command.find: find f
33 ccl.command.show: show s
34 ccl.command.base: base b
35 ccl.command.help: help h
36 ccl.command.info: info i
37 ccl.command.continue: continue
38 ccl.command.status: status
39 ccl.command.cancel: cancel
40 ccl.token.and: and
41 ccl.token.or: or
42 ccl.token.not: not
43 ccl.token.set: set
44
45 # Help messages
46 gw.help.general: You 
47  have triggered the "help"-information on the Email gateway. \n\n
48  This preliminary service is a very early alpha release of a Email service\n
49  which acts as a Z39.50-client (origin). \n\n
50  With this service you can connect to several Z39.50-targets. Your Email\n
51  body consists of one or more commands. Each command must start on column\n
52  zero; otherwise it will be ignored. Also, everything AFTER the first\n
53  empty line in your body is ignored. Thus, you probably do not have to\n
54  delete your signature in the end.\n\n
55  All your requests will be logged. Hopefully you will get a reply with\n
56  the result of your queries in a minute or two. If you don't something\n
57  probably went wrong. Hopefully, we will be able to see what went wrong\n
58  by examining the log files.\n\n
59  This is what you do:\n\n
60  * First you must select a target (i.e. a host with a Z39.50-interface\n
61  to one or more databases) with the "target" command. For example:\n
62  \ttarget dranet.dra.com\n
63  * Second, select the databases in which you wish to search, with the\n
64  "base" command. For example:\n
65  \tbase drewdb\n\n
66  * Now you are ready to issue real queries by using the "find"-command.\n
67  The query consists of one or more search words. You can perform boolean\n
68  searches by using the operators "and", "or" and "not". For example:\n
69  \tfind computer and knuth\n
70  If the target supports it, you may also direct the search to special\n
71  indexes by using qualfiers. For example, the following query will search\n
72  for "computer" in the "title"-index and "knuth" in the "normal" index:\n
73  \tfind ti=computer and knuth\n\n
74  * If the query succeeds, you will be informed with the number of hits.\n
75  To display the records use the "show"-command.\n