[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. ad208b2f2cd88bcd60b5dd79d31f2d49560f9927
Evergreen Git
git at git.evergreen-ils.org
Mon Oct 27 17:11:09 EDT 2014
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_7 has been updated
via ad208b2f2cd88bcd60b5dd79d31f2d49560f9927 (commit)
from 102c78dc275b1cfe53793ac21e577ae89ad601ae (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 ad208b2f2cd88bcd60b5dd79d31f2d49560f9927
Author: Dananji Liyanage <dananji.9131 at gmail.com>
Date: Mon Oct 27 17:08:42 2014 -0400
Docs: add default icon definitions LP#1371598
Documents the default icon definitions that are included with a stock Evergreen install.
Signed-off-by: Yamil Suarez <yamil at yamil.com>
diff --git a/docs/admin/MARC_RAD_MVF_CRA.txt b/docs/admin/MARC_RAD_MVF_CRA.txt
index db15401..ffb095f 100644
--- a/docs/admin/MARC_RAD_MVF_CRA.txt
+++ b/docs/admin/MARC_RAD_MVF_CRA.txt
@@ -78,3 +78,122 @@ To modify the *Composite Attribute Entry Definition*:
image::media/modifycde_7.jpg[]
+Search and Icon Formats
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Search and Icon Formats
++++++++++++++++++++++++
+
+The table below shows all the search and icon formats. In some cases they vary slightly, with the icon format being more restrictive. This is so that things such as a search for "All Books" will include Large Print books yet Large Print books will not show both a "Book" and "Large Print Book" icon.
+
+In the table below "Icon Format Only" portions of the definition are italicized and in square brackets: [_Icon format only data_]
+
+The definitions use the <<anchor-1,fixed field types>> at the end of this document.
+
+[width="60%", cols="<,<,<"]
+|====
+|*Icon* |*Search Label/Icon Label* |*Definition*
+|image:media/blu-ray.png[] | Blu-ray | VR Format:s
+|image:media/book.png[] | All books/Book | Item Type: a,t
+
+Bib Level: a,c,d,m
+
+NOT: Item Form: a,b,c,f,o,q,r,s _[,d]_
+|image:media/braille.png[] | Braille | Item Type: a
+
+Item Form: f
+|image:media/casaudiobook.png[] | Cassette audiobook | Item Type: i
+
+SR Format: l
+|image:media/casmusic.png[] | Audiocassette music recording | Item Type: j
+
+SR Format: l
+|image:media/cdaudiobook.png[] | CD audiobook | Item Type: i
+
+SR Format: f
+|image:media/cdmusic.png[] | CD music recording | Item Type: j
+
+SR Format: f
+|image:media/dvd.png[] | DVD | VR Format: v
+|image:media/eaudio.png[] | E-audio | Item Type: i
+
+Item Form: o,q,s
+|image:media/ebook.png[]| E-book | Item Type: a,t
+
+Bib Level: a,c,d,m
+
+Item Form: o,q,s
+|image:media/equip.png[] | Equipment, games, toys | Item Type: r
+|image:media/evideo.png[] | E-video | Item Type: g
+
+Item Form: o,q,s
+|image:media/kit.png[] | Kit | Item Type: o,p
+|image:media/lpbook.png[] | Large print book | Item Type: a,t
+
+Bib Level: a,c,d,m
+
+Item Form: d
+|image:media/map.png[] | Map | Item Type: e,f
+|image:media/microform.png[] | Microform | Item Form: a,b,c
+|image:media/music.png[] | All music/Music sound recording (unknown format) | Item Type: j
+
+_[NOT: SR Format: a,b,c,d,e,f,l]_
+|image:media/phonomusic.png[] | Phonograph music recording | Item Type: j
+
+SR Format: a,b,c,d,e
+|image:media/phonospoken.png[] | Phonograph spoken recording | Item Type: i
+
+SR Format: a,b,c,d,e
+|image:media/picture.png[] | Picture | Item type: k
+|image:media/score.png[] | Music score | Item type: c,d
+|image:media/serial.png[] | Serials and magazines | Bib Level: b,s
+|image:media/software.png[] | Software and video games | Item Type: m
+|image:media/vhs.png[] | VHS | VR Format: b
+|====
+
+[[anchor-2]]
+Record Types
+++++++++++++
+
+This table shows the record types currently used in determining elements of search and icon formats. They are based on a combination of the MARC Record Type (LDR 06) and Bibliographic Level (LDR 07) fixed fields.
+
+[width="30%", cols="<,<,<"]
+|====
+| *Record Type* | *LDR 06* | *LDR 07*
+| BKS | a,t | a,c,d,m
+| MAP | e,f | a,b,c,d,i,m,s
+| MIX | p | c,d,i
+| REC | i,j | a,b,c,d,i,m,s
+| SCO | c,d | a,b,c,d,i,m,s
+| SER | a | b,i,s
+| VIS | g,k,r,o | a,b,c,d,i,m,s
+|====
+
+[[anchor-1]]
+Fixed Field Types
++++++++++++++++++
+This table details the fixed field types currently used for determining search and icon formats. See the <<anchor-2,record types>> section above for how the system determines them.
+
+[width="40%", cols="<,<,<,<"]
+|====
+| *Label* | *Record Type* | *Tag* | *Position*
+|Item Type | ANY | LDR | 06
+|Bib Level | ANY | LDR | 07
+.14+^.^| Item Format .2+^.^| BKS | 006 | 06
+| 008 | 23
+.2+^.^| MAP | 006 | 12
+|008 | 29
+.2+^.^| MIX | 006 | 06
+| 008 | 23
+.2+^.^| REC | 006 | 06
+| 008 | 23
+.2+^.^| SCO | 006 |06
+| 008 | 23
+.2+^.^| SER | 006 | 06
+| 008 | 23
+.2+^.^| VIS | 006 | 12
+| 008 | 29
+| SR Format | ANY | 007s | 03
+| VR Format | ANY | 007v | 04
+|====
+
diff --git a/docs/media/blu-ray.png b/docs/media/blu-ray.png
new file mode 100644
index 0000000..d44dfe8
Binary files /dev/null and b/docs/media/blu-ray.png differ
diff --git a/docs/media/book.png b/docs/media/book.png
new file mode 100644
index 0000000..2800684
Binary files /dev/null and b/docs/media/book.png differ
diff --git a/docs/media/braille.png b/docs/media/braille.png
new file mode 100644
index 0000000..693d937
Binary files /dev/null and b/docs/media/braille.png differ
diff --git a/docs/media/casaudiobook.png b/docs/media/casaudiobook.png
new file mode 100644
index 0000000..8352607
Binary files /dev/null and b/docs/media/casaudiobook.png differ
diff --git a/docs/media/casmusic.png b/docs/media/casmusic.png
new file mode 100644
index 0000000..f52327c
Binary files /dev/null and b/docs/media/casmusic.png differ
diff --git a/docs/media/cdaudiobook.png b/docs/media/cdaudiobook.png
new file mode 100644
index 0000000..03d710c
Binary files /dev/null and b/docs/media/cdaudiobook.png differ
diff --git a/docs/media/cdmusic.png b/docs/media/cdmusic.png
new file mode 100644
index 0000000..be5e341
Binary files /dev/null and b/docs/media/cdmusic.png differ
diff --git a/docs/media/dvd.png b/docs/media/dvd.png
new file mode 100644
index 0000000..b7222a8
Binary files /dev/null and b/docs/media/dvd.png differ
diff --git a/docs/media/eaudio.png b/docs/media/eaudio.png
new file mode 100644
index 0000000..d3f289d
Binary files /dev/null and b/docs/media/eaudio.png differ
diff --git a/docs/media/ebook.png b/docs/media/ebook.png
new file mode 100644
index 0000000..e07e467
Binary files /dev/null and b/docs/media/ebook.png differ
diff --git a/docs/media/equip.png b/docs/media/equip.png
new file mode 100644
index 0000000..39484cb
Binary files /dev/null and b/docs/media/equip.png differ
diff --git a/docs/media/evideo.png b/docs/media/evideo.png
new file mode 100644
index 0000000..f8788ea
Binary files /dev/null and b/docs/media/evideo.png differ
diff --git a/docs/media/kit.png b/docs/media/kit.png
new file mode 100644
index 0000000..7b76d03
Binary files /dev/null and b/docs/media/kit.png differ
diff --git a/docs/media/lpbook.png b/docs/media/lpbook.png
new file mode 100644
index 0000000..1c2c44a
Binary files /dev/null and b/docs/media/lpbook.png differ
diff --git a/docs/media/map.png b/docs/media/map.png
new file mode 100644
index 0000000..f9f8047
Binary files /dev/null and b/docs/media/map.png differ
diff --git a/docs/media/microform.png b/docs/media/microform.png
new file mode 100644
index 0000000..6c4b2e1
Binary files /dev/null and b/docs/media/microform.png differ
diff --git a/docs/media/music.png b/docs/media/music.png
new file mode 100644
index 0000000..132ca40
Binary files /dev/null and b/docs/media/music.png differ
diff --git a/docs/media/phonomusic.png b/docs/media/phonomusic.png
new file mode 100644
index 0000000..0f21dd2
Binary files /dev/null and b/docs/media/phonomusic.png differ
diff --git a/docs/media/phonospoken.png b/docs/media/phonospoken.png
new file mode 100644
index 0000000..32341cb
Binary files /dev/null and b/docs/media/phonospoken.png differ
diff --git a/docs/media/picture.png b/docs/media/picture.png
new file mode 100644
index 0000000..e523300
Binary files /dev/null and b/docs/media/picture.png differ
diff --git a/docs/media/score.png b/docs/media/score.png
new file mode 100644
index 0000000..f7b5c7b
Binary files /dev/null and b/docs/media/score.png differ
diff --git a/docs/media/serial.png b/docs/media/serial.png
new file mode 100644
index 0000000..ab751d5
Binary files /dev/null and b/docs/media/serial.png differ
diff --git a/docs/media/software.png b/docs/media/software.png
new file mode 100644
index 0000000..a347513
Binary files /dev/null and b/docs/media/software.png differ
diff --git a/docs/media/vhs.png b/docs/media/vhs.png
new file mode 100644
index 0000000..3cd6780
Binary files /dev/null and b/docs/media/vhs.png differ
-----------------------------------------------------------------------
Summary of changes:
docs/admin/MARC_RAD_MVF_CRA.txt | 119 ++++++++++++++++++++
.../icon_format => docs/media}/blu-ray.png | Bin 1694 -> 1694 bytes
.../icon_format => docs/media}/book.png | Bin 1538 -> 1538 bytes
.../icon_format => docs/media}/braille.png | Bin 1097 -> 1097 bytes
.../icon_format => docs/media}/casaudiobook.png | Bin 1309 -> 1309 bytes
.../icon_format => docs/media}/casmusic.png | Bin 1094 -> 1094 bytes
.../icon_format => docs/media}/cdaudiobook.png | Bin 1322 -> 1322 bytes
.../icon_format => docs/media}/cdmusic.png | Bin 1533 -> 1533 bytes
.../icon_format => docs/media}/dvd.png | Bin 1588 -> 1588 bytes
.../icon_format => docs/media}/eaudio.png | Bin 1100 -> 1100 bytes
.../icon_format => docs/media}/ebook.png | Bin 1082 -> 1082 bytes
.../icon_format => docs/media}/equip.png | Bin 1439 -> 1439 bytes
.../icon_format => docs/media}/evideo.png | Bin 1090 -> 1090 bytes
.../icon_format => docs/media}/kit.png | Bin 1392 -> 1392 bytes
.../icon_format => docs/media}/lpbook.png | Bin 1478 -> 1478 bytes
.../icon_format => docs/media}/map.png | Bin 1324 -> 1324 bytes
.../icon_format => docs/media}/microform.png | Bin 1569 -> 1569 bytes
.../icon_format => docs/media}/music.png | Bin 1112 -> 1112 bytes
.../icon_format => docs/media}/phonomusic.png | Bin 4197 -> 4197 bytes
.../icon_format => docs/media}/phonospoken.png | Bin 1485 -> 1485 bytes
.../icon_format => docs/media}/picture.png | Bin 891 -> 891 bytes
.../icon_format => docs/media}/score.png | Bin 1724 -> 1724 bytes
.../icon_format => docs/media}/serial.png | Bin 1372 -> 1372 bytes
.../icon_format => docs/media}/software.png | Bin 955 -> 955 bytes
.../icon_format => docs/media}/vhs.png | Bin 3564 -> 3564 bytes
25 files changed, 119 insertions(+), 0 deletions(-)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/blu-ray.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/book.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/braille.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/casaudiobook.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/casmusic.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/cdaudiobook.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/cdmusic.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/dvd.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/eaudio.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/ebook.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/equip.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/evideo.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/kit.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/lpbook.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/map.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/microform.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/music.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/phonomusic.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/phonospoken.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/picture.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/score.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/serial.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/software.png (100%)
copy {Open-ILS/web/images/format_icons/icon_format => docs/media}/vhs.png (100%)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list