|
Lines 11-18
Link Here
|
| 11 |
<listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen> |
11 |
<listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen> |
| 12 |
<listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen> |
12 |
<listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen> |
| 13 |
--> |
13 |
--> |
| 14 |
<!-- public server runs on tcp --> |
14 |
|
| 15 |
<!-- <listen id="publicserver" >tcp:@:9999</listen> --> |
15 |
<!-- Uncomment the following entry if you want to run the public Z39.50 server. |
|
|
16 |
Also uncomment the <server> and <serverinfo> sections for id 'publicserver' |
| 17 |
under PUBLICSERVER'S BIBLIOGRAPHIC RECORDS title--> |
| 18 |
<!-- |
| 19 |
<listen id="publicserver" >tcp:@:__ZEBRA_SRU_BIBLIOS_PORT__</listen> |
| 20 |
--> |
| 16 |
|
21 |
|
| 17 |
<!-- Settings for special biblio server instance for PazPar2. |
22 |
<!-- Settings for special biblio server instance for PazPar2. |
| 18 |
Because PazPar2 only connects to a Z39.50 server using TCP/IP, |
23 |
Because PazPar2 only connects to a Z39.50 server using TCP/IP, |
|
Lines 173-178
__PAZPAR2_TOGGLE_XML_POST__
Link Here
|
| 173 |
<password>__ZEBRA_PASS__</password> |
178 |
<password>__ZEBRA_PASS__</password> |
| 174 |
</serverinfo> |
179 |
</serverinfo> |
| 175 |
|
180 |
|
|
|
181 |
<!-- PUBLICSERVER'S BIBLIOGRAPHIC RECORDS --> |
| 182 |
<!-- |
| 183 |
<server id="publicserver" listenref="publicserver"> |
| 184 |
<directory>__ZEBRA_DATA_DIR__/biblios</directory> |
| 185 |
<config>__ZEBRA_CONF_DIR__/zebra-biblios.cfg</config> |
| 186 |
<cql2rpn>__ZEBRA_CONF_DIR__/pqf.properties</cql2rpn> |
| 187 |
<retrievalinfo> |
| 188 |
<retrieval syntax="usmarc" name="F"/> |
| 189 |
<retrieval syntax="usmarc" name="B"/> |
| 190 |
<retrieval syntax="xml" name="F"/> |
| 191 |
<retrieval syntax="xml" name="B"/> |
| 192 |
<retrieval syntax="xml" name="marcxml" |
| 193 |
identifier="info:srw/schema/1/marcxml-v1.1"> |
| 194 |
<backend syntax="usmarc" name="F"> |
| 195 |
<marc inputformat="marc" outputformat="marcxml" |
| 196 |
inputcharset="utf-8"/> |
| 197 |
</backend> |
| 198 |
</retrieval> |
| 199 |
<retrieval syntax="xml" name="dc"> |
| 200 |
<backend syntax="usmarc" name="F"> |
| 201 |
<marc inputformat="marc" outputformat="marcxml" |
| 202 |
inputcharset="utf-8"/> |
| 203 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2DC.xsl"/> |
| 204 |
</backend> |
| 205 |
</retrieval> |
| 206 |
<retrieval syntax="xml" name="mods"> |
| 207 |
<backend syntax="usmarc" name="F"> |
| 208 |
<marc inputformat="marc" outputformat="marcxml" |
| 209 |
inputcharset="utf-8"/> |
| 210 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2MODS.xsl"/> |
| 211 |
</backend> |
| 212 |
</retrieval> |
| 213 |
<retrieval syntax="xml" name="rdfdc"> |
| 214 |
<backend syntax="usmarc" name="F"> |
| 215 |
<marc inputformat="marc" outputformat="marcxml" |
| 216 |
inputcharset="utf-8"/> |
| 217 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2RDFDC.xsl"/> |
| 218 |
</backend> |
| 219 |
</retrieval> |
| 220 |
<retrieval syntax="xml" name="rss2"> |
| 221 |
<backend syntax="usmarc" name="F"> |
| 222 |
<marc inputformat="marc" outputformat="marcxml" |
| 223 |
inputcharset="utf-8"/> |
| 224 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slim2RSS2.xsl"/> |
| 225 |
</backend> |
| 226 |
</retrieval> |
| 227 |
<retrieval syntax="xml" name="utils"> |
| 228 |
<backend syntax="usmarc" name="F"> |
| 229 |
<marc inputformat="marc" outputformat="marcxml" |
| 230 |
inputcharset="utf-8"/> |
| 231 |
<xslt stylesheet="__INTRANET_TMPL_DIR__/prog/en/xslt/MARC21slimUtils.xsl"/> |
| 232 |
</backend> |
| 233 |
</retrieval> |
| 234 |
</retrievalinfo> |
| 235 |
<xi:include href="__KOHA_CONF_DIR__/zebradb/explain-biblios.xml" |
| 236 |
xmlns:xi="http://www.w3.org/2001/XInclude"> |
| 237 |
<xi:fallback> |
| 238 |
<explain xmlns="http://explain.z3950.org/dtd/2.0/"> |
| 239 |
<serverInfo> |
| 240 |
<host>__ZEBRA_SRU_HOST__</host> |
| 241 |
<port>__ZEBRA_SRU_BIBLIOS_PORT__</port> |
| 242 |
<database>biblios</database> |
| 243 |
</serverInfo> |
| 244 |
</explain> |
| 245 |
</xi:fallback> |
| 246 |
</xi:include> |
| 247 |
</server> |
| 248 |
<serverinfo id="publicserver"> |
| 249 |
<ccl2rpn>__ZEBRA_CONF_DIR__/ccl.properties</ccl2rpn> |
| 250 |
<user>__ZEBRA_USER__</user> |
| 251 |
<password>__ZEBRA_PASS__</password> |
| 252 |
</serverinfo> |
| 253 |
--> |
| 254 |
|
| 176 |
<!-- ADDITIONAL KOHA CONFIGURATION DIRECTIVE --> |
255 |
<!-- ADDITIONAL KOHA CONFIGURATION DIRECTIVE --> |
| 177 |
<!-- db_scheme should follow the DBD driver name --> |
256 |
<!-- db_scheme should follow the DBD driver name --> |
| 178 |
<!-- port info: mysql:3306 Pg:5432 (5433 on Debian) --> |
257 |
<!-- port info: mysql:3306 Pg:5432 (5433 on Debian) --> |
| 179 |
- |
|
|