Bug 16165 - Include link to ILS-DI documentation page in ILS-DI system preference
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / web_services.pref
blobb52fdc6bd6e222438a6efe4b02a956fa00aa1b3a
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         -
31             - Koha's deletedbiblio table
32             - pref: "OAI-PMH:DeletedRecord"
33               choices:
34                   persistent: will never be emptied or truncated (persistent)
35                   transient: might be emptied or truncated at some point (transient)
36                   no: will never have any data in it (no)
37             - "."
38     ILS-DI:
39         -
40             - pref: ILS-DI
41               choices:
42                 yes: Enable
43                 no: Disable
44             - "ILS-DI services for OPAC users (available at: /cgi-bin/koha/ilsdi.pl)"
45         -
46             - Allow IP addresses
47             - pref: ILS-DI:AuthorizedIPs
48               class: Text
49             - to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Leave the field blank to allow any IP address.
50     Reporting:
51         -
52             - Only return
53             - pref: SvcMaxReportRows
54               class: integer
55             - rows of a report requested via the reports web service.
56     IdRef:
57         -
58             - pref: IdRef
59               choices:
60                 yes: Enable
61                 no: Disable
62             - the IdRef webservice from the opac detail page. IdRef allows to request authorities from the Sudoc database.
63             - Please note that this feature is available only for UNIMARC.