[open-ils-commits] [GIT] Evergreen ILS branch master updated. 510e9383617dabecc5ef7855e5f897c666c58a85
Evergreen Git
git at git.evergreen-ils.org
Tue Dec 20 13:08:00 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, master has been updated
via 510e9383617dabecc5ef7855e5f897c666c58a85 (commit)
from 19b55c3a2d10bad4dfa2c84ea2397814f037e9e9 (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 510e9383617dabecc5ef7855e5f897c666c58a85
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