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

Evergreen Git git at git.evergreen-ils.org
Tue Dec 20 13:08:39 EST 2016


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  ad022e3ea5a55c363bb688068c2ad22d7e0a51c7 (commit)
      from  e5a20bcdfe028a7aef8f63e6557c2bec2344d44b (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 ad022e3ea5a55c363bb688068c2ad22d7e0a51c7
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date:   Tue Dec 20 10:07:46 2016 -0800

    fixing formatting in supercat docs
    
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/docs/development/data_supercat.txt b/docs/development/data_supercat.txt
index f0a9d17..4f3ca3b 100644
--- a/docs/development/data_supercat.txt
+++ b/docs/development/data_supercat.txt
@@ -7,7 +7,7 @@ Introduction
 You can use SuperCat to get data about ISBNs, metarecords, bibliographic
 records, and authority records.
 
-Throughout this section, replace <hostname> with the domain or subdomain
+Throughout this section, replace `<hostname>` with the domain or subdomain
 of your Evergreen installation to try these examples on your own system.
 
 ISBNs
@@ -17,7 +17,9 @@ Given one ISBN, Evergreen can return a list of related records and ISBNs,
 including alternate editions and translations.  To use the Supercat
 oISBN tool, use http or https to access the following URL.
 
+----
 http://<hostname>/opac/extras/oisbn/<ISBN_to_query>
+----
 
 For example, the URL http://gapines.org/opac/extras/oisbn/0439136350 returns
 the following list of catalog record IDs and ISBNs:
@@ -65,7 +67,9 @@ Record formats
 
 First, determine which format you'd like to receive data in.  To see the
 available formats for bibliographic records, visit 
+----
 http://<hostname>/opac/extras/supercat/formats/record
+----
 
 Similarly, authority record formats can be found at
 http://libcat.linnbenton.edu/opac/extras/supercat/formats/authority
@@ -115,7 +119,9 @@ Retrieve records
 ~~~~~~~~~~~~~~~~
 
 You can retrieve records using URLs in the following format:
+----
 http://<hostname>/opac/extras/supercat/retrieve/<format>/<record-type>/<record-ID>
+----
 
 For example, http://gapines.org/opac/extras/supercat/retrieve/mods/record/33333
 returns the following record.
@@ -202,7 +208,9 @@ Recent records
 
 SuperCat can return feeds of recently edited or created authority and bibliographic records:
 
+----
 http://<hostname>/opac/extras/feed/freshmeat/<feed-type>/<record-type>/<import-or-edit>/<limit>/<date>
+----
 
 Note the following features:
 

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

Summary of changes:
 docs/development/data_supercat.txt |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list