From: Dan Scott Date: Wed, 15 Jan 2014 03:12:16 +0000 (-0500) Subject: Release notes for the TPAC library web pages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=46f49173b6a08f4c7b755de728edbe6bafb9879a;p=evergreen%2Fmasslnc.git Release notes for the TPAC library web pages Signed-off-by: Dan Scott Signed-off-by: Dan Wells --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/TPAC_library_pages.txt b/docs/RELEASE_NOTES_NEXT/OPAC/TPAC_library_pages.txt new file mode 100644 index 0000000000..e9f08b0cd2 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/TPAC_library_pages.txt @@ -0,0 +1,33 @@ += TPAC library pages = + +This feature adds one web page per library in the system to the TPAC at +http://hostname/eg/opac/library/ and +http://hostname/eg/opac/library/. The pages publish the following +information from Evergreen (if available): + +* Name of the library +* Link to the lbrary web site (from `Library Information URL` library setting) +* Opening hours +* Email address +* Phone number +* Mailing address +* Link to parent library (if applicable) + +Library pages are linked from the copy table on the record details page. + +== Structured data == + +The library web pages publish schema.org structured data, which can enable +search engines and other systems to better understand your libraries and their +resources. + +== Upgrade notes == + +Evergreen 2.5 introduced the `Library information URL` library setting to +associate a web page with a library. If set, this value was used as the target +of the library link in the copy table on the record details page. However, the +new default behavior is to link to the automatically generated TPAC library +page, which in turn links to the external web site. + +If you wish to maintain the previous behavior, you can set the `Use external +library information URL` library setting to `True`.