Merge remote-tracking branch 'kc/master' into merged_5549
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / oai_sets.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>OAI-PMH Sets Configuration</h1>
4
5 <p>On this page you can create, modify and delete OAI-PMH sets<p>
6
7 <h2>Create a set</h2>
8
9 <ol>
10     <li>Click on the link 'Add a new set'</li>
11     <li>Fill the mandatory fields 'setSpec' and 'setName'</li>
12     <li>
13         Then you can add descriptions for this set. To do this click on
14         'Add description' and fill the newly created text box. You can add as
15         many descriptions as you want.
16     </li>
17     <li>Click on 'Save' button'</li>
18 </ol>
19
20 <h2>Modify a set</h2>
21
22 <p>
23     To modify a set, just click on the link 'Modify' on the same line of the
24     set you want to modify. A form similar to set creation form will appear and
25     allow you to modify the setSpec, setName and descriptions.
26 <p>
27
28 <h2>Delete a set</h2>
29
30 <p>
31     To delete a set, just click on the link 'Delete' on the same line of the
32     set you want to delete.
33 </p>
34
35 <h2>Define mappings</h2>
36
37 <p>
38     The 'Define mappings' link allow you to tell how the set will be build
39     (what records will belong to this set)
40 </p>
41
42 <h2>Build sets</h2>
43
44 <p>
45     Once you have configured all your sets, you have to build the sets. This is
46     done by calling the script misc/migration_tools/build_oai_sets.pl.
47 </p>
48
49 [% INCLUDE 'help-bottom.inc' %]