Bug 17047: add a dedicated page for Mana setup
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / web_services.pref
1 Web services:
2     REST API:
3         -
4             - "Set the default number of results returned by the REST API endpoints to"
5             - pref: "RESTdefaultPageSize"
6               class: integer
7             - "per page."
8         -
9             - pref: RESTOAuth2ClientCredentials
10               choices:
11                   yes: Enable
12                   no: "Disable"
13             - "the OAuth2 client credentials grant for the REST API. Requires Net::OAuth2::AuthorizationServer installed. [EXPERIMENTAL]"
14     OAI-PMH:
15         -
16             - pref: OAI-PMH
17               choices:
18                   yes: Enable
19                   no: Disable
20             - "Koha's"
21             - '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
22         -
23             - Identify records at this site with the prefix
24             - pref: "OAI-PMH:archiveID"
25             - ": ."
26         -
27             - Only return
28             - pref: "OAI-PMH:MaxCount"
29               class: integer
30             - records at a time in response to a ListRecords or ListIdentifiers query.
31         -
32             - "YAML OAI Koha server configuration file:"
33             - pref: "OAI-PMH:ConfFile"
34               class: file
35             - . 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.
36         -
37             - pref: "OAI-PMH:AutoUpdateSets"
38               choices:
39                   yes: Enable
40                   no: Disable
41             - automatic update of OAI-PMH sets when a bibliographic record is created or updated
42         -
43             - Koha's deletedbiblio table
44             - pref: "OAI-PMH:DeletedRecord"
45               choices:
46                   persistent: will never be emptied or truncated (persistent)
47                   transient: might be emptied or truncated at some point (transient)
48                   no: will never have any data in it (no)
49             - "."
50     ILS-DI:
51         -
52             - pref: ILS-DI
53               choices:
54                 yes: Enable
55                 no: Disable
56             - "ILS-DI services for OPAC users (available at: /cgi-bin/koha/ilsdi.pl)"
57         -
58             - Allow IP addresses
59             - pref: ILS-DI:AuthorizedIPs
60               class: Text
61             - 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.
62     Mana:
63         -
64             - pref: Mana
65               choices:
66                 yes: Enable
67                 no: Disable
68             - request to Mana Webservice. Mana centralize commun information between other Koha to facilitate the creation of new subscriptions, vendors, report queries etc... You can search, share, import and comment the content of Mana. The informations shared with Mana KB are shared under the CC-0 license. More infos about CC-0 license on https://creativecommons.org/choose/zero/
69         -
70              - "Security token used to authenticate on mana:"
71              - pref: ManaToken
72                class: Text
73         -
74             - 'Fields automatically shared with mana'
75             - pref: AutoShareWithMana
76               multiple:
77                 subscription: Subscriptions
78     Reporting:
79         -
80             - Only return
81             - pref: SvcMaxReportRows
82               class: integer
83             - rows of a report requested via the reports web service.
84     IdRef:
85         -
86             - pref: IdRef
87               choices:
88                 yes: Enable
89                 no: Disable
90             - the IdRef webservice from the opac detail page. IdRef allows to request authorities from the Sudoc database.
91             - Please note that this feature is available only for UNIMARC.