[open-ils-commits] [GIT] Evergreen ILS branch master updated. 096ccb58572377bc12a8cef7fefcb362af19a748

Evergreen Git git at git.evergreen-ils.org
Tue Apr 2 15:26:28 EDT 2013


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, master has been updated
       via  096ccb58572377bc12a8cef7fefcb362af19a748 (commit)
      from  22aad90045c9d747f0315594e373f1d4df147e60 (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 096ccb58572377bc12a8cef7fefcb362af19a748
Author: ESI <info at esilibrary.com>
Date:   Tue Apr 2 15:24:57 2013 -0400

    Documentation: Add link checker documentation.
    
    Signed-off-by: Robert Soulliere <robert.soulliere at mohawkcollege.ca>

diff --git a/docs/cataloging/link_checker.txt b/docs/cataloging/link_checker.txt
new file mode 100644
index 0000000..41d29ed
--- /dev/null
+++ b/docs/cataloging/link_checker.txt
@@ -0,0 +1,84 @@
+Link Checker
+------------
+
+The Link Checker enables you to verify the validity of URLs stored in MARC records.  
+The ability to verify URLs would benefit locations with large electronic resource collections.
+
+Search for URLs
+~~~~~~~~~~~~~~~
+
+Search for MARC records that contain URLs that you want to verify.
+
+. Click *Cataloging* -> *Link Checker*.
+. Click *New Link Checker Session*.
+. Create a session name.  Note that each session must have a unique name.
+. Select a search scope from the drop down menu. Records that would be retrieved by searching 
+Example Branch 1 (BR1) in an OPAC search would also be retrieved here.  For example, 
+a record that describes an electronic resource with a URL in the 856 $u and an org unit code, 
+such as BR1, in the 856 $9, would be retrieved by a search of relevant keywords.  Also, records 
+that contain a URL without the $9 subfield, but also have physical copies at BR1, would be 
+retrieved.  Note that you can skip this step if you enter the org unit code of the location 
+that you want to search in the *Search* field.
+. Enter search terms to retrieve records with URLs that you want to verify.  You can also add 
+a location filter, such as BR1.
+. You may further limit your search by selecting a saved search.  Saved searches are filters made 
+up of specific criteria, such as shelving location or audience.  Adding a saved search to your 
+keyword search will narrow your search for records with URLs.  This step is optional.
+. Enter tags and subfields that contain URLs in the appropriate boxes.  Click *Add* after you enter 
+the data in the fields.  You can add multiple tags and subfields by repeating this process. Evergreen 
+will search for records that match your search terms, and then, from the set that it retrieves, it 
+will extract any URLs from all of the tag/subfield locations you have specified for the session.
+. To view and manually verify the URLs that Evergreen retrieves, leave the *Process Immediately* button 
+unchecked.  If you want Evergreen to automatically verify the URLs that it retrieves, then check the box to *Process Immediately*.
+. Click *Begin* to process your search.
+
+image::media/Link_Checker1.jpg[Link_Checker1]   
+
+   
+View Your Results
+~~~~~~~~~~~~~~~~~
+
+If you do not click *Process Immediately*, then you must select the links that you want to verify, and click 
+*Verify Selected URLs*.  If you click *Process Immediately*, then you skip this step, and Evergreen 
+jumps directly to the results of the verification attempts as seen in the next step.
+
+image::media/Link_Checker2.jpg[Link_Checker2]   
+
+Evergreen displays the results of the verification attempts, including the tags that you searched, 
+the URLs that Evergreen retrieved, the Bib Record ID, the request and result time, and the result code and text.
+
+image::media/Link_Checker6.jpg[Link_Checker6]  
+
+Manage Your Sessions
+~~~~~~~~~~~~~~~~~~~~
+
+Edit Columns
+^^^^^^^^^^^^
+
+You can use the *Column Picker* to add and remove columns on any of the *Link Checker* interfaces.  
+To access the *Column Picker*, right click on any of the column headings.  The columns are saved to your user account.
+  
+
+Clone Sessions
+^^^^^^^^^^^^^^
+
+You can clone sessions that you run frequently or that have frequently-used parameters that 
+need only minor adjustments to create new searches.  To clone a session:
+
+. Click *Cataloging* -> *Link Checker*.
+. In the Session ID column, click *Clone*.  A copy of the parameters of that search will appear.
+
+
+View Verification Attempts
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+To view the results of a verification attempt after you have closed the session, click *Cataloging* -> *Link Checker*.  
+Your link checker sessions appear in a list.  To view the results of a session, click the *Open* link in the Session ID column.  
+
+Click *Filter* to refine the results on this page.  To add a filter:
+
+. Select a column from the first drop down menu.
+. Select an operator from the second drop down menu.
+. A third field will appear.  Enter the appropriate text.
+. Click *Apply* to apply the filter to your current results.  Click *Save Filters* to save the filter to your user account for later use.  
+
diff --git a/docs/media/Link_Checker1.jpg b/docs/media/Link_Checker1.jpg
new file mode 100644
index 0000000..b703b63
Binary files /dev/null and b/docs/media/Link_Checker1.jpg differ
diff --git a/docs/media/Link_Checker2.jpg b/docs/media/Link_Checker2.jpg
new file mode 100644
index 0000000..6477f42
Binary files /dev/null and b/docs/media/Link_Checker2.jpg differ
diff --git a/docs/media/Link_Checker6.jpg b/docs/media/Link_Checker6.jpg
new file mode 100644
index 0000000..e4222a1
Binary files /dev/null and b/docs/media/Link_Checker6.jpg differ
diff --git a/docs/root.txt b/docs/root.txt
index 4cd8b95..6ec2585 100644
--- a/docs/root.txt
+++ b/docs/root.txt
@@ -255,6 +255,8 @@ include::cataloging/monograph_parts.txt[]
 
 include::cataloging/conjoined_items.txt[]
 
+include::cataloging/link_checker.txt[]
+
 
 Serials
 =======

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

Summary of changes:
 docs/cataloging/link_checker.txt |   84 ++++++++++++++++++++++++++++++++++++++
 docs/media/Link_Checker1.jpg     |  Bin 0 -> 61899 bytes
 docs/media/Link_Checker2.jpg     |  Bin 0 -> 173954 bytes
 docs/media/Link_Checker6.jpg     |  Bin 0 -> 168025 bytes
 docs/root.txt                    |    2 +
 5 files changed, 86 insertions(+), 0 deletions(-)
 create mode 100644 docs/cataloging/link_checker.txt
 create mode 100644 docs/media/Link_Checker1.jpg
 create mode 100644 docs/media/Link_Checker2.jpg
 create mode 100644 docs/media/Link_Checker6.jpg


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list