]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/opac/linked_libraries.txt
Fix for docs on library information pages
[working/Evergreen.git] / docs / opac / linked_libraries.txt
1 Library Information Pages
2 -------------------------
3
4 The branch name displayed in the copy details section of the search results
5 page, the record summary page, and the kids catalog record summary page will
6 link to a library information page. This page is located at
7 `http://hostname/eg/opac/library/<SHORTNAME>` and at
8 `http://hostname/eg/opac/library/<ID>`.
9
10 Evergreen automatically generates this page based on information entered in
11 *Admin* -> *Server Administration* -> *Organizational Units* (actor.org_unit).
12 The library information pages publish schema.org structured data, which can
13 enable search engines and other systems to better understand your libraries and
14 their resources.
15
16 The library information page displays:
17
18 * The name of the library
19 * Opening hours
20 * E-mail address
21 * Phone number
22 * Mailing address
23 * The branch's parent library system
24
25 An Evergreen site can also display a link to the library's web site on the
26 information page.
27
28 To display a link:
29
30 . Go to *Admin* -> *Local Administration* -> *Library Settings Editor*.
31 . Edit the *Library Information URL* setting for the branch.
32 [NOTE]
33 If you set the URL at the system level, that URL will be used as the link for
34 the system and for all child branches that do not have its own URL set.
35 . Enter the URL in the following format: http://example.com/about.html.
36
37 An Evergreen site may also opt to link directly from the copy details section
38 of the catalog to the library web site, bypassing the automatically-generated
39 library information page. To do so:
40
41 . Add the library's URL to the *Library Information URL* setting as described
42 above.
43 . Go to *Admin* -> *Local Administration* -> *Library Settings Editor*.
44 . Set the *Use external "library information URL" in copy table, if available*
45 setting to true.
46
47