[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7a9667a720de56bff4e3a1887ede7fb88aa5348a
Evergreen Git
git at git.evergreen-ils.org
Wed Nov 29 15:33:56 EST 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, master has been updated
via 7a9667a720de56bff4e3a1887ede7fb88aa5348a (commit)
from 410dce96c6b2ae891386e7da4f0d40f78f2d9d63 (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 7a9667a720de56bff4e3a1887ede7fb88aa5348a
Author: Dan Scott <dscott at laurentian.ca>
Date: Wed Nov 29 15:31:26 2017 -0500
2nd level of bullets requires '**'
The Asciidoc for this file had two levels of indentations for the
intended bulleted list, but bullet indentation levels are set by
the number of asterisks:
* = 1st level
** = 2nd level
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/docs/development/data_unapi.adoc b/docs/development/data_unapi.adoc
index f4e8db5..24d2d0e 100644
--- a/docs/development/data_unapi.adoc
+++ b/docs/development/data_unapi.adoc
@@ -16,35 +16,35 @@ following form:
* +tag::U2 at +
* followed by class name, which may be
- * +bre+ (bibs)
- * +biblio_record_entry_feed+ (multiple bibs)
- * +acl+ (copy locations)
- * +acn+ (volumes)
- * +acnp+ (call number prefixes)
- * +acns+ (call number suffixes)
- * +acp+ (copies)
- * +acpn+ (copy notes)
- * +aou+ (org units)
- * +ascecm+ (copy stat cat entries)
- * +auri+ (located URIs)
- * +bmp+ (monographic parts)
- * +cbs+ (bib sources)
- * +ccs+ (copy statuses)
- * +circ+ (loan checkout and due dates)
- * +holdings_xml+ (holdings)
- * +mmr+ (metarecords)
- * +mmr_holdings_xml+ (metarecords with holdings)
- * +mmr_mra+ (metarecords with record attributes)
- * +mra+ (record attributes)
- * +sbsum+ (serial basic summaries)
- * +sdist+ (serial distributions)
- * +siss+ (serial issues)
- * +sisum+ (serial index summaries)
- * +sitem+ (serial items)
- * +sssum+ (serial supplement summaries)
- * +sstr+ (serial streams)
- * +ssub+ (serial subscriptions)
- * +sunit+ (serial units)
+ ** +bre+ (bibs)
+ ** +biblio_record_entry_feed+ (multiple bibs)
+ ** +acl+ (copy locations)
+ ** +acn+ (volumes)
+ ** +acnp+ (call number prefixes)
+ ** +acns+ (call number suffixes)
+ ** +acp+ (copies)
+ ** +acpn+ (copy notes)
+ ** +aou+ (org units)
+ ** +ascecm+ (copy stat cat entries)
+ ** +auri+ (located URIs)
+ ** +bmp+ (monographic parts)
+ ** +cbs+ (bib sources)
+ ** +ccs+ (copy statuses)
+ ** +circ+ (loan checkout and due dates)
+ ** +holdings_xml+ (holdings)
+ ** +mmr+ (metarecords)
+ ** +mmr_holdings_xml+ (metarecords with holdings)
+ ** +mmr_mra+ (metarecords with record attributes)
+ ** +mra+ (record attributes)
+ ** +sbsum+ (serial basic summaries)
+ ** +sdist+ (serial distributions)
+ ** +siss+ (serial issues)
+ ** +sisum+ (serial index summaries)
+ ** +sitem+ (serial items)
+ ** +sssum+ (serial supplement summaries)
+ ** +sstr+ (serial streams)
+ ** +ssub+ (serial subscriptions)
+ ** +sunit+ (serial units)
* followed by +/+
* followed by a record identifier (or in the case of
the +biblio_record_entry_feed+ class, multiple IDs separated
@@ -53,7 +53,7 @@ following form:
* followed, optionally, by a comma-separated list of "includes"
enclosed in curly brackets. The list of includes is
the same as the list of classes with the following addition:
- * +bre.extern+ (information from the non-MARC parts of a bib
+ ** +bre.extern+ (information from the non-MARC parts of a bib
record)
* followed, optionally, by +/+ and org unit; "-" signifies
the top of the org unit tree
-----------------------------------------------------------------------
Summary of changes:
docs/development/data_unapi.adoc | 60 +++++++++++++++++++-------------------
1 files changed, 30 insertions(+), 30 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list