Version 2.0.50
[idzebra-moved-to-github.git] / etc / gfs-itunes.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   This example GFS configuration file is copied from
4   CVSROOT/k2-portal-oai-tunes/db/yazserver.xml
5 -->
6 <yazgfs>
7
8   <!-- one or more ports to listen to -->
9   <listen id="tcp1234">tcp:@:1234</listen>
10
11   <!-- one or more servers bound to ports - multiple servers on same
12   ports possible -->
13   <server id="k2-oai" listenref="tcp1234">
14
15     <!-- working directory for zebra -->
16     <directory>./</directory>
17
18     <!-- ordinary config file for zebra -->
19     <config>db/zebra.cfg</config>
20
21     <!-- location of CQL-to-PQF file -->
22     <!-- see: http://www.indexdata.com/yaz/doc/tools.tkl#tools.cql.map -->
23     <cql2rpn>db/cql2pqf.txt</cql2rpn>
24
25     <!-- explain message - send in SRW Explain
26       - yes, we understand Z39.50 and SRW on the same port !! -->
27     <explain xmlns="http://explain.z3950.org/dtd/2.0/">
28       <serverInfo>
29         <host>localhost</host>
30         <port>1234</port>
31         <database>k2-oai</database>
32       </serverInfo>
33     </explain>
34
35   </server>
36
37 </yazgfs>