From 3c05d12bc1b857dba4d3bb61928cc652d86a24ed Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 8 Jul 2009 11:52:49 +0200 Subject: [PATCH] Fixes. Record handling in separate routes Fixed some target names. The routing facility of the multi filter is now used to separate record handling (marc-8 or utf-8). Side issue: xmllint --format config-loc.xml does not produce nice indenting for parts of the file .. Seems to be a bug in xmllint/Libxml2. --- etc/config-loc.xml | 141 ++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 104 insertions(+), 37 deletions(-) diff --git a/etc/config-loc.xml b/etc/config-loc.xml index 850f584..3549e40 100644 --- a/etc/config-loc.xml +++ b/etc/config-loc.xml @@ -29,9 +29,61 @@ the following databaseNames (virtual databases): --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + @:7090 10 @@ -50,36 +102,11 @@ the following databaseNames (virtual databases): - + - - - - - - - - - - - - - - - - - - - - - - @@ -102,7 +129,7 @@ the following databaseNames (virtual databases): HLAS_UTF8 - z3950.loc.gov:7999/HLAS_MARC8 + z3950.loc.gov:7999/HLAS_UTF8 HLAS_MARC8 @@ -145,22 +172,57 @@ the following databaseNames (virtual databases): AllVoyager z3950.loc.gov:7097/LCDB_UTF8 - z3950.loc.gov:7999/HLAS_MARC8 + z3950.loc.gov:7999/HLAS_UTF8 + z3950.loc.gov:7999/NLSBPH_UTF8 - - - C - + + deals with merging of target results and is also + + localhost* + z3950.loc.gov:7097/LCDB_UTF8 + z3950.loc.gov:7095/LCDB_MARC8 + *UTF8 + + + + + + + + + + + Default + localhost:9001/Default + localhost:9002/Default + + + + + + + + + LCDB_UTF8 z3950.loc.gov:7097/voyager z3950.loc.gov:7098/voyager + + + + + + + + + LCDB_MARC8 z3950.loc.gov:7095/voyager @@ -168,13 +230,18 @@ the following databaseNames (virtual databases): - - B - - + + + + + + + + + -- 1.7.10.4