From 753e200acd8a8a5a3f25701cfd7cc7e424a3faf1 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 26 Aug 2014 17:06:57 +0200 Subject: [PATCH] Bug 12828: Update Z39.50/SRU online help Content-Type: text/plain; charset=utf-8 Test plan: Go to Z39.50/SRU servers, click Help and read the text. --- .../prog/en/modules/help/admin/z3950servers.tt | 51 +++++++++++++------- 1 files changed, 34 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt index ad5829f..add2483 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt @@ -1,35 +1,52 @@ [% INCLUDE 'help-top.inc' %] -

Z39.50 Servers

+

Z39.50/SRU Servers

-

Z39.50 is a client–server protocol for searching and retrieving information from remote computer databases, in short it's a tool used for copy cataloging. Using Koha you can connect to any Z39.50 target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source.

+

Z39.50 and SRU are client–server protocols for searching and retrieving information from remote computer databases, in short tools used for copy cataloging. Using Koha you can connect to any Z39.50/SRU target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source. (Note that not all SRU targets will offer bibliographic information in MARC format.)

-

Koha comes with a default list of Z39.50 targets set up that you can add to, edit or delete

+

Koha comes with a default list of Z39.50/SRU targets set up that you can add to, edit or delete.

-

To find additional targets you use IndexData's IRSpy: http://irspy.indexdata.com

+

To find additional targets you use IndexData's IRSpy: http://irspy.indexdata.com.

-

Add a Z39.50 Target

+

Add a Z39.50/SRU Target

+

From the main Z39.50/SRU page, click 'New Z39.50 Server' or 'New SRU server'.

+ +

SRU example

+

If you want to enter the Library of Congress SRU server, you should at least use the following information. The full URL http://lx2.loc.gov:210/LCDB must be entered as follows:

+ + + + + + +
Hostlx2.loc.gov
Port210
DatabaseLCDB
SyntaxMARC21/USMARC
Encodingutf8
+

To further refine your searches, you could add the following index names to the SRU search field mappings. To do this, edit the server and click the Modify button next to this field.

+ + + + + + + + +
Titledc.title
ISBNbath.isbn
Anycql.anywhere
Authordc.author
ISSNbath.issn
Subjectdc.subject
Standard IDbath.standardIdentifier

Suggested Bibliographic Z39.50 Targets

@@ -58,6 +75,6 @@
  • LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF
  • LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF
  • -

    See the full documentation for Z39.50 Servers in the manual (online).

    +

    See the full documentation for Z39.50/SRU Servers in the manual (online).

    [% INCLUDE 'help-bottom.inc' %] -- 1.7.7.6