From 88ae89d44e94fb935ec29b4755959332e9116aac Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 28 Feb 2013 16:11:00 +0100 Subject: [PATCH] Doc update for USEMARCON support --- doc/book.xml | 27 ++++++++++++++++++++++++++- doc/record_transform.xml | 34 +++++++++++++++++++++++++++++----- 2 files changed, 55 insertions(+), 6 deletions(-) diff --git a/doc/book.xml b/doc/book.xml index 3d1587b..8eaa1af 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -169,6 +169,11 @@ Microsoft Visual Studio 2003/2005/2008. + + As an option, Metaproxy may also be compiled with + USEMARCON support which allows for + MARC conversions for the filter. +
Installation on Unix (from Source) @@ -178,6 +183,14 @@ installed as development packages use those (and omit compilation). + + + USEMARCON is not available + as a package at the moment, so Metaproxy must be built from source + if that is to be used. + + +
Libxml2/libxslt @@ -200,6 +213,18 @@ make install
+
+ USEMARCON (optional) + + gunzip -c usemarcon317.tar.gz|tar xf - + cd usemarcon317 + ./configure + make + su + make install + +
+
YAZ/YAZ++ @@ -276,7 +301,7 @@ All dependencies for Metaproxy are available as Debian - packages for the sarge (stable in 2005) and etch (testing in 2005) + packages for the squeeze (stable in 2012) and wheezy (testing in 2012) distributions. diff --git a/doc/record_transform.xml b/doc/record_transform.xml index 15e1055..c490d56 100644 --- a/doc/record_transform.xml +++ b/doc/record_transform.xml @@ -49,14 +49,33 @@ Retrieval Facility section of the YAZ manual. + + From Metaproxy version 1.3.26 and onwards the backend conversion ma + also use USEMARCON. + If USEMARCON is enabled, the backend may include + a usemarcon element with two attributes: + stage1 and stage2 that points to + conversion files as interpreted by USEMARCON. One or both must be given. + SCHEMA - - + + Schema is in two parts.. One for the filter itself and one for the + retrieval info. + + + + + + + EXAMPLES @@ -84,6 +103,11 @@ + + + + + ]]> -- 1.7.10.4