02a6d2b1d0
The original patches for bug 7249 had a hardcoded limit of ten rows in the results returned by the web service. This patch adds a SvcMaxReportRows syspref which allows the librarian to choose how many rows should be returned by the web service. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
46 lines
1.7 KiB
Text
46 lines
1.7 KiB
Text
Web services:
|
|
OAI-PMH:
|
|
-
|
|
- pref: OAI-PMH
|
|
choices:
|
|
yes: Enable
|
|
no: Disable
|
|
- "Koha's"
|
|
- '<a href="http://www.openarchives.org/pmh/">OAI-PMH</a> server.'
|
|
-
|
|
- Identify records at this site with the prefix
|
|
- pref: "OAI-PMH:archiveID"
|
|
- ": ."
|
|
-
|
|
- Only return
|
|
- pref: "OAI-PMH:MaxCount"
|
|
class: integer
|
|
- records at a time in response to a ListRecords or ListIdentifiers query.
|
|
-
|
|
- YAML OAI Koha server configuration file:
|
|
- pref: "OAI-PMH:ConfFile"
|
|
class: file
|
|
- . 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.
|
|
-
|
|
- pref: "OAI-PMH:AutoUpdateSets"
|
|
choices:
|
|
yes: Enable
|
|
no: Disable
|
|
- automatic update of OAI-PMH sets when a bibliographic record is created or updated
|
|
ILS-DI:
|
|
-
|
|
- pref: ILS-DI
|
|
choices:
|
|
yes: Enable
|
|
no: Disable
|
|
- ILS-DI services for OPAC users
|
|
-
|
|
- pref: ILS-DI:AuthorizedIPs
|
|
class: Text
|
|
- allowed IPs to use the ILS-DI services
|
|
Reporting:
|
|
-
|
|
- Only return
|
|
- pref: SvcMaxReportRows
|
|
class: integer
|
|
- rows of a report requested via the reports web service.
|