Bug 11238: contruct links to the appropriate manual version dynamically
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / z3950servers.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Z39.50 Servers</h1>
4
5 <p>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.</p>
6
7 <p>Koha comes with a default list of Z39.50 targets set up that you can add to, edit or delete</p>
8
9 <p>To find additional targets you use IndexData's IRSpy: <a href="http://irspy.indexdata.com/" target="_top">http://irspy.indexdata.com</a></p>
10
11 <h2>Add a Z39.50 Target</h2>
12
13 <ul>
14         <li>From the main Z39.50 page, click 'New Z39.50 Server'
15 <ul>
16         <li>'Z39.50 server' should be populated with a name that will help you identify the source (such as the library name).</li>
17         <li>'Hostname' will be the address to the Z39.50 target.</li>
18         <li>'Port' tells Koha what port to listen on to get results from this target.</li>
19         <li>'Userid' and 'Password' are only required for servers that are password protected.</li>
20         <li>Check the 'Checked' box if you want this target to always be selected by default.</li>
21         <li>'Rank' lets you enter where in the list you'd like this target to appear.
22 <ul>
23         <li>If this is left blank the targets will be in alphabetical order.</li>
24 </ul>
25 </li>
26         <li>'Syntax' is the MARC flavor you use.</li>
27         <li>'Encoding' tells the system how to read special characters.</li>
28         <li>'Timeout' is helpful for targets that take a long while. You can set the timeout so that it doesn't keep trying the target if results aren't found in a reasonable amount of time.</li>
29         <li>'Record type' lets you define if this is a bibliographic or an authority target.</li>
30 </ul>
31 </li>
32 </ul>
33
34 <h2>Suggested Bibliographic Z39.50 Targets</h2>
35
36 <p>The following targets have been used successfully by other Koha libraries (in the Americas):</p>
37 <ul>
38         <li>CUYAHOGA COUNTY PUBLIC webcat.cuyahoga.lib.oh.us:210 INNOPAC</li>
39         <li>GREATER SUDBURY PUBLIC 216.223.90.51:210 INNOPAC</li>
40         <li>HALIFAX PUBLIC catalogue.halifaxpubliclibraries.ca:210 horizon</li>
41         <li>HALTON HILLS PUBLIC cat.hhpl.on.ca:210 halton_hills</li>
42         <li>LIBRARY OF CONGRESS lx2.loc.gov: 210 LCDB</li>
43         <li>LONDON PUBLIC LIBRARY catalogue.londonpubliclibrary.ca:210 INNOPAC</li>
44         <li>MANITOBA PUBLIC library.gov.mb.ca:210 horizon</li>
45         <li>MILTON PL cat.mpl.on.ca:210 horizon</li>
46         <li>NATIONAL LIBRARY OF WALES cat.llgc.org.uk:210 default</li>
47         <li>TORONTO PUBLIC symphony.torontopubliclibrary.ca:2200 unicorn</li>
48         <li>TRI-UNI 129.97.129.194:7090 voyager</li>
49         <li>VANCOUVER PUBLIC LIBRARY z3950.vpl.ca:210 Horizon</li>
50 </ul>
51
52 <h2>Suggested Authority Z39.50 Targets</h2>
53
54 <p>The following targets have been used successfully by other Koha libraries:</p>
55
56 <ul>
57         <li>LIBRARIESAUSTRALIA AUTHORITIES z3950-test.librariesaustralia.nla.gov.au:210 AuthTraining Userid: ANLEZ / Password: z39.50</li>
58         <li>LIBRARY OF CONGRESS NAME AUTHORITIES lx2.loc.gov:210 NAF</li>
59         <li>LIBRARY OF CONGRESS SUBJECT AUTHORITIES lx2.loc.gov:210 SAF</li>
60 </ul>
61 <p><strong>See the full documentation for Z39.50 Servers in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/additionaladmin.html#z3950admin">manual</a> (online).</strong></p>
62
63 [% INCLUDE 'help-bottom.inc' %]