]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/OPAC/TPAC_library_pages.txt
Release notes for the TPAC library web pages
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / OPAC / TPAC_library_pages.txt
1 = TPAC library pages =
2
3 This feature adds one web page per library in the system to the TPAC at
4 http://hostname/eg/opac/library/<SHORTNAME> and
5 http://hostname/eg/opac/library/<ID>. The pages publish the following
6 information from Evergreen (if available):
7
8 * Name of the library
9 * Link to the lbrary web site (from `Library Information URL` library setting)
10 * Opening hours
11 * Email address
12 * Phone number
13 * Mailing address
14 * Link to parent library (if applicable)
15
16 Library pages are linked from the copy table on the record details page.
17
18 == Structured data ==
19
20 The library web pages publish schema.org structured data, which can enable
21 search engines and other systems to better understand your libraries and their
22 resources.
23
24 == Upgrade notes ==
25
26 Evergreen 2.5 introduced the `Library information URL` library setting to
27 associate a web page with a library. If set, this value was used as the target
28 of the library link in the copy table on the record details page. However, the
29 new default behavior is to link to the automatically generated TPAC library
30 page, which in turn links to the external web site.
31
32 If you wish to maintain the previous behavior, you can set the `Use external
33 library information URL` library setting to `True`.