3ccbda5ce84031d5d2898891190cda42fc778b99
[pazpar2-moved-to-github.git] / etc / pazpar2.cfg
1 <?xml version="1.0" encoding="UTF-8"?> <pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
2
3 <!-- NOTE: This is not yet a functional config file. It's meant as a scratchpad/
4      discussion area to figure out just how the heck to structure this kind of
5      configuration.
6 -->
7
8 <server>
9   <listen port="9004"/>
10   <proxy host="localhost" port="80"/>
11
12   <service>
13     <!-- <metadata name="title"/> -->
14   </service>
15 </server>
16
17 <!-- Need to figure out where to get ZeeRex records for targets from -->
18
19 <queryprofile/>  <!-- Like a CCL profile++ . Can optionally refer to XSLT to 
20        convert ZeeRex into queryprofile. Multiple profiles can exist.  -->
21
22 <retrievalprofile>
23   <requestsyntax>marc21</requestsyntax>
24   <nativesyntax name="iso2709" format="marc21" encoding="marc-8" mapto="marcxml"/>
25   <map type="xslt" stylesheet="marc21.xsl"/>
26 </retrievalprofile>
27
28 </pazpar2>