Bug 25394: Cronjob path in the AuthorityMergeLimit syspref description is wrong
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / authorities.pref
1 Authorities:
2     General:
3         -
4             - pref: AuthDisplayHierarchy
5               default: no
6               choices:
7                   yes: Display
8                   no: "Don't display"
9             - broader term/narrower term hierarchies when viewing authorities.
10         -
11             - Use the following text to edit how authority records control indicators of attached biblio fields (and possibly subfield $2).<br>
12             - "Lines starting with a comment symbol (#) are skipped. Each line should be of the form: (marc21|unimarc), tag, ind1:(auth1|auth2|some_value), ind2:(auth1|auth2|thesaurus|some_value).<br>"
13             - Here auth1 and auth2 refer to the indicators of the authority record, tag is a biblio field number or an asterisk (*), and some_value is a fixed value (one character).<br>
14             - The MARC21 option thesaurus refers to indicators controlled by authority field 008/11 and 040$f.
15             - pref: AuthorityControlledIndicators
16               type: textarea
17         -
18             - When editing records,
19             - pref: BiblioAddsAuthorities
20               default: no
21               choices:
22                   yes: allow
23                   no: "don't allow"
24             - them to automatically create new authority records if needed, rather than having to reference existing authorities.
25         -
26             - When editing records,
27             - pref: AutoCreateAuthorities
28               default: yes
29               choices:
30                   yes: generate
31                   no: "do not generate"
32             - authority records that are missing (BiblioAddsAuthorities must be set to "allow" for this to have any effect).
33         -
34             - When modifying an authority record, do not update attached bibliographic records if the number exceeds
35             - pref: AuthorityMergeLimit
36               default: 50
37             - records. (Above this limit, the merge_authority cron job will merge them.)
38             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/merge_authorities.pl</code> cronjob. Ask your system administrator to schedule it."
39         -
40             - Use the following text for the contents of MARC21 authority control field 008 position 06-39 (fixed length data elements). Do NOT include the date (position 00-05).
41             - pref: MARCAuthorityControlField008
42               default: "|| aca||aabn           | a|a     d"
43               type: textarea
44               class: code
45         -
46             - pref: UseAuthoritiesForTracings
47               default: yes
48               choices:
49                   yes: Use
50                   no: "Don't use"
51             - authority record numbers instead of text strings for searches from subject tracings.
52         -
53             - Use the following text for the contents of UNIMARC authority field 100 position 08-35 (fixed length data elements). Do NOT include the date (position 00-07).
54             - pref: UNIMARCAuthorityField100
55               default: "afrey50      ba0"
56               type: textarea
57               class: code
58         -
59             - When updating bibliographic records from an attached authority record ("merging"), handle subfields of relevant bibliographic record fields in
60             - pref: AuthorityMergeMode
61               default: "loose"
62               choices:
63                   "loose": loose
64                   "strict": strict
65             - mode. In strict mode subfields that are not found in the authority record, are deleted. Loose mode will keep them. Loose mode is the historical behavior and still the default.
66
67     Linker:
68         -
69             - Use the
70             - pref: LinkerModule
71               default: Default
72               choices:
73                   Default: Default
74                   FirstMatch: "First Match"
75                   LastMatch: "Last Match"
76             - linker module for matching headings to authority records.
77         -
78             - Set the following options for the authority linker
79             - pref: LinkerOptions
80               class: multi
81             - (separate options with |)
82         -
83             - pref: LinkerRelink
84               default: yes
85               choices:
86                   yes: Do
87                   no: "Do not"
88             - relink headings that have previously been linked to authority records.
89         -
90             - pref: LinkerKeepStale
91               default: no
92               choices:
93                   yes: Do
94                   no: "Do not"
95             - keep existing links to authority records for headings where the linker is unable to find a match.
96         -
97             - pref: CatalogModuleRelink
98               default: no
99               choices:
100                   yes: Do
101                   no: "Do not"
102             - automatically relink headings that have previously been linked when saving records in the cataloging module.