Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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>Then you can add descriptions for this set. To do this click on 'Add description' and fill the newly created text box. You can add as many descriptions as you want.</li>
13     <li>Click on 'Save' button'</li>
14 </ol>
15
16 <h2>Modify a set</h2>
17
18 <p>To modify a set, just click on the link 'Modify' on the same line of the set you want to modify. A form similar to set creation form will appear and allow you to modify the setSpec, setName and descriptions.</p>
19
20 <h2>Delete a set</h2>
21
22 <p>To delete a set, just click on the link 'Delete' on the same line of the set you want to delete.</p>
23
24 <h2>Define mappings</h2>
25
26 <p>The 'Define mappings' link allow you to tell how the set will be build (what records will belong to this set)</p>
27
28 <h2>Build sets</h2>
29
30 <p>Once you have configured all your sets, you have to build the sets. This is done by calling the script misc/migration_tools/build_oai_sets.pl.</p>
31
32 <p><strong>See the full documentation for OAI Sets in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#oai-sets-configuration">manual</a> (online).</strong></p>
33
34 [% INCLUDE 'help-bottom.inc' %]