Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/authorities.pref
Vitor FERNANDES 2b5067b0f9 BUG 9145: Authorities: standard language for UNIMARC
New Authority system preference created UNIMARCAuthorityField100 with default value "afrey50      ba0".
AuthoritiesMarc.pm uses the system preference instead of label "afrey50      ba0".

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works as described, all tests and QA script pass.

1) Check system preference is created correctly.
2) Change pref.
3) Catalog a new authority.
4) Change framework to make 100 show in frameworks or check in the
   the database, that now 100 has the new defined value.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-02-20 08:42:10 -05:00

87 lines
3.4 KiB
Text

Authorities:
General:
-
- pref: AuthDisplayHierarchy
default: no
choices:
yes: Display
no: "Don't display"
- broader term/narrower term hierarchies when viewing authorities.
-
- When editing records,
- pref: BiblioAddsAuthorities
default: no
choices:
yes: allow
no: "don't allow"
- them to automatically create new authority records if needed, rather than having to reference existing authorities.
-
- When editing records,
- pref: AutoCreateAuthorities
default: yes
choices:
yes: generate
no: "do not generate"
- authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
-
- pref: dontmerge
default: yes
choices:
yes: "Don't"
no: Do
- automatically update attached biblios when changing an authority record. If this is off, please ask your administrator to enable the merge_authority.pl cronjob.
-
- Use the following text for the contents of MARC authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05).
- pref: MARCAuthorityControlField008
default: "|| aca||aabn | a|a d"
type: textarea
class: code
-
- pref: UseAuthoritiesForTracings
default: yes
choices:
yes: Use
no: "Don't use"
- authority record numbers instead of text strings for searches from subject tracings.
-
- Use the following text for the contents of UNIMARC authority field 100 position (fixed length data elements). Do NOT include the date (position 00-05).
- pref: UNIMARCAuthorityField100
defautl: "afrey50 ba0"
type: textarea
class: code
Linker:
-
- Use the
- pref: LinkerModule
default: Default
choices:
Default: Default
FirstMatch: "First Match"
LastMatch: "Last Match"
- linker module for matching headings to authority records.
-
- Set the following options for the authority linker
- pref: LinkerOptions
class: multi
- (separate options with |)
-
- pref: LinkerRelink
default: yes
choices:
yes: Do
no: "Do not"
- relink headings that have previously been linked to authority records.
-
- pref: LinkerKeepStale
default: no
choices:
yes: Do
no: "Do not"
- keep existing links to authority records for headings where the linker is unable to find a match.
-
- pref: CatalogModuleRelink
default: no
choices:
yes: Do
no: "Do not"
- automatically relink headings that have previously been linked when saving records in the cataloging module.