Merge remote-tracking branch 'origin/new/bug_5345'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / web_services.pref
1 Web services:
2     OAI-PMH:
3         -
4             - pref: OAI-PMH
5               choices:
6                   yes: Enable
7                   no: Disable
8             - "Koha's"
9             - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
10         -
11             - Identify records at this site with the prefix
12             - pref: "OAI-PMH:archiveID"
13             - ": ."
14         -
15             - Only return
16             - pref: "OAI-PMH:MaxCount"
17               class: integer
18             - records at a time in response to a ListRecords or ListIdentifiers query.
19         -
20             - YAML OAI Koha server configuration file:
21             - pref: "OAI-PMH:ConfFile"
22               class: file
23             - . If empty, Koha OAI Server operates in normal mode, otherwise it operates in extended mode. In extended mode, it's possible to parameter other formats than marcxml or Dublin Core. OAI-PMH:ConfFile specify a YAML configuration file which list available metadata formats and XSL file used to create them from marcxml records.
24         -
25             - pref: "OAI-PMH:AutoUpdateSets"
26               choices:
27                   yes: Enable
28                   no: Disable
29             - automatic update of OAI-PMH sets when a bibliographic record is created or updated
30     ILS-DI:
31         -
32             - pref: ILS-DI
33               choices:
34                 yes: Enable
35                 no: Disable
36             - ILS-DI services for OPAC users
37         -
38             - pref: ILS-DI:AuthorizedIPs
39               class: Text
40             - allowed IPs to use the ILS-DI services
41     Reporting:
42         -
43             - Only return
44             - pref: SvcMaxReportRows
45               class: integer
46             - rows of a report requested via the reports web service.