[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. 5b8a13b88ff3484c107a17d306a1a007769f5383

Evergreen Git git at git.evergreen-ils.org
Thu Sep 7 12:56:14 EDT 2017


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_11 has been updated
       via  5b8a13b88ff3484c107a17d306a1a007769f5383 (commit)
       via  d3c081052d2abcbf0e4144b30555fe0a3074d5b7 (commit)
      from  bddd59e569a5865ba7cdbac01b9564a1601ee14a (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 5b8a13b88ff3484c107a17d306a1a007769f5383
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Thu Sep 7 09:54:46 2017 -0700

    Docs: making support scripts adoc formatting more consistent, adding marc stream importer docs
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/development/support_scripts.adoc b/docs/development/support_scripts.adoc
index 982f839..fe5fbaf 100644
--- a/docs/development/support_scripts.adoc
+++ b/docs/development/support_scripts.adoc
@@ -1,4 +1,5 @@
-== Support Scripts
+Support Scripts
+---------------
 
 Various scripts are included with Evergreen in the `/openils/bin/` directory
 (and in the source code in `Open-ILS/src/support-scripts` and
@@ -56,7 +57,8 @@ to more thorough documentation, if available.
 
 anchor:_marc_export[]
 
-=== marc_export: Exporting Bibliographic Records into MARC files
+marc_export: Exporting Bibliographic Records into MARC files
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 indexterm:[marc_export]
 
@@ -126,7 +128,8 @@ For more information, run marc_export with the -h option:
 
 
 
-=== Importing Authority Records from Command Line
+Importing Authority Records from Command Line
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 indexterm:[marc2are.pl]
 indexterm:[pg_loader.pl]
@@ -176,4 +179,28 @@ that command looks like:
 psql -U evergreen -h localhost -d evergreen -f pg_loader-output.sql
 ----
 
+MARC Stream Importer
+~~~~~~~~~~~~~~~~~~~~
+
+The MARC Stream Importer can import authority records or bibliographic records.
+A single running instance of the script can import either type of record, based
+on the record leader.
+
+This support script has its own configuration file, _marc_stream_importer.conf_, 
+which includes settings related to logs, ports, uses, and access control.
+
+The importer is even more flexible than the staff client import, including the
+following options:
+
+ * _--bib-auto-overlay-exact_ and _--auth-auto-overlay-exact_: overlay/merge on
+exact 901c matches
+ * _--bib-auto-overlay-1match_ and _--auth-auto-overlay-1match_: overlay/merge
+when exactly one match is found
+ * _--bib-auto-overlay-best-match_ and _--auth-auto-overlay-best-match_:
+overlay/merge on best match
+ * _--bib-import-no-match_ and _--auth-import-no-match_: import when no match
+is found
+
+One advantage to using this tool instead of the staff client Import interface
+is that the MARC Stream Importer can load a group of files at once.
 

commit d3c081052d2abcbf0e4144b30555fe0a3074d5b7
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Thu Sep 7 09:27:51 2017 -0700

    Docs: updates to My Lists in patron account docs
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/opac/my_lists.adoc b/docs/opac/my_lists.adoc
index a45f29d..f949bf9 100644
--- a/docs/opac/my_lists.adoc
+++ b/docs/opac/my_lists.adoc
@@ -7,7 +7,8 @@ There is now a direct link to *My Lists* from the *My Account* area in the top r
 
 image::media/My_Lists.png[My Lists]
 
-*Create New Lists*
+Create New Lists
+~~~~~~~~~~~~~~~~
 
 1) Log in to your account in the OPAC.
 
@@ -61,9 +62,10 @@ image::media/My_Lists7.jpg[My_Lists7]
 16) When you no longer need a list, click *Delete List*. 
 
 
-*Local Call Number in My Lists*
+Local Call Number in My Lists
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-As of Evergreen version 2.4, when a title is added to a list in the TPAC, a local call number will be displayed in the list to assist patrons in locating the physical item.  Evergreen will look at the following locations to identify the most relevant call number to display in the list:  
+When a title is added to a list in the TPAC, a local call number will be displayed in the list to assist patrons in locating the physical item.  Evergreen will look at the following locations to identify the most relevant call number to display in the list:  
 
 1)	Physical location - the physical library location where the search takes place
 
@@ -76,3 +78,9 @@ The call number that is displayed will be the most relevant call number to the s
 The local call number and associated library location will appear in the list:
 
 image::media/my_list_call_numbers.png[Local Call Number in List]
+
+My Lists Preferences
+~~~~~~~~~~~~~~~~~~~~
+
+Patrons can adjust the number of lists or list items displayed in a page.  This setting can be found under the *Account Preferences* tab, in the *My Lists Preferences* section.
+

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

Summary of changes:
 docs/development/support_scripts.adoc |   33 ++++++++++++++++++++++++++++++---
 docs/opac/my_lists.adoc               |   14 +++++++++++---
 2 files changed, 41 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list