Fixing what appears to be a typo in this stylesheet.
[pazpar2-moved-to-github.git] / etc / pazpar2.cfg
index 3a01f5e..97a5bdd 100644 (file)
@@ -6,10 +6,24 @@
      configuration.
 -->
 
-<service>
-    <listen port="9004"/>
-    <proxy host="localhost" port="80"/>
-</service>
+<!-- thought... right now there is only one global 'service' in the code, but
+     it will be pretty simple to make this repeatable, and I think that should
+     be done at some point (this will eliminate most of the global parameters.
+     But it might be nice to have 'virtual' targets, so differrent sets of
+     configuration could live within one listener (on a single
+     port). -->
+
+<server>
+  <listen port="9004"/>
+  <proxy host="localhost" port="80"/>
+
+  <service>
+    <termlist name="subject"/>
+    <termlist name="author"/>
+
+    <!-- <metadata name="title"/> -->
+  </service>
+</server>
 
 <!-- Need to figure out where to get ZeeRex records for targets from -->