[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 1b65217dbdf68803de38daa3cd2a28fd5a759581

Evergreen Git git at git.evergreen-ils.org
Sun Apr 27 02:50:16 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_6 has been updated
       via  1b65217dbdf68803de38daa3cd2a28fd5a759581 (commit)
       via  c3dfd70bd079ce0c286a57579cdea193178d60bd (commit)
      from  0fee7fa87e0d34cfbadd02b219e4929226169810 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1b65217dbdf68803de38daa3cd2a28fd5a759581
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Sun Apr 27 02:43:16 2014 -0400

    Library information pages
    
    Updating the linked libraries documentation to include details on the new
    library information pages introduced in 2.6.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/opac/linked_libraries.txt b/docs/opac/linked_libraries.txt
index 3bba713..56b48be 100644
--- a/docs/opac/linked_libraries.txt
+++ b/docs/opac/linked_libraries.txt
@@ -1,23 +1,47 @@
-Library Links from Copy Details
--------------------------------
+Library Information Pages
+-------------------------
 
-An Evergreen site can configure the catalog to provide links to a library's web
-site from the copy details section of the search results page, the record
-summary page, and the kids catalog record summary page. These links allow a
-patron to quickly access branch information, such as the location, hours of
-operation, and/or contact information.
+The branch name displayed in the copy details section of the search results
+page, the record summary page, and the kids catalog record summary page will
+link to a library information page. This page is located at
+http://hostname/eg/opac/library/<SHORTNAME> and at
+http://hostname/eg/opac/library/<ID>.
 
-To configure the links:
+Evergreen automatically generates this page based on information entered in
+*Admin* -> *Server Administration* -> *Organizational Units* (actor.org_unit).
+The library information pages publish schema.org structured data, which can
+enable search engines and other systems to better understand your libraries and
+their resources.
 
-. Go to *Admin* -> *Local Administration* -> *Library Settings Editor*
+The library information page displays:
+
+* The name of the library
+* Opening hours
+* E-mail address
+* Phone number
+* Mailing address
+* The branch's parent library system
+
+An Evergreen site can also display a link to the library's web site on the
+information page.
+
+To display a link:
+
+. Go to *Admin* -> *Local Administration* -> *Library Settings Editor*.
 . Edit the *Library Information URL* setting for the branch.
 [NOTE]
 If you set the URL at the system level, that URL will be used as the link for
-all child branches.
-. Enter the URL in the following format: http://example.com/about.html
-[NOTE]
-If a branch or its parent does not have a Library Information URL set, the
-branch name will display as normal text.
+the system and for all child branches that do not have its own URL set.
+. Enter the URL in the following format: http://example.com/about.html.
+
+An Evergreen site may also opt to link directly from the copy details section
+of the catalog to the library web site, bypassing the automatically-generated
+library information page. To do so:
 
+. Add the library's URL to the *Library Information URL* setting as described
+above.
+. Go to *Admin* -> *Local Administration* -> *Library Settings Editor*.
+. Set the *Use external "library information URL" in copy table, if available*
+setting to true.
 
 

commit c3dfd70bd079ce0c286a57579cdea193178d60bd
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Sun Apr 27 00:48:36 2014 -0400

    Linked libraries docs
    
    Documentation to the 2.5 feature that allows sites to add links in the
    catalog from copy details area of the catalog.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/opac/linked_libraries.txt b/docs/opac/linked_libraries.txt
new file mode 100644
index 0000000..3bba713
--- /dev/null
+++ b/docs/opac/linked_libraries.txt
@@ -0,0 +1,23 @@
+Library Links from Copy Details
+-------------------------------
+
+An Evergreen site can configure the catalog to provide links to a library's web
+site from the copy details section of the search results page, the record
+summary page, and the kids catalog record summary page. These links allow a
+patron to quickly access branch information, such as the location, hours of
+operation, and/or contact information.
+
+To configure the links:
+
+. Go to *Admin* -> *Local Administration* -> *Library Settings Editor*
+. Edit the *Library Information URL* setting for the branch.
+[NOTE]
+If you set the URL at the system level, that URL will be used as the link for
+all child branches.
+. Enter the URL in the following format: http://example.com/about.html
+[NOTE]
+If a branch or its parent does not have a Library Information URL set, the
+branch name will display as normal text.
+
+
+
diff --git a/docs/root.txt b/docs/root.txt
index 013d513..0738a29 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -384,6 +384,8 @@ include::opac/catalog_browse.txt[]
 
 include::opac/advanced_features.txt[]
 
+include::opac/linked_libraries.txt[]
+
 // Push titles down one level.
 :leveloffset: 1
 

-----------------------------------------------------------------------

Summary of changes:
 docs/opac/linked_libraries.txt |   47 ++++++++++++++++++++++++++++++++++++++++
 docs/root.txt                  |    2 +
 2 files changed, 49 insertions(+), 0 deletions(-)
 create mode 100644 docs/opac/linked_libraries.txt


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list