From 72798d88c680a031de5208d81d94b59de821f90d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 19 Apr 2004 13:42:52 +0000 Subject: [PATCH] Add yazproxy config schema. Assign namespace for it. --- etc/Makefile.am | 4 +- etc/config.xml | 19 +-- etc/voyager.xml | 4 +- etc/yazproxy.xsd | 95 +++++++++++ etc/zeerex-2.0.xsd | 482 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 591 insertions(+), 13 deletions(-) create mode 100644 etc/yazproxy.xsd create mode 100644 etc/zeerex-2.0.xsd diff --git a/etc/Makefile.am b/etc/Makefile.am index 6d9a8d5..8e7ab90 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2004-04-11 11:37:00 adam Exp $ +# $Id: Makefile.am,v 1.2 2004-04-19 13:42:52 adam Exp $ proxydatadir=$(datadir)/yazproxy proxydata_DATA = \ @@ -11,6 +11,8 @@ proxydata_DATA = \ config.xml \ voyager.xml \ pqf.properties \ + yazproxy.xsd \ + zeerex-2.0.xsd \ yaz-proxy.sh EXTRA_DIST = $(proxydata_DATA) diff --git a/etc/config.xml b/etc/config.xml index f225c3c..fdc229e 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -1,6 +1,6 @@ - - + + indexdata.dk 240 @@ -22,8 +22,14 @@ 0 + + + indexdata.dk + 9000 + Default + + pqf.properties - zeerex.xml localhost:9999 @@ -63,13 +69,6 @@ 2 pqf.properties - - - indexdata.dk - 9000 - Default - - diff --git a/etc/voyager.xml b/etc/voyager.xml index e59fbd4..ef07df2 100644 --- a/etc/voyager.xml +++ b/etc/voyager.xml @@ -1,6 +1,6 @@ - - + + diff --git a/etc/yazproxy.xsd b/etc/yazproxy.xsd new file mode 100644 index 0000000..1548540 --- /dev/null +++ b/etc/yazproxy.xsd @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/etc/zeerex-2.0.xsd b/etc/zeerex-2.0.xsd new file mode 100644 index 0000000..d7571d7 --- /dev/null +++ b/etc/zeerex-2.0.xsd @@ -0,0 +1,482 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4