Data files for new system preferences editor
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / cataloguing.pref
1 Cataloguing:
2 # broken, omitted: marc
3     Interface:
4         -
5             - Use
6             - pref: DefaultClassificationSource
7               choices: class-sources
8             - as the default classification source.
9         -
10             - pref: advancedMARCeditor
11               choices:
12                   yes: Display
13                   no: "Don't display"
14             - descriptions of fields and subfields in the MARC editor.
15     Record Structure:
16         -
17             - Interpret and store MARC records in the
18             - pref: marcflavour
19               choices:
20                   MARC21: MARC21
21                   UNIMARC: UNIMARC
22             - format.
23         -
24             - Use the item type of the
25             - pref: item-level_itypes
26               choices:
27                   yes: specific item
28                   no: biblio record
29             - as the authoritative item type (for determining circulation and fines rules, etc).
30         -
31             - Map the MARC subfield
32             - pref: itemcallnumber
33             - "to an item's callnumber. (This can contain multiple subfields to look in; for instance <code>082ab</code> would look in 082 subfields a and b.)<br />Examples: <strong>Dewey</strong>: <code>082ab</code> or <code>092ab</code>; <strong>LOC</strong>: <code>050ab</code> or <code>090ab</code>; <strong>from the item record</strong>: <code>852hi</code>"
34         -
35             - Fill in the <a href="http://www.loc.gov/marc/organizations/orgshome.html">MARC organization code</a>
36             - pref: MARCOrgCode
37             - by default in new MARC records (leave blank to disable).
38         -
39             - pref: NoZebra
40               choices:
41                   yes: "Don't use"
42                   no: Use
43             - the Zebra search engine. Searches are very slow on even modest sized collections when Zebra is off.
44         -
45             - When Zebra is off, translate the following marc fields to the following indexes (each line should look something like <code>'indexname' =&gt; '100a,245a,500*',</code>):
46             - pref: NoZebraIndexes
47               type: textarea
48               class: list
49             -
50         -
51             - pref: z3950NormalizeAuthor
52               choices:
53                   yes: Copy
54                   no: "Don't copy"
55             - authors from the UNIMARC
56             - pref: z3950AuthorAuthFields
57               class: multi
58             - tags (separated by commas) to the correct author tags when importing a record using Z39.50.
59         -
60             - pref: RoutingSerials
61               choices:
62                   yes: Add
63                   no: "Don't add"
64             - extra information to items automatically added to serials.
65         -
66             - Barcodes are
67             - pref: autoBarcode
68               choices:
69                   incremental: generated in the form 1, 2, 3.
70                   annual: generated in the form &lt;year&gt;-0001, &lt;year&gt;-0002.
71                   hbyymmincr: generated in the form &lt;branchcode&gt;yymm0001.
72                   OFF: not generated automatically.
73     Display:
74         -
75             - Show
76             - pref: URLLinkText
77             - as the text of links embedded in MARC records.
78         -
79             - pref: hide_marc
80               choices:
81                   yes: "Don't display"
82                   no: Display
83             - MARC tag numbers, subfield codes and indicators in MARC views.
84         -
85             - pref: LabelMARCView
86               choices:
87                   standard: "Don't"
88                   economical: Do
89             - collapse repeated tags of the same type into one tag entry.
90         -
91             - By default, display biblio records in
92             - pref: IntranetBiblioDefaultView
93               choices:
94                   default: normal form.
95                   marc: MARC form.
96                   isbd: ISBD form (see below).
97         -
98             - "Use the following as the ISBD template:"
99             - pref: ISBD
100               type: textarea
101               class: code
102         -
103             - pref: OpacSuppression
104               choices:
105                   yes: Hide
106                   no: "Don't hide"
107             - items marked as suppressed from OPAC search results. Note that you must have the <code>Suppress</code> index set up in Zebra and at least one suppressed item, or your searches will be broken.