This is just a dummy config file -- a place to sketch out what the config
authorSebastian Hammer <quinn@indexdata.com>
Fri, 22 Dec 2006 04:52:56 +0000 (04:52 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Fri, 22 Dec 2006 04:52:56 +0000 (04:52 +0000)
file format should look like

etc/pazpar2.cfg [new file with mode: 0644]

diff --git a/etc/pazpar2.cfg b/etc/pazpar2.cfg
new file mode 100644 (file)
index 0000000..da8e9c7
--- /dev/null
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
+
+<!-- NOTE: This is not yet a functional config file. It's meant as a scratchpad/
+     discussion area to figure out just how the heck to structure this kind of
+     configuration.
+-->
+
+<service>
+    <listen port="9004"/>
+    <proxy host="localhost" port="80"/>
+</service>
+
+<!-- Need to figure out where to get ZeeRex records for targets from -->
+
+<queryprofile/>  <!-- Like a CCL profile? Or do these need to be 
+                       dynamically generated from Zeerex??  -->
+
+<retrievalprofile/>   <!-- Specify what stylesheets to use to normalize records?? -->
+
+</pazpar2>