Bugzilla – Attachment 70588 Details for
Bug 19833
Disambiguation of "biblio", "biblio record" and "bibliographic record"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19833: Kill the "biblios" part 1 of the help
Bug-19833-Kill-the-biblios-part-1-of-the-help.patch (text/plain), 8.26 KB, created by
Grace
on 2018-01-17 02:15:02 UTC
(
hide
)
Description:
Bug 19833: Kill the "biblios" part 1 of the help
Filename:
MIME Type:
Creator:
Grace
Created:
2018-01-17 02:15:02 UTC
Size:
8.26 KB
patch
obsolete
>From 91316122d80beb449969ab4acedf0564f08650f4 Mon Sep 17 00:00:00 2001 >From: Grace Smyth <gracesmythh@gmail.com> >Date: Wed, 17 Jan 2018 02:11:24 +0000 >Subject: [PATCH] Bug 19833: Kill the "biblios" part 1 of the help > >To test: >Check the following files that all all "biblio" or "biblo record" are >now writen in full as "bibliographic record". >Please enter the commit message for your changes. Lines starting >--- > koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt | 2 +- > .../intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt | 4 ++-- > .../prog/en/modules/help/admin/marc_subfields_structure.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt | 4 ++-- > 5 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt >index 9ad3f3d..4f4227d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/authtypes.tt >@@ -2,7 +2,7 @@ > > <h1>Authority Types</h1> > >-<p>Authority Types are MARC Frameworks for Authority records. Therefore, the rules below refer to the bibliographic frameworks.</p> >+<p>Authority Types are MARC Frameworks for Authority records. Therefore, the rules below refer to the bibliographic record.</p> > > <p>Koha comes with many of the necessary Authority frameworks already installed.</p> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt >index 79dd705..e431311 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/biblio_framework.tt >@@ -129,8 +129,8 @@ > <ul> > <li>If you enter a field/subfield here (200b), a link appears after the subfield in the MARC Detail view. This view is present only in the staff client, not the OPAC. If the librarian clicks on the link, a search is done on the database for the field/subfield with the same value. This can be used for 2 main topics : > <ul> >- <li>on a field like author (200f in UNIMARC), put 200f here, you will be able to see all bib records with the same author.</li> >- <li>on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li> >+ <li>on a field like author (200f in UNIMARC), put 200f here, you will be able to see all bibliographic records with the same author.</li> >+ <li>on a field that is a link (4xx) to reach another bibliographic record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li> > </ul> > </li> > <li style="color: #990000;">Warning: This value should not change after data has been added to your catalog. If you need to change this value you must ask your system administrator to run misc/batchRebuildBiblioTables.pl.</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >index 4808296..18f6939 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/marc_subfields_structure.tt >@@ -75,8 +75,8 @@ > <ul> > <li>If you enter a field/subfield here (200b), a link appears after the subfield in the MARC Detail view. This view is present only in the staff client, not the OPAC. If the librarian clicks on the link, a search is done on the database for the field/subfield with the same value. This can be used for 2 main topics : > <ul> >- <li>on a field like author (200f in UNIMARC), put 200f here, you will be able to see all bib records with the same author.</li> >- <li>on a field that is a link (4xx) to reach another bib record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li> >+ <li>on a field like author (200f in UNIMARC), put 200f here, you will be able to see all bibliographic records with the same author.</li> >+ <li>on a field that is a link (4xx) to reach another bibliographic record. For example, put 011a in 464$x, will find the serials that are with this ISSN.</li> > </ul> > </li> > <li style="color: #990000;">Warning: This value should not change after data has been added to your catalog. If you need to change this value you must ask your system administrator to run misc/batchRebuildBiblioTables.pl.</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt >index 481c7f6..cfe1b09 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/matching-rules.tt >@@ -13,7 +13,7 @@ > <ul> > <li>Choose a unique name and enter it in the 'Matching rule code' field</li> > <li>'Description' can be anything you want to make it clear to you what rule you're picking</li> >- <li>'Match threshold' - The total number of 'points' a biblio must earn to be considered a 'match'</li> >+ <li>'Match threshold' - The total number of 'points' a bibliographic record earn to be considered a 'match'</li> > <li>Match points are set up to determine what fields to match on</li> > <li>'Search index' can be found by looking at the ccl.properties file on your system which tells the zebra indexing what data to search for in the MARC data".</li> > <li>'Score' - The number of 'points' a match on this field is worth. If the sum of each score is greater than the match threshold, the incoming record is a match to the existing record</li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >index 9c61f39..fb1317a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/z3950servers.tt >@@ -2,7 +2,7 @@ > > <h1>Z39.50/SRU Servers</h1> > >-<p>Z39.50 and SRU are clientâserver protocols for searching and retrieving information from remote computer databases, in short tools used for copy cataloging. Using Koha you can connect to any Z39.50/SRU target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source. (Note that not all SRU targets will offer bibliographic information in MARC format.)</p> >+<p>Z39.50 and SRU are clientâserver protocols for searching and retrieving information from remote computer databases, in short tools used for copy cataloging. Using Koha you can connect to any Z39.50/SRU target that is publicly available or that you have the log in information to and copy both bibliographic and/or authority records from that source. (Note that not all SRU targets will offer bibliographic record information in MARC format.)</p> > > <p>Koha comes with a default list of Z39.50/SRU targets set up that you can add to, edit or delete.</p> > >@@ -22,7 +22,7 @@ > <li>'Syntax' is the MARC flavor you use.</li> > <li>'Encoding' tells the system how to read special characters.</li> > <li>'Timeout' is helpful for targets that take a long while. You can set the timeout so that it doesn't keep trying the target if results aren't found in a reasonable amount of time.</li> >- <li>'Record type' lets you define if this is a bibliographic or an authority target.</li> >+ <li>'Record type' lets you define if this is a bibliographic record or an authority target.</li> > <li>'Additional SRU options': You can enter additional options of the external server here, like sru_version=1.1 or schema=marc21, etc. Note that these options are server dependent.</li> > <li>'SRU Search field mapping': Click on Modify to add or update the mapping from the available fields on the Koha search form to the specific server dependent index names. For instance, a SRU server could use 'cql.anywhere' for the Any field on the Koha form. If you do not enter an index name for a specific search field, the whole record will be searched.</li> > <li>'XSLT file(s)': You can enter here one or more (comma-separated) XSLT file names that you want to apply on the search results.</li> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19833
:
70576
|
70581
|
70585
|
70586
|
70587
|
70588
|
70589
|
70590
|
70591
|
70593
|
70594
|
70645
|
73041
|
73042
|
73044
|
73045
|
73046
|
73048
|
73049
|
73050
|
73051
|
73052
|
73053
|
78842
|
78843
|
78844
|
78845
|
78846
|
78847
|
78848
|
78929
|
78930
|
78931
|
78932
|
78933
|
78934
|
78935
|
78944
|
78945
|
78946
|
78947
|
78948
|
78949
|
78950
|
78951