This is just a dummy config file -- a place to sketch out what the config
[pazpar2-moved-to-github.git] / etc / pazpar2.cfg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
3
4 <!-- NOTE: This is not yet a functional config file. It's meant as a scratchpad/
5      discussion area to figure out just how the heck to structure this kind of
6      configuration.
7 -->
8
9 <service>
10     <listen port="9004"/>
11     <proxy host="localhost" port="80"/>
12 </service>
13
14 <!-- Need to figure out where to get ZeeRex records for targets from -->
15
16 <queryprofile/>  <!-- Like a CCL profile? Or do these need to be 
17                         dynamically generated from Zeerex??  -->
18
19 <retrievalprofile/>   <!-- Specify what stylesheets to use to normalize records?? -->
20
21 </pazpar2>